summaryrefslogtreecommitdiff
path: root/utils/utf8.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/utf8.h')
-rw-r--r--utils/utf8.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/utf8.h b/utils/utf8.h
index 22aee1afa..a48d47d55 100644
--- a/utils/utf8.h
+++ b/utils/utf8.h
@@ -50,6 +50,8 @@ utf8_convert_ret utf8_from_enc(const char *string, const char *encname,
utf8_convert_ret utf8_to_html(const char *string, const char *encname,
size_t len, char **result);
+bool utf8_save_text(const char *utf8_text, const char *path);
+
/* These two are platform specific */
utf8_convert_ret utf8_to_local_encoding(const char *string, size_t len,
char **result);