diff options
| author | Mattias Andrée <m@maandree.se> | 2026-01-26 20:35:11 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-01-26 20:35:11 +0100 |
| commit | e4e8b674cc75b545bb30045f73484c6011efe1de (patch) | |
| tree | 5e731946b1d44fc2a7e9c48bb21b5319e11cfc6c /libcharconv_latin.c | |
| parent | Add cards (diff) | |
| download | charconv-e4e8b674cc75b545bb30045f73484c6011efe1de.tar.gz charconv-e4e8b674cc75b545bb30045f73484c6011efe1de.tar.bz2 charconv-e4e8b674cc75b545bb30045f73484c6011efe1de.tar.xz | |
Add stacked
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libcharconv_latin.c')
| -rw-r--r-- | libcharconv_latin.c | 4 |
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; |
