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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user