From 7c4b779797c4297e028ddc2ee5243a8156ebba9b Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 24 Jan 2026 23:24:26 +0100 Subject: Improve go MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libcharconv.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libcharconv.h') diff --git a/libcharconv.h b/libcharconv.h index 0a34555..b1d6599 100644 --- a/libcharconv.h +++ b/libcharconv.h @@ -84,7 +84,8 @@ enum libcharconv_result libcharconv_dice(const char *s, size_t slen, size_t *n, /** * Convert - * '0' to WHITE CIRCLE, + * '0', 'w', and 'W' to WHITE CIRCLE, + * 'b' and 'B' to BLACK CIRCLE, * '1' to WHITE CIRCLE WITH DOT RIGHT, and * '2' to WHITE CIRCLE WITH TWO DOTS * @@ -119,7 +120,8 @@ enum libcharconv_result libcharconv_go_white(const char *s, size_t slen, size_t /** * Convert - * '0' to BLACK CIRCLE, + * '0', 'b', and 'B' to BLACK CIRCLE, + * 'w', and 'W' to WHITE CIRCLE, * '1' to BLACK CIRCLE WITH WHITE DOT RIGHT, and * '2' to BLACK CIRCLE WITH TWO WHITE DOTS * -- cgit v1.2.3-70-g09d2