[fpc-pascal] Ido not understand UTF8 in Windows console.

2010-02-17 Thread Luis Fernando Del Aguila Mejía
Translate Message : English Ido not understand UTF8 in Windows console. I wrote the following program, using an editor UTF8 without BOM mark. {código de página UTF8} //sin firma Unicode BOM Begin Writeln('code page UTF8 - 65001 en Windows'); Writeln('camión') End. Using the command chcp,

Re: [fpc-pascal] Ido not understand UTF8 in Windows console.

2010-02-17 Thread JoshyFun
Hello FPC-Pascal, Wednesday, February 17, 2010, 10:46:18 PM, you wrote: LFDAM {código de página UTF8} LFDAM //sin firma Unicode BOM LFDAM Begin LFDAM Writeln('code page UTF8 - 65001 en Windows'); LFDAM Writeln('camión') LFDAM End. LFDAM Using the command chcp, change the code page to 65001,