[fpc-devel] How to set code page in terminal? (Windows)
Paul Ishenin
paul.ishenin at gmail.com
Fri Jun 22 00:44:52 CEST 2012
22.06.12 5:39, silvioprog пишет:
> Hello,
>
> I'm trying to write "Atenção" in terminal, but it writes "At├º├úo"
> instead of "Atenção" (please see http://imagebin.org/217387 ). :(
...
> program test;
>
> {$mode objfpc}{$H+}
try {$codepage utf8} or add an utf8 BOM because your constant is encoded
in utf8.
Best regards,
Paul Ishenin
More information about the fpc-devel
mailing list