On 13-02-21 04:58 AM, Semyon Kholodnov wrote:
— Windows console is locked to one specific local code page, and no
codepage contains Latin-1, Cyrillic and Kanji symbols at the same
time.

Windows console is not locked to an anti-international code page; it is only defaulted to.

Use CHCP 65001 to switch to the UTF-8 code page.

Unfortunately, code page and encoding is only half of the battle; the other half is fonts. Most Windows fonts are incomplete; all Windows fixed-width fonts are incomplete. (Silver lining: Arial Unicode is sufficiently complete.) Therefore, you may be unable to display some characters, but they are the correct characters.


_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to