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: \N{...} Unicode Charachter Name Expansion patch
Type: Stage:
Components: None Versions:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: lemburg Nosy List: btutt, gvanrossum, lemburg
Priority: normal Keywords: patch

Created on 2000-06-27 06:44 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-06-27 06:44 None
Messages (7)
msg32849 - (view) Author: Bill Tutt (btutt) Date: 2000-06-27 06:44
 
msg32850 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2000-06-27 14:38
(Note the raw patch is a binary file. tgz? zip? Who knows!)
msg32851 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2000-06-28 19:25
Thanks, Marc-Andre!
msg32852 - (view) Author: Marc-Andre Lemburg (lemburg) * (Python committer) Date: 2000-06-27 15:21
It's a ZIP file originally called ucn.zip
msg32853 - (view) Author: Marc-Andre Lemburg (lemburg) * (Python committer) Date: 2000-06-28 17:40
Patch checked in. Please close ! MAL.
msg32854 - (view) Author: Bill Tutt (btutt) Date: 2000-06-28 10:43
New patch. It is indeed ucn.zip.
Fixed:
* I think the inclusion of strnicmp will cause more compiler
  problems than do good -- why not simply inline the code in
  the one spot that needs it in unicodeobject.c ?
Went back to the mystrnicmp approach.

* The typedefs in ucnhash.h should probably have the _Py_
  prefix to make it clear that the code is part of the
  Python dist.

Done, altered the generation scripts and regenerated ucnhash.h/.c and fixed up unicodeobject.c
msg32855 - (view) Author: Bill Tutt (btutt) Date: 2000-06-28 10:46
Oops, uploaded wrong zip file, lets try this again.
History
Date User Action Args
2022-04-10 16:02:01adminsetgithub: 32461
2000-06-27 06:44:06btuttcreate