diff options
| author | Mattias Andrée <m@maandree.se> | 2026-01-25 23:16:22 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-01-25 23:16:22 +0100 |
| commit | 8f57f27c0a6da6a6ec38639675bf736b539b4b0d (patch) | |
| tree | b42ba37a6dc987378d92065cb607bb719b23b753 /libcharconv_flipped.c | |
| parent | Add chess (diff) | |
| download | charconv-8f57f27c0a6da6a6ec38639675bf736b539b4b0d.tar.gz charconv-8f57f27c0a6da6a6ec38639675bf736b539b4b0d.tar.bz2 charconv-8f57f27c0a6da6a6ec38639675bf736b539b4b0d.tar.xz | |
Add transformations for crop marks
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libcharconv_flipped.c')
| -rw-r--r-- | libcharconv_flipped.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libcharconv_flipped.c b/libcharconv_flipped.c index 2595da8..fd47f99 100644 --- a/libcharconv_flipped.c +++ b/libcharconv_flipped.c @@ -11,7 +11,9 @@ static struct { {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)} + {UINT32_C(0x1D5B8), UINT32_C(0x2144)}, + {UINT32_C(0x230D), UINT32_C(0x230F)}, + {UINT32_C(0x230C), UINT32_C(0x230E)} }; |
