diff options
Diffstat (limited to 'include/util.h')
-rw-r--r-- | include/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/util.h b/include/util.h index b15181eed..72e3959e2 100644 --- a/include/util.h +++ b/include/util.h @@ -190,7 +190,7 @@ int set_native_charset( const char *newset ); const char* get_native_charset(void); char *native_to_utf8( const char *string ); char *utf8_to_native( const char *string, size_t length, int delim); -int check_utf8_string( const char *string ); +char *string_to_utf8 (const char *string); int ascii_isupper (int c); int ascii_islower (int c); |