Re: How does gtk display glyph with code in private use area?
- From: Tadej BorovÅak <tadeboro gmail com>
- To: Ferdinand Ramirez <ramirez ferdinand yahoo com>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: How does gtk display glyph with code in private use area?
- Date: Tue, 14 Feb 2012 08:53:22 +0100
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]