aboutsummaryrefslogtreecommitdiffstats
path: root/libcharconv.h
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-01-25 21:03:48 +0100
committerMattias Andrée <m@maandree.se>2026-01-25 21:03:48 +0100
commitb710c7eb580d8f291bee9bc760d806ec305f26b2 (patch)
tree30f50ee2832a80d37a4a9615ccec543bdfd6a79b /libcharconv.h
parentlatin: do not covert LF and SP to text (diff)
downloadcharconv-b710c7eb580d8f291bee9bc760d806ec305f26b2.tar.gz
charconv-b710c7eb580d8f291bee9bc760d806ec305f26b2.tar.bz2
charconv-b710c7eb580d8f291bee9bc760d806ec305f26b2.tar.xz
Add control character representations
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libcharconv.h')
-rw-r--r--libcharconv.h8
1 files changed, 8 insertions, 0 deletions
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