]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added new Py_UNICODE_ISALPHA() and Py_UNICODE_ISALNUM() macros
authorMarc-André Lemburg <mal@egenix.com>
Mon, 3 Jul 2000 10:52:13 +0000 (10:52 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Mon, 3 Jul 2000 10:52:13 +0000 (10:52 +0000)
commita9c103bc09bbad19c001eaf170e27fc09e34e152
treef7f83b3dfc45997b9188afab72cc39584b6f077f
parent891bc6548677fd0542fd715713f082be6f78e54e
Added new Py_UNICODE_ISALPHA() and Py_UNICODE_ISALNUM() macros
which are true for alphabetic and alphanumeric characters resp.

The macros are currently implemented using the existing is* tables
but will have to be updated to meet the Unicode standard definitions
(add tables for non-cased letters and letter modifiers).
Include/unicodeobject.h