From 1004890e253453faba81126028986f075e5fc5e7 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Tue, 13 Apr 2004 04:59:57 +0000 Subject: lots of fsCharset, utf8/ascii converting clean-up and robustness stuff Also, if fsCharsetToUtf8 can't convert to valid UTF-8, then don't add it to the db, this way clients don't have to worry about weirdness and it will force ppl to convert it. git-svn-id: https://svn.musicpd.org/mpd/trunk@711 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/utf8.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/utf8.h') diff --git a/src/utf8.h b/src/utf8.h index 1928a8a81..bf8f1a9c9 100644 --- a/src/utf8.h +++ b/src/utf8.h @@ -5,6 +5,8 @@ unsigned char * asciiToUtf8(unsigned char c); unsigned char * asciiStrToUtf8Dup(unsigned char * ascii); +unsigned char * utf8StrToAsciiDup(unsigned char * utf8); + unsigned char utf8ToAscii(unsigned char * utf8); int validateUtf8Char(unsigned char * utf8Char); -- cgit v1.2.3