[fpc-pascal] Setting string to be UnicodeString by default
Jonas Maebe
jonas.maebe at elis.ugent.be
Tue May 15 11:16:46 CEST 2012
Mattias Gaertner wrote on Tue, 15 May 2012:
> On Tue, 15 May 2012 10:43:19 +0200
> Jonas Maebe <jonas.maebe at elis.ugent.be> wrote:
>
>> It is not possible in FPC 2.6.x. Wth the svn trunk version, you can
>> use {$modeswitch unicodestrings} (in combination with {$h+}), or even
>> better {$mode delphiunicode} (which also enable other modeswitches
>> that have been implemented for Delphi2009+ compatibility).
>
> Is this new mode only a temporary experiment or will it stay?
It will stay afaik, although the effects may still change to better
match Delphi2009+ compatibility if required.
Jonas
More information about the fpc-pascal
mailing list