GNOME Bugzilla – Bug 595773
[scanner] strips escaping backslashes in utf8 constants
Last modified: 2015-02-07 16:45:01 UTC
#define CONSTANT "const \xe2\x99\xa5 utf8" gives <constant name="CONSTANT" value="const xe2x99xa5 utf8"> <type name="utf8"/> </constant>
Created attachment 173645 [details] [review] Support hexadecimal escapes in constants g_strcompress() only does some of what we need; fork it and add support for \x escapes too.
Attachment 173645 [details] pushed as aa8b7d2 - Support hexadecimal escapes in constants
[Mass-moving gobject-introspection tickets to its own Bugzilla product - see bug 708029. Mass-filter your bugmail for this message: introspection20150207 ]