aboutsummaryrefslogtreecommitdiffstats
path: root/libcharconv_rotated_90deg_cw.c
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-01-25 23:16:22 +0100
committerMattias Andrée <m@maandree.se>2026-01-25 23:16:22 +0100
commit8f57f27c0a6da6a6ec38639675bf736b539b4b0d (patch)
treeb42ba37a6dc987378d92065cb607bb719b23b753 /libcharconv_rotated_90deg_cw.c
parentAdd chess (diff)
downloadcharconv-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_rotated_90deg_cw.c')
-rw-r--r--libcharconv_rotated_90deg_cw.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libcharconv_rotated_90deg_cw.c b/libcharconv_rotated_90deg_cw.c
index 68cf9b7..1429692 100644
--- a/libcharconv_rotated_90deg_cw.c
+++ b/libcharconv_rotated_90deg_cw.c
@@ -6,6 +6,10 @@ static struct {
uint_least32_t from;
uint_least32_t to;
} pairs[] = {
+ {UINT32_C(0x230E), UINT32_C(0x230C)},
+ {UINT32_C(0x230C), UINT32_C(0x230D)},
+ {UINT32_C(0x230D), UINT32_C(0x230F)},
+ {UINT32_C(0x230F), UINT32_C(0x230E)},
{UINT32_C(0x1FA04), UINT32_C(0x1FA19)},
{UINT32_C(0x1FA19), UINT32_C(0x1FA2E)},
{UINT32_C(0x1FA2E), UINT32_C(0x1FA43)},