utf-8 & gb 转换
摘要:
汉字转换为UTF-8 function chinese2unicode(Str) dim i dim Str_one dim Str_unicode for i=1 to len(Str) Str_one=Mid(Str,i,1) Str_unicode=Str_unicode&chr(38) Str_unicode=Str_unicode&... 阅读全文
posted @ 2005-02-23 14:37 苦海作周 阅读(500) 评论(0) 推荐(0)