搜索资源列表
codeconvert.rar
- UTF8 Unicode GB2312编码之间进行转换,UTF8 Unicode GB2312 convert
TextToHex
- 能够将以Unicode编码的文本内容转换成UTF8编码的十六进制数,在分析封包能够用的上.-Will be able to Unicode text encoding UTF8 encoded into hexadecimal number, in the analysis can be used on the packet.
utf8
- 基本思路很简单,就用两个大数组: UTF8 ->GBK 先从UTF8中解读出unicode值,再从数组中读出GBK值。 GBK->UTF8 直接以GBK的值为下标,查找数组中对应的UTF8值。 现在解决的问题: 1.可从UTF8转换到GBK编码 2.可对UTF8的编码格式作出判断,如某个UTF8不合要求或字节数不足,会自动跳过。 3.可从GBK编码转换到UTF8编码 未完成的问题: 1.计算字符串长度 2.在调用函数给要分
PEncode
- VC++实现的utf8编码的string或char与Unicode编码的Unicode的CString的相互转换-VC++ achieve utf8 encoded string or char encoding of Unicode and Unicode CString interconversion
Unicode-ANSI-Utf8
- unicode,ansi,utf-8类型转换-unicode,ansi,utf-8 type transfer
unicode2U8txt
- unicode字符串 转uft8, c 代码 已验证(unicode sting to uft8)