[fpc-devel] Unicode and Lazarus

Michael Schnell mschnell at lumino.de
Fri Nov 21 10:45:19 CET 2008


> // Should actually convert from widestring to utf-8 when using encoding utf-8
> programa utf8test1;
>   
In fact it should automatically convert ("as correctly as possible") 
between all available string types (ANSI, UTF8, UTF16).

Should provide appropriate char types for all available string types.

User selectable way of element counting in utf-strings (code element 
counting or code point counting)

The RTL would need to provide the appropriate objects (e.g. StringList) 
for all available string types.

-Michael



More information about the fpc-devel mailing list