Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Character Encoding and Windows Console woes

by John M. Dlugosz (Monsignor)
on Feb 19, 2004 at 05:40 UTC ( [id://330147]=note: print w/replies, xml ) Need Help??


in reply to Character Encoding and Windows Console woes

I learned how to get the Console to work properly with Perl. I'm posting it here in the hopes of helping someone else some day.

First, changing code pages only works properly if you change the Console window to use a truetype font. Leaving it at "raster fonts" will give strange and even inconsistant results.

The magic incantation is to change to code page 65001. This makes the console operate in UTF-8. Perl programs will now print output correctly.

  • Comment on Re: Character Encoding and Windows Console woes

Replies are listed 'Best First'.
Re^2: Character Encoding and Windows Console woes
by soliplaya (Beadle) on Mar 17, 2007 at 14:26 UTC
    You have helped me greatly, Sir, and I thank you. This is a precious tip. Character set issues in programs are complicated enough by themselves, without adding an additional layer of obfuscation due to the character set and font of the terminal one is using to debug them.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://330147]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-23 19:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found