Re: [fpc-devel] Unicode String Manager on darwin

2013-03-05 Thread Sven Barth
Am 03.03.2013 22:23, schrieb Louis Salkind: With the fpc 2.7.1 trunk, the following simple program does not work under darwin unless I also include the unit cwstring: program project1; {$mode objfpc}{$H+} uses sysutils;// also needs the unit cwstring to work under darwin function

[fpc-devel] Unicode String Manager on darwin

2013-03-05 Thread Louis Salkind
With the fpc 2.7.1 trunk, the following simple program does not work under darwin unless I also include the unit cwstring: program project1; {$mode objfpc}{$H+} uses sysutils;// also needs the unit cwstring to work under darwin function toupper(const s: WideString): WideString; be