Which unicode-coding is used?

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
Mipe
Posts: 2
Joined: Fri Sep 26, 2003 7:27 am

Which unicode-coding is used?

Post by Mipe »

Hello,

could you please tell me, which coding-type is used in the components (clx?) for handling unicode (UTF-8, UTF-16, UTF-32)?

Maybe you can also tell me, how multibyte strings are converted to unicode with the components.

Thank you very much,
Mipe
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

The Delphi CLX version uses UTF8 to store the unicode strings and under CLX there are all strings - unicode.
I cann't say for sure how is performed the conversion from multi-byte to unicode in Delphi, but I guess that the conversion is made using user active code page (system locale).
Post Reply