aboutsummaryrefslogtreecommitdiffstats
path: root/libcharconv.h
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-01-31 12:31:10 +0100
committerMattias Andrée <m@maandree.se>2026-01-31 12:31:10 +0100
commit9324c85254fbc515528cf9370b4d8564d646f043 (patch)
treee08b921135451eba680c2382e4124e4d2f596cf3 /libcharconv.h
parentClean up (diff)
downloadcharconv-9324c85254fbc515528cf9370b4d8564d646f043.tar.gz
charconv-9324c85254fbc515528cf9370b4d8564d646f043.tar.bz2
charconv-9324c85254fbc515528cf9370b4d8564d646f043.tar.xz
Misc
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libcharconv.h')
-rw-r--r--libcharconv.h40
1 files changed, 40 insertions, 0 deletions
diff --git a/libcharconv.h b/libcharconv.h
index c107aa8..3271bc5 100644
--- a/libcharconv.h
+++ b/libcharconv.h
@@ -544,6 +544,46 @@ LIBCHARCONV_FUNC_(libcharconv_buginese);
*/
LIBCHARCONV_FUNC_(libcharconv_makasar);
+/**
+ * Convert from Latin to Tagbanwa
+ */
+LIBCHARCONV_FUNC_(libcharconv_tagbanwa);
+
+/**
+ * Convert from Latin to Marchen
+ */
+LIBCHARCONV_FUNC_(libcharconv_marchen);
+
+/**
+ * Convert from Latin to mahjong tiles
+ */
+LIBCHARCONV_FUNC_(libcharconv_mahjong_tiles);
+
+/**
+ * Convert from Latin to Ogham
+ */
+LIBCHARCONV_FUNC_(libcharconv_ogham);
+
+/**
+ * Convert from Latin to Mahajani
+ */
+LIBCHARCONV_FUNC_(libcharconv_mahajani);
+
+/**
+ * Convert from Latin to BOX DRAWING elements
+ */
+LIBCHARCONV_FUNC_(libcharconv_box_drawing);
+
+/**
+ * Convert to lowered symbols
+ */
+LIBCHARCONV_FUNC_(libcharconv_lowered);
+
+/**
+ * Convert to raised symbols
+ */
+LIBCHARCONV_FUNC_(libcharconv_raised);
+
#undef LIBCHARCONV_FUNC_
#endif