From 8f57f27c0a6da6a6ec38639675bf736b539b4b0d Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 25 Jan 2026 23:16:22 +0100 Subject: Add transformations for crop marks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libcharconv_rotated_90deg_cw.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libcharconv_rotated_90deg_cw.c') 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)}, -- cgit v1.2.3-70-g09d2