in reply to Re^4: Character encoding in console in Windows
in thread Character encoding in console in Windows

What about the other? I knew how to get that one, but I didn't have time then to find how to get the ANSI code page.

Could always use Win32::API, of course. The functions are GetACP and GetOEMCP.

  • Comment on Re^5: Character encoding in console in Windows