搜索资源列表
GB2321UnicodeGB18030
- GB2321和Unicode和GB18030等多种编码形式的汉字编码的输入和输出与转换等.
VBA
- 最简单的方法判断一个字符串中是否有汉字 VBA中默认英文字符串都是Unicode,双字节,如果转化为vbFromUnicode就变成单字节, 汉字还是双字节,如果转换之前的字符长度与转化之后的字节长度相等(LenB是计算字符的字节长度的函数), 说明不含中文字符,反之含有中文字符。
手机编码转换
- 这是我用Delphi写的一个关于手机的编码与解码的程序,unicode到汉字,和ascii码到8bit码的转换!-This is what I wrote with Delphi on a cell phone encoding and decoding process, unicode to Chinese characters, and ascii codes to 8bit code conversion!
纯C语言的汉字国标码与UNICODE码转换
- 纯C语言的汉字国标码与UNICODE码转换,Pure C language, Chinese national standard code and UNICODE code-switching
Ucs2Asc
- Unicode字符与ASCII字符相互转换,支持字母数字及所有汉字-Unicode characters with ASCII character conversion, supports alphanumeric and all the characters
unicode2gbk
- 汉字有时需要在Unicode编码和GBK编码间转换,且该转换要求是跨平台的,故不能依赖Windows的API,解决方法是生成Unicode与GBK的映射表,转换时直接查表即可。本实验要求利用本实验利用Windows提供的WideCharToMultiByte函数实现编码转换并生成映射表保存至文件。-Unicode characters are sometimes needed between GBK encoding and transcoding, and the conversion req