#12753: Add support for Unicode name aliases and named sequences.

This commit is contained in:
Ezio Melotti 2011-10-21 21:57:36 +03:00
parent 3764a964ca
commit 931b8aac80
10 changed files with 18125 additions and 17194 deletions

View file

@ -5857,7 +5857,7 @@ PyUnicode_DecodeUnicodeEscape(const char *s,
message = "unknown Unicode character name";
s++;
if (ucnhash_CAPI->getcode(NULL, start, (int)(s-start-1),
&chr))
&chr, 0))
goto store;
}
}