[fpc-pascal] Setting string to be UnicodeString by default

Olivier Sannier olivier at obones.com
Tue May 15 09:59:45 CEST 2012


Hello all,

Is there a way to force the string type to be an alias to UnicodeString 
instead of AnsiString as it is by default?
I tried the obvious "type string = UnicodeString" but of course it is 
not allowed as string is a reserved keyword.

Regards



More information about the fpc-pascal mailing list