diff options
| author | Mattias Andrée <m@maandree.se> | 2026-01-26 19:14:21 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-01-26 19:14:21 +0100 |
| commit | c90e1424c07a2f220ae8b902496cef1c1c371fff (patch) | |
| tree | d1033610658931125b2e695195ecfc5c14f57d04 /libcharconv_latin.c | |
| parent | Add metrical (diff) | |
| download | charconv-c90e1424c07a2f220ae8b902496cef1c1c371fff.tar.gz charconv-c90e1424c07a2f220ae8b902496cef1c1c371fff.tar.bz2 charconv-c90e1424c07a2f220ae8b902496cef1c1c371fff.tar.xz | |
Add dentistry
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libcharconv_latin.c')
| -rw-r--r-- | libcharconv_latin.c | 17 |
1 files changed, 17 insertions, 0 deletions
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; |
