Re: [fpc-pascal] cross compiling enigma

2007-12-10 Thread Sam Liddicott
Jonas Maebe wrote: > > On 08 Dec 2007, at 19:26, Sam Liddicott wrote: > >>> So... because the makefile knew it was compiling for the same >>> architecture it decided that I wasn't building an fpc cross compiler >>> but cross building an fpc compiler? That's a bit unexpectedly clever... >> So... thi

Re: [fpc-pascal] problems using utf8toansi

2007-12-10 Thread Marc Santhoff
Am Montag, den 10.12.2007, 11:10 +0100 schrieb Jonas Maebe: > On 10 Dec 2007, at 08:43, Marc Santhoff wrote: > > Confusing ... > > The system and sysutils units contain bare metal widestring support: > i.e., widestring support which only works (as far as alphabetical > ordering, upper/lowerca

Re: [fpc-pascal] problems using utf8toansi

2007-12-10 Thread Jonas Maebe
On 10 Dec 2007, at 08:43, Marc Santhoff wrote: 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. Hm, that's funny, the strin