示例#1
0
 static function toEncoding($str)
 {
     return hq::isCp1251(hq::$encoding) ? $str : hq::Cp1251_To_Utf8($str);
 }