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

M.-A. Lemburg mal@lemburg.com
Tue, 27 Jun 2000 14:13:33 +0200


[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/