On 10/29/06, Denis Oliver Kropp <[EMAIL PROTECTED]> wrote:
> Dirk E. Wagner schrieb:
> > This says for me: if the DFFA_NOCHARMAP flag is not given in the
> > DrawGlyph call, character is an UTF-8 char, if DFFA_NOCHARMAP flag is
>
> It's a Unicode character, not UTF-8 character.

In particular: UTF-8 is an encoding scheme for representing Unicode
characters in a byte stream.  The German 'ß' character has the Unicode
index 0xDF and that's what you pass to DrawGlyph.  The value 0xc39f is
produced by taking the UTF-8 bytestream for 0xDF (which is two bytes
long) and storing the bytes into an integer value.  The Unicode
character that's at 0xc39f is a member of the Hangull character set
used in Korea.

_______________________________________________
directfb-users mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to