Hello everybody.

I (try to) understand UTF(8-32) format following that Lazarus topic:
https://forum.lazarus.freepascal.org/index.php/topic,58335.msg435036.html#msg435036

There is a example of utf8 characters:

Length('A') = 1
Length('Ö') = 2
Length('⑳') = 3
Length('🚀') = 4


If pasting those 4 lines in the mseide source-editor or into a mse-memo, only 
the 2 first char are correctly rendered.
For '⑳' and '🚀' there is only a black-square.

So msegui seems to be limited to UTF char with length <= 2.

Do you have ideas how to do for length > 2, where to look, what to consider, 
etc, ... ?

Thanks.

Fre;D
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to