搜索资源列表
UnicodeString_src
- ansi字符串与Unicode字符串转换的代码 包括UTP-8-this code can convert ansi string into Unicode string(including UTP-8)
fontcurve
- 万能字库生成工具: 将UNICODE,GB2312/GBK/BIG5码转换成任意尺寸的点阵字库,支持WINDOWS下所有字体,为嵌入式开发人员不可多得的字库生成工具-Universal Font Generation Tool : UNICODE, GB2312/GBK/BIG5 arbitrary code into the lattice size font support under all Windows fonts for embedded developers rare Font G
Big5-GB-Unicode互相转换程序
- Convert encoding method between GB2312 and BIG5.
UniCodeTrans
- 不错的转换工具,可以将.xls文件转换为 unicode文件。-good conversion tools can be. Xls file conversion for unicode document.
wangjian
- 生成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 c
unicode_to_gbcode
- GBCode 到 UNICode 转换表生成程序-GBCode UNICode conversion table to the Program
Big5-GB-Unicode
- Big5,GB,Unicode互相转换的源代码。 C++编写
unicode
- 方便将普通字符转换成unicode编码,也可以把unicode转换为字符,做手机at时写得
Unicode
- wstring和string转换(Ice使用的)-wstring and string conversion (the Ice)
wapschool2
- 这个小 应用程序是关于unicode转换成其它类型字符的效应用程序-this is a small application on the conversion unicode characters into other types of procedures in effect
手机编码转换
- 这是我用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
Unicode-to-GB
- Unicode与GB2312相互转换的VB源码 Unicode转中文-Unicode and the GB2312 mutual conversion of the VB source code Unicode switch to Chinese
IOS_Unicode
- Unicode and GBK及UTF8之间编码转换转码-Unicode and GBK code
CodeConverter
- 指定文本文件路径,转换文件的字符编码,包括gbk,unicode,utf-8互换等。-Specify the path to a text file, convert the file character encoding
GB2312.BIG5.Unicode.UTF8
- 各种编码转换 GB2312.BIG5.Unicode.UTF8 等-Various transcoding
unicode
- unicode 码与GBK 码之间的转换代码。GBK 转换为UNICODE 和 UNICODE 转换为GBK -unicode and gbk convert
Unicode
- unicode和汉字相互转换工具,支持批量unicode和汉字相互转换,是字库操作的必备工具-unicode tools
ASCII-to-UniCode
- .版本 2 Unicode长度 = API_MultiByteToWideChar (936, 0, ASCII文本, -1, { }, 0) 936 表示简体中文代码页 -1 表示以 0 作为文本终止符 如果要去掉转换后Unicode字节集末尾的{0,0},则Unicode长度再减去1 Unicode字节集 = 取空白字节集 (Unicode长度 × 2) API_MultiByteToWideChar (936, 0, ASCII文本, -1, Unicode字
TransDateXE公历和农历相互转换控件
- 这是个公历和农历相互转换的控件。 这个控件最初是由Lu XiaoGuang于2004年用Delphi 7开发的。可用来完成公历和农历日期之间的相互转换,并且显示农历、干支历、节气、节日和纪念日等。时间跨度是从1990年到2056年。 新版本是在Delphi XE中修改、编译通过的。新版本有如下特点: 1、增加了新数据,新的时间跨度是从1990年到2099年。为了计算正确,修改了一个函数。 2、支持Unicode,使控件可在西文操作系统中使用。