[fpc-pascal] Question mark?
Luis Fernando Del Aguila Mejía
luis3000 at ec-red.com
Fri Sep 10 20:21:58 CEST 2010
In the following program:
{$ Codepage UTF8}
var str: string;
Begin
Readln (str);
Writeln (str)
End.
When I enter the following: €uro, shows me: ?uro.
The console uses 850 and S.O. 1252, for non-Unicode programs.
My question is:
Who puts the question mark?
The widestring manager or my console.
thank you
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20100910/9f057689/attachment.html>
More information about the fpc-pascal
mailing list