Marco van de Voort schrieb:
In our previous episode, Michael Schnell said:
With Lazarus on Linux, I did some simple tests with UTF strings.

I found that the length of an "AnsiString(CP_UTF16)" is given in terms of bytes and not of Words. Is this like it should ?

Yes. Afaik that is not a sane combination, but Delphi compatible.

Which Delphi version supports AnsiString(CP_UTF16)???
At least XE and successors only support byte-char (AnsiChar) codepages with AnsiString and RawByteString.

DoDi

_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to