aboutsummaryrefslogtreecommitdiffstats
path: root/libcharconv_latin.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--libcharconv_latin.c4
1 files changed, 4 insertions, 0 deletions
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;