[fpc-devel] FPC 2.3.1 seems a mixed mess with Unicode support

Luiz Americo Pereira Camara pascalive at bol.com.br
Wed Sep 16 12:39:46 CEST 2009


Martin Schreiber escreveu:
> On Tuesday 15 September 2009 18:04:33 Luiz Americo Pereira Camara wrote:
>
>   
>> In my view, to get the fpc unicode support in a good state would be
>> necessary to implement the encoding field in the string type so
>> converting strings can be done system independently (seems to be the
>> case of cpstr branch) and add a RTLString type to minimize conversions
>> when creating a unicode RTL
>>
>>     
> But as an additional string type, the fast and small FPC UnicodeString type we 
> have now should be preserved.
>
>   

Yes. RTLString would be just an alias to UnicodeString in win32 and 
UTF8String in unixes

Luiz




More information about the fpc-devel mailing list