In our previous episode, Mattias Gaertner said:
> [email protected] (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.

_______________________________________________
fpc-devel maillist  -  [email protected]
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to