Re: How does gtk display glyph with code in private use area?



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
tadeboro gmail com
tadej borovsak gmail com



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]