diff options
| author | Mattias Andrée <m@maandree.se> | 2026-01-28 19:52:45 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-01-28 19:52:45 +0100 |
| commit | 579e91697244d5813a667bf49209ea4102bcd360 (patch) | |
| tree | 2910e440fbaf968e8010b054e29c8e57b60b8935 /libcharconv_negative.c | |
| parent | Add ROTATED CAPITAL Q (diff) | |
| download | charconv-579e91697244d5813a667bf49209ea4102bcd360.tar.gz charconv-579e91697244d5813a667bf49209ea4102bcd360.tar.bz2 charconv-579e91697244d5813a667bf49209ea4102bcd360.tar.xz | |
Misc stuff
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libcharconv_negative.c')
| -rw-r--r-- | libcharconv_negative.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libcharconv_negative.c b/libcharconv_negative.c index 4f35489..670fa47 100644 --- a/libcharconv_negative.c +++ b/libcharconv_negative.c @@ -25,7 +25,10 @@ static struct { {UINT32_C(0x1FA48), UINT32_C(0x1FA49)}, {UINT32_C(0x1FA4B), UINT32_C(0x1FA4C)}, {UINT32_C(0x24EA), UINT32_C(0x24FF)}, - {UINT32_C(0x1F10B), UINT32_C(0x1F10C)} + {UINT32_C(0x1F10B), UINT32_C(0x1F10C)}, + {UINT32_C(0x2690), UINT32_C(0x2691)}, + {UINT32_C(0x1F3F3), UINT32_C(0x1F3F4)}, + {UINT32_C(0x1F3F1), UINT32_C(0x1F3F2)} }; |
