[Patches] New Unicode Character Name \N{..} patches

Bill Tutt billtut@microsoft.com
Wed, 28 Jun 2000 03:49:45 -0700


I've tossed the new patch into the SF patch manager by updating #100642.

Bill

-----Original Message-----
From: M.-A. Lemburg [mailto:mal@lemburg.com]
Sent: Tuesday, June 27, 2000 5:14 AM
To: Bill Tutt
Cc: 'patches@python.org'
Subject: Re: [Patches] New Unicode Character Name \N{..} patches


[New version of the patch]

Great work :-)

Some minor nits:

* 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 ?

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

Could you submit this as patch to the SF patch manager (with
the new files included) ?!

Thanks,
-- 
Marc-Andre Lemburg
______________________________________________________________________
Business:                                      http://www.lemburg.com/
Python Pages:                           http://www.lemburg.com/python/