[Lazarus] UTF8 RTL for Windows

Mattias Gaertner nc-gaertnma at netcologne.de
Tue Nov 25 15:14:55 CET 2014


On Tue, 25 Nov 2014 14:49:52 +0100
Felipe Monteiro de Carvalho <felipemonteiro.carvalho at gmail.com> wrote:

> On Tue, Nov 25, 2014 at 2:45 PM, Mattias Gaertner
> <nc-gaertnma at netcologne.de> wrote:
> > Retype "Char" to "String" and the compiler will bark. For example in
> > Graphics.
> 
> What about changing to WideChar then?

If you mean unit Graphics: It checks for ASCII characters. So a change
to WideChar would add implicit conversions without any gain.

In case of ThousandSeparator:
That would probably be sufficient. Although some code needs to
be adapted.

Mattias




More information about the Lazarus mailing list