diff options
Diffstat (limited to 'support.h')
-rw-r--r-- | support.h | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -5,5 +5,10 @@ char *basename(char *path); #endif -char *utf8(char *str); + + +int charset_init(void); +int charset_close(void); +char *utf8_to_locale(char *str); + |