搜索资源列表
ChineseCodeP
- 一个详细的汉字编码介绍以及判断汉字编码的程序代码。不知道有没有人曾经为汉字的编码问题头疼不已?这篇文档讲述了GB2312-80、GBK、Unicode编码、Big5编码的规律,并给出了判断一个汉字为GBK和Big5码的VB代码程序。-a detailed descr iption and a Chinese character coding judgment Chinese character coding procedure code. Do not know whether any of t
chinesecode
- 中文字符编码转换。支持GB2312,UTF_8,Unicode等的互相转换-Chinese character encoding conversion. Support GB2312, UTF_8 Unicode, the mutual conversion
CultureSample
- This sample demonstrates features of the Encoding class, including a fallback mechanism, new to the .NET Framework version 2.0, that allows you to specify its behavior when it encounters problems during the encoding or decoding process.
合并多个UNICODE编码的文本
- 把多个UNICODE编码的文本合成一个文本,需要建立MFC工作区,添加一个按钮即可。-UNICODE from multiple text encoding a synthetic version of the need to establish MFC work area, add a button.
utf8_v2_3_1
- 你是否遇到使用C++编程时汉字不能操作的问题?有时候是因为其编码,比如XML,很多就是utf8编码。这个是使用C++操作utf8的类库。-Have you encountered when using C++ programming problems of Chinese characters can not operate? Sometimes, because of its encoding, such as XML, a lot is utf8 encoding. This is usin
mmseg
- 基于双数组trie的分词程序,分词速度20MB/S,能够支持GBK、UTF8编码-Double array trie-based sub-word procedure word speed 20MB/S, can support GBK, UTF8 encoding
CharCodeConversion
- 字符集的UTF8、ANSI、Unicode编码转换-Character set UTF8, ANSI, Unicode encoding conversion
The-Unicode-Standard
- unicode 标准文档 研究字体编码的可能会用到-The unicode standard document font encoding may be used
FontSetConverter
- 对文件中的中文做编码转换,支持目录下所有文件的转换,转换格式为UTF8到GBK。-To document the Chinese to do encoding conversion, support for directory conversion of all documents, conversion to UTF8 format to GBK.
MBandWC
- 选择字符集,输入一个双字节字,点击“Get”按钮,得到其对应的Unicode编码。注意:同一个字形,如果字符集不同,MBCS编码很可能不同,但其Unicode编码相同。-Select character set, enter a double-byte characters, click " Get" button, and get its corresponding Unicode encoding. Note: the same shape, if a different
utf8
- VB6中实现UTF-8编码解码的源代码程序。最常见的UTF-8应用,在搜索引擎搜索连接URL编码。-UTF-8 encoding and decoding of the source code program.
CodeSet_Recognizer
- 识别文件编码,gbk,big5,unicode等-Identification file encoding, gbk, big5, unicode, etc.
CodeConverter
- 指定文本文件路径,转换文件的字符编码,包括gbk,unicode,utf-8互换等。-Specify the path to a text file, convert the file character encoding
CODETRANSFER
- 本程序实现汉字在计算机里面的编码显示功能-Display Chinese character encoding
Language
- 简繁体转换工具,可以把big5编码和gbk编码转换成gb2312或者互逆。-Simplified and traditional conversion tool, you can put big5 encoding and transcoding into gb2312 or gbk reciprocal.
Design_and_Implementation_ofMultiple_Languages_ofO
- 《示波器多国语言的设计与实现》。提出一种新的语言编码和字库存储方式,并最终在一款示波器上成功实现多国语言功能。-" Oscilloscope multi-language design and implementation." A new language encoding and fonts stored, and ultimately a successful implementation of the oscilloscope multi-language capabil
GB2312-Unicode-table
- Unicode-GB2312编码对应表,不需要复杂的程序处理,直接转,速度快.- Unicode-GB2312 encoding correspondence table, no complicated procedures, direct transfer speed.
hanzitongji
- 汉字字频统计的小程序,使用前需要修改源码中的读取路径,另外txt必须Unicode编码才能识别。-Chinese characters word frequency statistics applets, you need to modify the source code (the read path) before using. Additionally, the Unicode encoding txt must be identified.
encodingTest
- 这个工具软件,可以用来遍历所有文本内码方式,用于解决数据库或通信类程序中的乱码问题。对收到的乱码,尝试出正确的编码方式,从而进行正确的转换。-This tool program can be used to try all of type encoding mothed of the char.
unicode2gbk
- 汉字有时需要在Unicode编码和GBK编码间转换,且该转换要求是跨平台的,故不能依赖Windows的API,解决方法是生成Unicode与GBK的映射表,转换时直接查表即可。本实验要求利用本实验利用Windows提供的WideCharToMultiByte函数实现编码转换并生成映射表保存至文件。-Unicode characters are sometimes needed between GBK encoding and transcoding, and the conversion req
