From b8f963edcaa3dbe4fe8160bb131a7aeb35a95f89 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 25 Jan 2026 15:47:41 +0100 Subject: Add mirrored MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libcharconv_latin.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libcharconv_latin.c') diff --git a/libcharconv_latin.c b/libcharconv_latin.c index a4b9059..6baf82b 100644 --- a/libcharconv_latin.c +++ b/libcharconv_latin.c @@ -636,6 +636,11 @@ libcharconv_latin(const char *s, size_t slen, size_t *n, uint_least32_t *cp, siz case UINT32_C(0x203C): c1 = '!'; c2 = '!'; goto conv2; case UINT32_C(0x2049): c1 = '!'; c2 = '?'; goto conv2; + /* mirrored */ + case UINT32_C(0x204F): c = UINT32_C(0x003B); goto conv; + case UINT32_C(0x2E2E): c = UINT32_C(0x003F); goto conv; + case UINT32_C(0x2143): c = UINT32_C(0x004C); goto conv; + default: no_match: *n += clen; -- cgit v1.2.3-70-g09d2