07 2014 档案

摘要:/* Convert a UTF-8 string into a UCS-2 array. */void tcstrutftoucs(const char *str, uint16_t *ary, int *np){ assert(str && ary && np); const unsigne... 阅读全文
posted @ 2014-07-15 22:12 samu 阅读(261) 评论(0) 推荐(0) 编辑