aboutsummaryrefslogtreecommitdiffstats
path: root/libcharconv_mirrored.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_mirrored.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_mirrored.c')
-rw-r--r--libcharconv_mirrored.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/libcharconv_mirrored.c b/libcharconv_mirrored.c
index 75ae5cb..9f16569 100644
--- a/libcharconv_mirrored.c
+++ b/libcharconv_mirrored.c
@@ -11,7 +11,13 @@ static struct {
{0x2034, 0x2037},
{0x204F, 0x003B},
{0x2E2E, 0x003F},
- {0x2143, 0x004C}
+ {0x2143, 0x004C},
+ {UINT32_C(0xA4ED), (uint_least32_t)'B'},
+ {UINT32_C(0xA4DB), (uint_least32_t)'C'},
+ {UINT32_C(0xA4F7), (uint_least32_t)'D'},
+ {UINT32_C(0xA4F1), (uint_least32_t)'E'},
+ {UINT32_C(0xA4D8), (uint_least32_t)'K'},
+ {UINT32_C(0x1F12F), UINT32_C(0x00A9)}
};