Re: [fpc-devel] UnicodeChar and Locale variables don't work

2008-11-20 Thread Graeme Geldenhuys
On 11/20/08, Florian Klaempfl <[EMAIL PROTECTED]> wrote: > > Well, this is one of the thousands of little problems which need to be > solved ... OK, I'll add this to the RoadMap wiki page as well... Regards, - Graeme - ___ fpGUI - a cross-platform

Re: [fpc-devel] UnicodeChar and Locale variables don't work

2008-11-20 Thread Florian Klaempfl
Graeme Geldenhuys schrieb: > Hi > > How am I supposed to handle unicode characters for locale variables? > All locale variables like ThousandSeparator is type Char and there is > no overloaded UnicodeChar versions. This causes problems in Russian > locales as the example below shows. > > > c

[fpc-devel] UnicodeChar and Locale variables don't work

2008-11-20 Thread Graeme Geldenhuys
Hi How am I supposed to handle unicode characters for locale variables? All locale variables like ThousandSeparator is type Char and there is no overloaded UnicodeChar versions. This causes problems in Russian locales as the example below shows. c := UnicodeChar($00A0); // non-breaking space