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.

classification
Title: Fix PR #384, fixes UTF-8 en/decode
Type: Stage:
Components: None Versions:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: btutt
Priority: normal Keywords: patch

Created on 2000-07-06 12:31 by btutt, last changed 2022-04-10 16:02 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
None btutt, 2000-07-06 12:31 None
Messages (3)
msg33076 - (view) Author: Bill Tutt (btutt) Date: 2000-07-06 12:31
 
msg33077 - (view) Author: Bill Tutt (btutt) Date: 2000-07-07 02:08
Updated wrt the typedef discussion.
test_unicode.py passes.
msg33078 - (view) Author: Bill Tutt (btutt) Date: 2000-07-07 17:01
Updated from MAL's comments.
Note change to _compare handling.
c1, c2 are really Py_UNICODEs.
I changed the fixup array to better show whats really going on. The old values relied on a 16-bit unsigned int overflowing.
Man, the ''.join(...) syntax looks really bizarre... *shudder*

History
Date User Action Args
2022-04-10 16:02:03adminsetgithub: 32526
2000-07-06 12:31:53btuttcreate