[fpc-devel] Unicode and UTF8String
Florian Klaempfl
florian at freepascal.org
Tue Dec 2 10:18:10 CET 2008
Mattias Gaertner schrieb:
> You can optimize for one encoding or optimize for one per platform. I
> know how to optimize for widestrings, for ansistring and for UTF-8
> strings, but I have no experience in optimizing for multiple
> encodings.
Don't forget that the ansistring type is actually multiple encodings and
even multi byte (even not considering UTF-8). The point is: nobody took
care of it.
More information about the fpc-devel
mailing list