예제 #1
0
function get_decoded_string($dir, $string)
{
    global $fix_utf8;
    if ($fix_utf8 == "") {
        return $dir . "/" . utf8_decode(remove_sort_prefix($string));
    } else {
        return $dir . "/" . iconv("UTF-8", $fix_utf8, remove_sort_prefix($string));
    }
}
예제 #2
0
function get_decoded_string($dir, $string)
{
    global $fix_utf8;
    if ($fix_utf8 == '') {
        return $dir . '/' . utf8_decode(remove_sort_prefix($string));
    } else {
        return $dir . '/' . iconv('UTF-8', $fix_utf8, remove_sort_prefix($string));
    }
}