mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Update to Unicode 3.2 database.
This commit is contained in:
parent
ecbb0eaa43
commit
9def6a3a77
8 changed files with 14036 additions and 9469 deletions
|
|
@ -36,7 +36,7 @@ gettyperecord(Py_UNICODE code)
|
|||
{
|
||||
int index;
|
||||
|
||||
if (code >= 65536)
|
||||
if (code >= 0x110000)
|
||||
index = 0;
|
||||
else {
|
||||
index = index1[(code>>SHIFT)];
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue