Hi.

Not an expert in this area, but maybe you can get away by passing
codepoint of your glyph to g_unicode_to_utf8() and use the result in
your strings. If this doesn't work, you can still manually convert
010005 to UTF-8 and use that in your document. (I think codepoint
010005 converts to 4 bytes: 0xF0 0x90 0x80 0x85)

Cheers,
Tadej

-- 
Tadej Borovšak
tadeboro.blogspot.com
tadeb...@gmail.com
tadej.borov...@gmail.com
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to