[fpc-pascal] problems using utf8toansi
Jonas Maebe
jonas.maebe at elis.ugent.be
Sun Dec 9 21:38:00 CET 2007
On 07 Dec 2007, at 20:01, Marc Santhoff wrote:
> Am Freitag, den 07.12.2007, 14:00 +0100 schrieb Jonas Maebe:
>>
>
>> Also, if you do not use the cwstring unit, a lot of things will not
>> work with widestrings under *nix (including FreeBSD). The fact that
>> some chars such as Umlauts and 'ß' work suggests that some other unit
>> is already using it though.
>
> That may well be the case, it is a components source pulling lots of
> LCL
> stuff in (derived from Darius' TZipFile).
>
> Although I searched the first levels of uses-dependecies to no avail.
You can compile with -al and search for CWSTRING in the assembler file
generated for your main program. Since that unit has an initialization
section, it will be in the init/final table if it's included somewhere.
Jonas
More information about the fpc-pascal
mailing list