aboutsummaryrefslogtreecommitdiffstats
path: root/libcharconv_flipped.c
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-01-25 16:47:31 +0100
committerMattias Andrée <m@maandree.se>2026-01-25 16:47:31 +0100
commitbe31b5bf388a8b2b9bd602d24cc6cf2b0cd3e66d (patch)
tree33cbd70957d98c6aa0469d0a4dbd3b5bd7235d4a /libcharconv_flipped.c
parentAdd transposed (diff)
downloadcharconv-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 'libcharconv_flipped.c')
-rw-r--r--libcharconv_flipped.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/libcharconv_flipped.c b/libcharconv_flipped.c
index 952d7e6..be18209 100644
--- a/libcharconv_flipped.c
+++ b/libcharconv_flipped.c
@@ -6,7 +6,12 @@ static struct {
uint_least32_t a;
uint_least32_t b;
} pairs[] = {
- {0x00A1, 0x0021}
+ {0x00A1, 0x0021},
+ {UINT32_C(0xA4EF), (uint_least32_t)'A'},
+ {UINT32_C(0xA4D5), (uint_least32_t)'Y'}, /* the one in letterlike is sans-serif */
+ {UINT32_C(0xA4F5), (uint_least32_t)'U'},
+ {UINT32_C(0xA4E5), (uint_least32_t)'V'},
+ {UINT32_C(0x1D5B8), UINT32_C(0x2144)}
};