From f1ef4efb60e341a2a8ec72560071656b9d8b927d Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sat, 15 Nov 2008 22:14:21 +0100 Subject: Encoding revision --- common/strutils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/strutils.h') diff --git a/common/strutils.h b/common/strutils.h index 872365c..84f6013 100644 --- a/common/strutils.h +++ b/common/strutils.h @@ -46,5 +46,6 @@ char* extract_file_path(const char *APath); char* resolve_relative(const char *source, const char *point_to); char* canonicalize_filename(const char *filename); +char* wide_to_utf8(const wchar_t *src); #endif /* __STRUTILS_H__ */ -- cgit v1.2.3