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