aboutsummaryrefslogtreecommitdiffstats
path: root/libcharconv.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--libcharconv.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/libcharconv.h b/libcharconv.h
index 2fc6a3e..c107aa8 100644
--- a/libcharconv.h
+++ b/libcharconv.h
@@ -511,6 +511,39 @@ LIBCHARCONV_FUNC_(libcharconv_counting_rods);
*/
LIBCHARCONV_FUNC_(libcharconv_mayan);
+/**
+ * Convert from Latin to Gothic
+ */
+LIBCHARCONV_FUNC_(libcharconv_gothic);
+
+/**
+ * Convert from Latin to Mandaic
+ */
+LIBCHARCONV_FUNC_(libcharconv_mandaic);
+
+/**
+ * Convert from Latin to RUMI numerals
+ */
+LIBCHARCONV_FUNC_(libcharconv_rumi);
+
+/**
+ * Convert
+ * "*" to WHITE FLOWER,
+ * "10" to KEYCAP TEN, and
+ * "100" to HUNDRED POINTS SYMBOL
+ */
+LIBCHARCONV_FUNC_(libcharconv_scores);
+
+/**
+ * Convert from Latin to Buginese
+ */
+LIBCHARCONV_FUNC_(libcharconv_buginese);
+
+/**
+ * Convert from Latin to Makasar
+ */
+LIBCHARCONV_FUNC_(libcharconv_makasar);
+
#undef LIBCHARCONV_FUNC_
#endif