搜索资源列表
UnicodeString_src
- ansi字符串与Unicode字符串转换的代码 包括UTP-8-this code can convert ansi string into Unicode string(including UTP-8)
Unicodeconvert
- 一个UNICODE与ANSI的转换程序例子, 里面有直接可复用的文件类.-a UNICODE with ANSI conversion example, and they can direct reuse of documents.
dnc_stringcast
- 方便的utf8,unicode,ansi互相转换的模板实现,范型编成,在VC++,GCC,Inter C++中测试通过,结合dnc_utf8.rar来使用-convenient utf8, unicode, ansi transferable template, Fan-formation In VC, GCC, Inter C tested
FontGen2
- 点阵字体产生工具以及相关显示函数。 在开发嵌入式系统时,需要显示不同大小或类型字体的汉字。显然,对于嵌入式系统,不太可能使用矢量字体,而点阵字体,不同大小的字体不能简单的缩放。 另外,对一个小系统,也不需要完整的字体,往往只要几十个,甚至几个就够了。 一般,我们采用的方法是,自己准备点阵字体的数据,在显示汉字时,把这些数据写入显存就行了。 这时又存在另外一个问题,由于是不完整的字库,不能简单的用汉字的内码去找到对应的字体数据,如果逐个比较,又费时间。比较好的方法就是把字体数据
U_ANSI
- 由汉字查看其Unicode及ansi码的软件
CharCodeConversion
- 字符集的UTF8、ANSI、Unicode编码转换-Character set UTF8, ANSI, Unicode encoding conversion
function
- 易语言写的常用功能模块 包含读写内存配置项、窗口隐藏显示、字节集到十六进制文本转换、unicode和ansi编码转换、内存读写等常用功能 -Common functions written in easy language to read and write memory module contains configuration items, hide the window display, bytes set to hex text conversion, unicode and a
UnicodeToANSI
- Convert between Unicode and ANSI strings
Lexical-Analyzer-Parser-compiler
- Parses forwards and backwards. -Scans forwards and backwards. -Get the delimiter that was found. -Get the offset at where the token was started. -Get the current offset of the parser. -Add any number of delimiters. -Support for delimiter
VCLZipPro451_1
- VCLZip Pro 4.51 For those of you that are using VCLZip 4.50 with Delphi/BCB 2009, you will want to download VCLZip 4.51. When saving filenames that contain ansi characters (non-ascii) but no Unicode characters, were being saved in a way that cau
txt2utf8Unicode
- 批量转换Ansi,Unicode,Unicode big endian,UTF­ 8工具 1.含文本的文件和文件夹拖入程序,即可获得列表,以及编码格式; 2.可按4种格式读取和存储文件; 3.最右方的文件按文件的原格式读取和保存文件; 4.可添加到【文件列表】的格式在左下方进行添加和删除,文件之间分号隔开; 17:53 2013­ 09­ 27 提示: Notepad(记事本)只支持四种格式:ANSI/Unicode/Unicode
LanguageCore
- 一个对INI文件格式解析处理的调用库,跨平台, 可编译成UTF8或者ANSI,UNICODE格式的处理库. 本人常将其用在商用软件中. 代码为本人业余编写, 不涉及版权. 可随意使用. 编写时请使用QT.-Call Library one pair INI file format parsing process, cross-platform, can be compiled into UTF8 or ANSI, UNICODE format processing library. I ofte
精易模块7.6.0
- 源码MD5:73ecb59958395baebdebcccac1115ce0 模块MD5:53e97b77a3f28e6bd844a324e035556c 一、新增 1、新增“文本_取某位置文本”,返回指定位置处的文本;感谢【@huangxy0051 】提供; 2、新增“文件_是否被占用”检查目标文件是否处于占用状态; 3、新增“窗口_取句柄_递归”用递归的方式取指定类名的句柄,成功返回控件的句柄,失败返回0; 4、新增“窗口_取顶端文件夹路径”成功返回路径,失败返回空文本; 5、