From be31b5bf388a8b2b9bd602d24cc6cf2b0cd3e66d Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 25 Jan 2026 16:47:31 +0100 Subject: Add some symbol transformations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libcharconv_latin.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libcharconv_latin.c') 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: -- cgit v1.2.3-70-g09d2