摘要: 1. Multibyte shows to us as char*. While in fact, it can be any code page encoding, including gbk, utf8, etc. If a char* represents utf8 characters, we need to handle it specially in below way: // C... 阅读全文
posted @ 2008-09-02 23:21 能巴 阅读(752) 评论(0) 推荐(0)