Displaying Unicode on the console (Windows)
Ben Hutchings
do-not-spam-ben.hutchings at businesswebsoftware.com
Wed Apr 16 06:15:18 EDT 2003
More information about the Python-list mailing list
Wed Apr 16 06:15:18 EDT 2003
- Previous message (by thread): Displaying Unicode on the console (Windows)
- Next message (by thread): Displaying Unicode on the console (Windows)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In article <ptnosvmm.fsf at morpheus.demon.co.uk>, Paul Moore wrote: <snip> > PS Is there any way of forcing the Windows 2000/XP console to display > Unicode in any form (UTF-8, maybe) rather than having to deal with > code pages??? UTF-8 is code page 65001. Strangely, though, I get 'permission denied' when I run "chcp 65001" and then try to print a UTF-8-encoded Euro sign. I don't know what could be going wrong there.
- Previous message (by thread): Displaying Unicode on the console (Windows)
- Next message (by thread): Displaying Unicode on the console (Windows)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list