2007年12月26日

摘要: /* * 此函数将unicode编码字串转为utf8编码字符串 * 参数 str ,unicode编码的字符串。 * 参数 order ,unicode字串的存放次序,为big endian还是little endian. * 返回 utf8string , 转换过的字符串。 * bailing * 2007-12-26 */ function unicodeToUtf8($str,$ord... 阅读全文

posted @ 2007-12-26 15:40 古代 阅读(619) 评论(0) 推荐(0)