LongMonthNames is RTL, which uses the ansi encoding. If you want to show it using the LCL, convert it to UTF8.
2011/7/4 John Landmesser <[email protected]>: > on two different PC with german locale and Windows XP LongMonthNames[3] = > 'M?rz' > ________________________________ > example: > > interface > uses > {$ifdef unix}clocale,{$endif} > > ShowMessage('März <> ' + LongMonthNames[3]); > > > Application.MainForm.Font.Charset = DEFAULT_CHARSET > > That problem doesn't exist for Debian-Sid Linux !? > > > -- > _______________________________________________ > Lazarus mailing list > [email protected] > http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus > > -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
