aboutsummaryrefslogtreecommitdiffstats
path: root/libcharconv.h
diff options
context:
space:
mode:
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