From 9324c85254fbc515528cf9370b4d8564d646f043 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 31 Jan 2026 12:31:10 +0100 Subject: Misc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libcharconv_chess_white.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libcharconv_chess_white.c') 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; -- cgit v1.2.3-70-g09d2