diff options
| author | Mattias Andrée <m@maandree.se> | 2026-01-26 21:13:10 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-01-26 21:13:10 +0100 |
| commit | ad3f2581b1cd123146e54e3c3aa258d71da843eb (patch) | |
| tree | d11622c283822e1e66e9580686deab18d82faf60 /libcharconv_latin.c | |
| parent | Add mayan (diff) | |
| download | charconv-ad3f2581b1cd123146e54e3c3aa258d71da843eb.tar.gz charconv-ad3f2581b1cd123146e54e3c3aa258d71da843eb.tar.bz2 charconv-ad3f2581b1cd123146e54e3c3aa258d71da843eb.tar.xz | |
Add ROTATED CAPITAL Q
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libcharconv_latin.c')
| -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 acb002c..374a097 100644 --- a/libcharconv_latin.c +++ b/libcharconv_latin.c @@ -916,6 +916,7 @@ libcharconv_latin(const char *s, size_t slen, size_t *n, uint_least32_t *cp, siz case UINT32_C(0x2141): c1 = 'G'; goto conv1; case UINT32_C(0x2142): c1 = 'L'; goto conv1; case UINT32_C(0x2144): c1 = 'Y'; goto conv1; + case UINT32_C(0x213A): c1 = 'Q'; goto conv1; /* control characters (control characters) */ case UINT32_C(0x00): c1 = 'N'; c2 = 'U'; c3 = 'L'; goto conv3; |
