summaryrefslogtreecommitdiff
path: root/utf8proc.h
diff options
context:
space:
mode:
authorSteven G. Johnson <stevenj@alum.mit.edu>2019-03-30 16:34:11 -0400
committerSteven G. Johnson <stevenj@alum.mit.edu>2019-03-30 16:34:11 -0400
commit454f60150c7f023526d353e1e6b386f93ee0b116 (patch)
tree1aeb07d52687a5788d14ed79550299c9281881bf /utf8proc.h
parenteb39b060e7e518941a912e1f51bae1cc6316f547 (diff)
parentabf81603ba137a98c84e7dd1d871c951659a4ea9 (diff)
downloadlibutf8proc-2.3.0.tar.gz
libutf8proc-2.3.0.tar.bz2
Merge branch 'master' of https://github.com/JuliaLang/utf8procv2.3.0
Diffstat (limited to 'utf8proc.h')
-rw-r--r--utf8proc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/utf8proc.h b/utf8proc.h
index d12b721..9df1811 100644
--- a/utf8proc.h
+++ b/utf8proc.h
@@ -409,6 +409,11 @@ UTF8PROC_DLLEXPORT extern const utf8proc_int8_t utf8proc_utf8class[256];
UTF8PROC_DLLEXPORT const char *utf8proc_version(void);
/**
+ * Returns the utf8proc supported Unicode version as a string MAJOR.MINOR.PATCH.
+ */
+UTF8PROC_DLLEXPORT const char *utf8proc_unicode_version(void);
+
+/**
* Returns an informative error string for the given utf8proc error code
* (e.g. the error codes returned by @ref utf8proc_map).
*/