commit | 931b8aac8058cf2b0eb4349217893aaf16f23444 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Fri Oct 21 21:57:36 2011 +0300 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Fri Oct 21 21:57:36 2011 +0300 |
tree | 5cbd87e3f2c4018e1382c811c6ae214d1400396f | |
parent | 3764a964ca4e8c979743ba8c2f08b65ddf8b0070 [diff] [blame] |
#12753: Add support for Unicode name aliases and named sequences.
diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c index 1068916..b961129 100644 --- a/Objects/unicodeobject.c +++ b/Objects/unicodeobject.c
@@ -5857,7 +5857,7 @@ message = "unknown Unicode character name"; s++; if (ucnhash_CAPI->getcode(NULL, start, (int)(s-start-1), - &chr)) + &chr, 0)) goto store; } }