diff options
| author | Mattias Andrée <m@maandree.se> | 2026-01-31 12:31:10 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-01-31 12:31:10 +0100 |
| commit | 9324c85254fbc515528cf9370b4d8564d646f043 (patch) | |
| tree | e08b921135451eba680c2382e4124e4d2f596cf3 /libcharconv_stacked.c | |
| parent | Clean up (diff) | |
| download | charconv-9324c85254fbc515528cf9370b4d8564d646f043.tar.gz charconv-9324c85254fbc515528cf9370b4d8564d646f043.tar.bz2 charconv-9324c85254fbc515528cf9370b4d8564d646f043.tar.xz | |
Misc
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libcharconv_stacked.c')
| -rw-r--r-- | libcharconv_stacked.c | 4 |
1 files changed, 3 insertions, 1 deletions
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)} }; |
