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_rotated_90deg_cw.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_rotated_90deg_cw.c')
| -rw-r--r-- | libcharconv_rotated_90deg_cw.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libcharconv_rotated_90deg_cw.c b/libcharconv_rotated_90deg_cw.c index 1429692..c22b44f 100644 --- a/libcharconv_rotated_90deg_cw.c +++ b/libcharconv_rotated_90deg_cw.c @@ -99,7 +99,8 @@ static struct { {UINT32_C(0x265F), UINT32_C(0x1FA14)}, {UINT32_C(0x1FA14), UINT32_C(0x1FA29)}, {UINT32_C(0x1FA29), UINT32_C(0x1FA3E)}, - {UINT32_C(0x1FA3E), UINT32_C(0x265F)} + {UINT32_C(0x1FA3E), UINT32_C(0x265F)}, + {UINT32_C(0x213A), (uint_least32_t)'Q'} }; |
