[fpc-devel] Codepage aware RTL
Marco van de Voort
marcov at stack.nl
Mon Nov 24 23:55:50 CET 2014
In our previous episode, Mattias Gaertner said:
> marcov at stack.nl (Marco van de Voort) wrote:
>
> >[...]
> > From what I remember from an earlier test is that std I/O will fail because
> > literals are written with shortstr in some cases which isn't codepage aware.
>
> Do you remember which function?
look at asm of
{$mode delphi}
const xx = 'bla';
begin
writeln(xx);
end.
More information about the fpc-devel
mailing list