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_chess_neutral.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_chess_neutral.c')
| -rw-r--r-- | libcharconv_chess_neutral.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcharconv_chess_neutral.c b/libcharconv_chess_neutral.c index 2a11eda..9df515f 100644 --- a/libcharconv_chess_neutral.c +++ b/libcharconv_chess_neutral.c @@ -10,6 +10,8 @@ libcharconv_chess_neutral(const char *s, size_t slen, size_t *n, uint_least32_t for (; slen--; s++, ++*n) { PLAIN_CASE_SELECT("kqrbnp", 0x1FA00); PLAIN_CASE_SINGLE('e', 0x1FA4A); + PLAIN_SELECT("=-.|ij", 0x2BF9); + PLAIN_SELECT("012", 0x2BBA); } no_conv: return LIBCHARCONV_NO_CONVERT; |
