aboutsummaryrefslogtreecommitdiffstats
path: root/libcharconv_chess_white.c
diff options
context:
space:
mode:
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;