摘要: 在下面的映射表中加入gb2312 和gbk,就不会有乱码了,源码在下面提供 一位网友写的程序改了改 private static void LoadCharsetMap() { mapping = new Hashtable(); mapping.Add( "big5", "big5" ); // Traditio... 阅读全文
posted @ 2007-09-12 20:11 PointNet 阅读(1306) 评论(0) 推荐(0)