[Lazarus] CurrencyString='' , Lazarus svn and WinXP

Bart bartjunk64 at gmail.com
Fri Aug 24 00:03:14 CEST 2012


On 8/23/12, John Landmesser <JohnML at online.de> wrote:

> CurrencyString should be auto initialized according to the locales of
> Windows XP, but it is empty !!

It is not empty (at least on my locale [nl]).
It is #128, which does not display when shown in an TEdit for example.
Use SysToUtf8(CurrencyString) to display it.

On Linux you need to use the clocale unit to properly initialize
DefaultFormatSettings AFAIK.

Bart




More information about the Lazarus mailing list