将中文汉字转换成Unicode码,用于在通信中传递字符串,接收端收到后用相应函数进行转化成字符串-Chinese characters will be converted into Unicode code for the communications pass strings, after receiving end received with the corresponding functions into strings 下载
|
反编译Java代码之后,里面的汉字会变成Unicode表示方式,比如\u2943,本程序可以将Unicode转换成汉字。-anti-Java code compiler, they will become the Chinese character Unicode said, For example, \ u2943 that the procedure can be converted into Unicode Chinese characters. 下载
|
生成20902个Unicode汉字,利用UltrEdit打开,执行Unicode转ASCII,即可得到Unicode转换表, //查此表即可转换任意的Unicode汉字串了 -generated 20,902 Unicode Chinese characters, using UltrEdit opened, ASCII to Unicode implementation, and can be Unicode conversion table / / check this table conversion arbitrary Unicode strings of Chinese characters 下载
|
这是一个从区位码到Unicode码的变换模块,在汉字处理时经常会用到这种程序,它通过读取一个转换文件,构建一个散列查找表,用于完成从区位码到Unicode码的变换。通过反转码表或者更改码表,该模块还可用于反向变换,或者用于其它需要快速变换的地方。 该模块中包含了足够的源文件,都是以标准C编制的,可以在任何编译环境下进行编译,并提供了调用例子及测试文件。接口定义见cmap.cpp文件。-This is an area code from Unicode code to transform module, in the handling of Chinese characters often used in such procedures, it adopted a change to read documents, the building of a hashing table. for the completion of area codes from Unicode code to transform. Through reverse stopwatch or changes stopwatch, the module can be used to reverse transformation, or for other needs of the rapid transformation. The module contains a sufficient source documents are prepared by the C standard, in any environment compiler for compiling, and provides examples and test called document. See cmap.cpp interface definition document. 下载
|
基于Symbian OS,Series60 2.X平台,汉字编码转换的应用程序源代码,默认是UNICODE,中文需要改成utf8格式。- 下载
|