rename all ascii/utf8 stuff to latin1/utf8

git-svn-id: https://svn.musicpd.org/mpd/trunk@718 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Warren Dukes
2004-04-13 13:52:16 +00:00
parent 4920ee719a
commit 8c96c2d363
5 changed files with 27 additions and 31 deletions

View File

@@ -20,7 +20,6 @@
#include "log.h"
#include "charConv.h"
#include "conf.h"
#include "utf8.h"
#include <stdlib.h>
#include <string.h>
@@ -59,9 +58,6 @@ char * fsCharsetToUtf8(char * str) {
free(ret);
ret = NULL;
}
/*if(!ret) ret = asciiStrToUtf8Dup(str);*/
/* if all else fails, just strdup */
return ret;
}