diff options
Diffstat (limited to '')
| -rw-r--r-- | libcharconv_latin.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcharconv_latin.c b/libcharconv_latin.c index b1a2de2..e984f51 100644 --- a/libcharconv_latin.c +++ b/libcharconv_latin.c @@ -647,6 +647,7 @@ libcharconv_latin(const char *s, size_t slen, size_t *n, uint_least32_t *cp, siz case UINT32_C(0x00A1): c = UINT32_C(0x0021); goto conv; case UINT32_C(0x00BF): c = UINT32_C(0x003F); goto conv; case UINT32_C(0x2E35): c = UINT32_C(0x003B); goto conv; + case UINT32_C(0x1F12F): c1 = '('; c2 = 'C'; c3 = ')'; goto conv3; default: no_match: |
