From c90e1424c07a2f220ae8b902496cef1c1c371fff Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 26 Jan 2026 19:14:21 +0100 Subject: Add dentistry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libcharconv_latin.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'libcharconv_latin.c') diff --git a/libcharconv_latin.c b/libcharconv_latin.c index 2693ea4..a3bc55f 100644 --- a/libcharconv_latin.c +++ b/libcharconv_latin.c @@ -994,6 +994,23 @@ libcharconv_latin(const char *s, size_t slen, size_t *n, uint_least32_t *cp, siz /* metrical */ case UINT32_C(0x23D1): c1 = '1'; goto conv1; + /* dentistry */ + case UINT32_C(0x23C0): c1 = 'O'; goto conv1; + case UINT32_C(0x23C3): c1 = 'A'; goto conv1; + case UINT32_C(0x23C6): c1 = '~'; goto conv1; + case UINT32_C(0x23BF): c1 = 'l'; goto conv1; + case UINT32_C(0x23CC): c1 = 'j'; goto conv1; + case UINT32_C(0x23CA): c1 = 't'; goto conv1; + case UINT32_C(0x23BE): c1 = 'L'; goto conv1; + case UINT32_C(0x23CB): c1 = 'J'; goto conv1; + case UINT32_C(0x23C9): c1 = 'T'; goto conv1; + case UINT32_C(0x23C1): c1 = '-'; c2 = 'O'; goto conv2; + case UINT32_C(0x23C4): c1 = '-'; c2 = 'A'; goto conv2; + case UINT32_C(0x23C7): c1 = '-'; c2 = '~'; goto conv2; + case UINT32_C(0x23C2): c1 = '_'; c2 = 'O'; goto conv2; + case UINT32_C(0x23C5): c1 = '_'; c2 = 'A'; goto conv2; + case UINT32_C(0x23C8): c1 = '_'; c2 = '~'; goto conv2; + default: no_match: *n += clen; -- cgit v1.2.3-70-g09d2