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_white.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_white.c')
| -rw-r--r-- | libcharconv_chess_white.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libcharconv_chess_white.c b/libcharconv_chess_white.c index f6233a1..15f45e7 100644 --- a/libcharconv_chess_white.c +++ b/libcharconv_chess_white.c @@ -12,6 +12,9 @@ libcharconv_chess_white(const char *s, size_t slen, size_t *n, uint_least32_t *c PLAIN_SELECT("KQRBNP", 0x265A); PLAIN_SINGLE('e', 0x1FA48); PLAIN_SINGLE('E', 0x1FA49); + PLAIN_SELECT("=-.|ij", 0x2BF9); + PLAIN_SELECT("012", 0x2BBA); + } no_conv: return LIBCHARCONV_NO_CONVERT; |
