[Lazarus] TMemo question

Felipe Monteiro de Carvalho felipemonteiro.carvalho at gmail.com
Wed Dec 22 10:48:51 CET 2010


You need to convert the code point to UTF-8. See this table:

http://en.wikipedia.org/wiki/UTF-8#Design

So FF=1111 1111 would fall in this category:

11	U+07FF	110xxxxx	10xxxxxx

the result would be, I guess:

11000011 10111111

which is: C3 BF

-- 
Felipe Monteiro de Carvalho




More information about the Lazarus mailing list