From b710c7eb580d8f291bee9bc760d806ec305f26b2 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 25 Jan 2026 21:03:48 +0100 Subject: Add control character representations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libcharconv.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'libcharconv.h') diff --git a/libcharconv.h b/libcharconv.h index 629fd39..14627c6 100644 --- a/libcharconv.h +++ b/libcharconv.h @@ -386,6 +386,7 @@ LIBCHARCONV_FUNC_(libcharconv_symbols); /** * Convert characters and character sequences to * control characters, spaces, and SOFT HYPHENs + * (textual representation symbols can be converted) */ LIBCHARCONV_FUNC_(libcharconv_control_characters); @@ -401,6 +402,13 @@ LIBCHARCONV_FUNC_(libcharconv_xiangqi_red); */ LIBCHARCONV_FUNC_(libcharconv_xiangqi_black); +/** + * Convert ASCII control characters, and SPACE, + * and their abbrevations to textual representation + * symbols + */ +LIBCHARCONV_FUNC_(libcharconv_control_character_representations); + #undef LIBCHARCONV_FUNC_ #endif -- cgit v1.2.3-70-g09d2