diff options
| author | Mattias Andrée <m@maandree.se> | 2026-01-25 16:47:31 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-01-25 16:47:31 +0100 |
| commit | be31b5bf388a8b2b9bd602d24cc6cf2b0cd3e66d (patch) | |
| tree | 33cbd70957d98c6aa0469d0a4dbd3b5bd7235d4a /libcharconv_latin.c | |
| parent | Add transposed (diff) | |
| download | charconv-be31b5bf388a8b2b9bd602d24cc6cf2b0cd3e66d.tar.gz charconv-be31b5bf388a8b2b9bd602d24cc6cf2b0cd3e66d.tar.bz2 charconv-be31b5bf388a8b2b9bd602d24cc6cf2b0cd3e66d.tar.xz | |
Add some symbol transformations
Signed-off-by: Mattias Andrée <m@maandree.se>
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: |
