Yngvarr

Generation

generate functionTue, 21 Mar 2023

convert file to utf8

function char_utf8($str) { $cstr = iconv( "gb2312", "utf-8", $str ); return $cstr; }

Want to kickstart your project?Use the new AI Studio to create your code