[issue12632] Python 3 doesn't support cp65001 as the OEM code page

2011-09-30 Thread Bruce Ferris
Bruce Ferris added the comment: The PYTHONIOENCODING=utf-8 setting works great if I have code page 65001 set. I haven't, however, done a complete console functionality check with that setting but, thanks for the input -- it solves the current problem I'm experiencing. I do wonde

[issue12632] Windows GPF with Code Page 65001

2011-07-26 Thread Bruce Ferris
Bruce Ferris added the comment: Victor, thanks for replying and I've had a quick read of everything that went on for issue #1602. I think there's some misunderstanding in what I'm saying here. Maybe this will help clear up what I'm saying... D:\>chcp Active cod

[issue12632] Windows GPF with Code Page 65001

2011-07-25 Thread Bruce Ferris
Bruce Ferris added the comment: I disagree with the "it's not really a GPF since it calls Abort". Consider the following cmd.exe session... Microsoft Windows [Version 6.0.6002] Copyright (c) 2006 Microsoft Corporation. All rights reserved. D:\>chcp 65001 Active cod

[issue12632] Windows GPF with Code Page 65001

2011-07-25 Thread Bruce Ferris
Bruce Ferris added the comment: I use code page 65001 because 1) it displays the UTF-8 characters in my text files with "echo " on the command line, and 2) that's Microsoft's "official" (whatever that means) code page for UTF-8, and 3) it works in cmd.exe. Set

[issue12632] Windows GPF with Code Page 65001

2011-07-24 Thread Bruce Ferris
Changes by Bruce Ferris : -- type: -> crash ___ Python tracker <http://bugs.python.org/issue12632> ___ ___ Python-bugs-list mailing list Unsubscri

[issue12632] Windows GPF with Code Page 65001

2011-07-24 Thread Bruce Ferris
New submission from Bruce Ferris : The following scenario GPFs on Windows Vista using cmd.exe... D:\>python Python 3.1.2 (r312:79149, Mar 21 2010, 00:41:52) [MSC v.1500 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license"