From e4e8b674cc75b545bb30045f73484c6011efe1de Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 26 Jan 2026 20:35:11 +0100 Subject: Add stacked MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libcharconv_latin.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libcharconv_latin.c') diff --git a/libcharconv_latin.c b/libcharconv_latin.c index 473896a..f441d0c 100644 --- a/libcharconv_latin.c +++ b/libcharconv_latin.c @@ -1070,6 +1070,10 @@ libcharconv_latin(const char *s, size_t slen, size_t *n, uint_least32_t *cp, siz case UINT32_C(0x2666): c1 = 'D'; goto conv1; case UINT32_C(0x2667): c1 = 'c'; goto conv1; + /* stacked */ + case UINT32_C(0x2051): c1 = '*'; c2 = '*'; goto conv2; + case UINT32_C(0x2E49): c1 = ','; c2 = ','; goto conv2; + default: no_match: *n += clen; -- cgit v1.2.3-70-g09d2