aboutsummaryrefslogtreecommitdiffstats
path: root/libcharconv.h
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-01-26 16:09:23 +0100
committerMattias Andrée <m@maandree.se>2026-01-26 16:09:23 +0100
commitfd2c859d99d48d76139105f0485d8da967c62435 (patch)
tree2cf1603d17599c4c78d524fa2f6681cd0a292d96 /libcharconv.h
parentAdd transformations for crop marks (diff)
downloadcharconv-fd2c859d99d48d76139105f0485d8da967c62435.tar.gz
charconv-fd2c859d99d48d76139105f0485d8da967c62435.tar.bz2
charconv-fd2c859d99d48d76139105f0485d8da967c62435.tar.xz
Add flipping and turning for yijing n-grams, and add invisible
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libcharconv.h')
-rw-r--r--libcharconv.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/libcharconv.h b/libcharconv.h
index fb8fa60..00aa7a9 100644
--- a/libcharconv.h
+++ b/libcharconv.h
@@ -450,6 +450,15 @@ LIBCHARCONV_FUNC_(libcharconv_rotated_90deg_cw);
*/
LIBCHARCONV_FUNC_(libcharconv_rotated_90deg_ccw);
+/**
+ * Convert
+ * '(' to FUNCTION APPLICATION,
+ * '*' to INVISIBLE TIMES,
+ * '|' to INVISIBLE SEPARATOR, and
+ * '+' to INVISIBLE PLUS
+ */
+LIBCHARCONV_FUNC_(libcharconv_invisible);
+
#undef LIBCHARCONV_FUNC_
#endif