mirror of
https://github.com/python/cpython.git
synced 2025-10-21 14:12:27 +00:00
#12753: Add support for Unicode name aliases and named sequences.
This commit is contained in:
parent
3764a964ca
commit
931b8aac80
10 changed files with 18125 additions and 17194 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue