"纯种"C++解析unicode文件
摘要:C++解析UNICODE字符表示很蛋疼,现在记录下下午的收获,以备以后调用。基本思路:按行读取unicode文件,存为wstring, 再将其转为string,然后通过stringstream来处理,获取想要的数据基本函数:#include #include #include #include /...
阅读全文
posted @ 2013-11-20 21:45
posted @ 2013-11-20 21:45
posted @ 2013-11-20 15:59
posted @ 2013-11-14 20:02
posted @ 2013-11-06 19:12