From 9324c85254fbc515528cf9370b4d8564d646f043 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 31 Jan 2026 12:31:10 +0100 Subject: Misc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libcharconv_stacked.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libcharconv_stacked.c') diff --git a/libcharconv_stacked.c b/libcharconv_stacked.c index 6f89834..13fc561 100644 --- a/libcharconv_stacked.c +++ b/libcharconv_stacked.c @@ -8,7 +8,9 @@ static struct { uint_least32_t to; } pairs[] = { {(uint_least32_t)'*', (uint_least32_t)'*', UINT32_C(0x2051)}, - {(uint_least32_t)',', (uint_least32_t)',', UINT32_C(0x2E49)} + {(uint_least32_t)',', (uint_least32_t)',', UINT32_C(0x2E49)}, + {(uint_least32_t)'-', (uint_least32_t)'-', UINT32_C(0x2E40)}, + {(uint_least32_t)'_', (uint_least32_t)'_', UINT32_C(0x2017)} }; -- cgit v1.2.3-70-g09d2