aboutsummaryrefslogtreecommitdiffstats
path: root/libcharconv_chess_white.c
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-01-31 12:31:10 +0100
committerMattias Andrée <m@maandree.se>2026-01-31 12:31:10 +0100
commit9324c85254fbc515528cf9370b4d8564d646f043 (patch)
treee08b921135451eba680c2382e4124e4d2f596cf3 /libcharconv_chess_white.c
parentClean up (diff)
downloadcharconv-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.c3
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;