[Python-Dev] unicode alphanumerics

M.-A. Lemburg mal@lemburg.com
Mon, 03 Jul 2000 18:44:14 +0200


FYI, I've added two new macros which allow querying alphabetic
and alphanumeric characters:

	Py_UNICODE_ISALPHA() and Py_UNICODE_ISALNUM()

The implementation is currently only experimental -- some 5200
chars are missing from being correctly identified as being
alphanumeric (see my other post on the topic).

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