This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients BreamoreBoy, brian.curtin, hct, r.david.murray, terry.reedy, tim.golden, vstinner
Date 2013-12-14.01:37:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386985066.3.0.421436996929.issue19914@psf.upfronthosting.co.za>
In-reply-to
Content
cp65001 fails in many ways quite independent of Python.
Idle:
>>> "ሴé€㑖Ѓ⌴*"
'ሴé€㑖Ѓ⌴*'
Pasting the same string into Command Prompt (Win 7, USA, updated):
C:\Users\Terry>echo "?‚????*"
"?‚????*"

C:\Users\Terry>chcp 65001
Active code page: 65001

C:\Users\Terry>echo "*"
The system cannot write to the specified device.
---

help('xyz') treats string instances specially. Try 'topics' or 'LISTS'.
I opened #19980 for improving the 'not found' message.
History
Date User Action Args
2013-12-14 01:37:46terry.reedysetrecipients: + terry.reedy, vstinner, tim.golden, r.david.murray, brian.curtin, BreamoreBoy, hct
2013-12-14 01:37:46terry.reedysetmessageid: <1386985066.3.0.421436996929.issue19914@psf.upfronthosting.co.za>
2013-12-14 01:37:46terry.reedylinkissue19914 messages
2013-12-14 01:37:45terry.reedycreate