Add proper unicode support to the source scanner
authorJohan Dahlin <johan@gnome.org>
Thu, 2 Dec 2010 16:10:33 +0000 (14:10 -0200)
committerJohan Dahlin <johan@gnome.org>
Thu, 2 Dec 2010 16:10:33 +0000 (14:10 -0200)
commitb6405089448ea588989faf1b4bff3aa96cd5c291
treeb236aebc6f9593c9b121f7d2ba209c8a9dd0e527
parentaa8b7d2d0f586976ea7399d95e1ccce3000b4734
Add proper unicode support to the source scanner

The assumption is that the only allowed source encoding
is utf-8. Always strings as unicode and fix up the transformer
and xml writer to properly output utf-8.
giscanner/giscannermodule.c
giscanner/transformer.py
giscanner/xmlwriter.py