diff options
Diffstat (limited to '')
-rw-r--r-- | src/utf8.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/utf8.h b/src/utf8.h index 0eb60d82c..05e1a4a31 100644 --- a/src/utf8.h +++ b/src/utf8.h @@ -25,4 +25,9 @@ char *utf8StrToLatin1Dup(char *utf8); int validUtf8String(char *string); +char *utf8_to_latin1(char *dest, char *utf8); + +char *latin1_to_utf8(char *dest, char *utf8); + + #endif |