ansi字符串与Unicode字符串转换的代码 包括UTP-8-this code can convert ansi string into Unicode string(including UTP-8) 下载
|
OEM与Ansi字符转换-OEM and Ansi character conversion 下载
|
本程序用于判断程序是否为ANSI字符集或OEM字符集,并可相互转化-the procedures used to judge whether the procedures for ANSI character set or OEM character set can be transformed into each other 下载
|
这是一个非常好的、可以替代mfc中的CString的字符串类。支持ansi、unicode。 -This is a very good alternative to redeem mfc the string category. Support ansi, unicode. 下载
|
这是一个非常好的、可以替代mfc中的CString的字符串类。支持ansi、unicode。-This is a very good alternative to redeem mfc the string category. Support ansi, unicode. 下载
|
Java版的anci码编辑器,可以对文本进行编辑,转换成ansi码,并且提供了很多特殊字符。-ANCI version of the Java code editor, the text can be edited, converted into ansi yards, and provided a lot of special characters. 下载
|
utf8编码,解码程序,实现了utf8,unicode,ansi之间的转换函数,还提供了一个utf8字符串迭代器,使用这个迭代器可以方便的遍历utf8所表示的每一个真实字符-utf8 encoding, decoding procedures, the utf8, unicode. ansi between the transfer function, it also provided a utf8 string iteration devices, the use of the iterative device can easily traverse the utf8 expressed by every one of the true characters 下载
|
此 SatDLL 示例说明与本地化和全球化有关的若干事情: 如何设置这样的解决方案:它生成一个主 EXE 文件和各附属 DLL,这些 DLL 包含用户界面的不同语言版本。 实现附属 DLL 加载机制的建议方法,此机制具有在选定语言不可用时可供替换的语言。 检测任何 Windows 版本上的用户界面首选语言的代码。 收到用户的更改请求后如何动态切换用户界面语言(未说明的事情是如何能够保持用户界面语言的用户选择)。 如何使用一般字符编码映射函数,以便能够从相同的源代码生成 ANSI 版本和 Unicode 版本的应用程序。 Visual Studio.Net 2005编译通过- 下载
|
点阵字体产生工具以及相关显示函数。 在开发嵌入式系统时,需要显示不同大小或类型字体的汉字。显然,对于嵌入式系统,不太可能使用矢量字体,而点阵字体,不同大小的字体不能简单的缩放。 另外,对一个小系统,也不需要完整的字体,往往只要几十个,甚至几个就够了。 一般,我们采用的方法是,自己准备点阵字体的数据,在显示汉字时,把这些数据写入显存就行了。 这时又存在另外一个问题,由于是不完整的字库,不能简单的用汉字的内码去找到对应的字体数据,如果逐个比较,又费时间。比较好的方法就是把字体数据排序,用二分法查找,这样可以大大提高查找效率。 这里为以上问题提供了一个完整的解决方案: 产生字体数据:指定字体类型、大小,自动产生字体数据。 字体数据排序:可以按Unicode,也可以按Ansi排序。 集成显示函数:提供相关显示函数。为了节省空间,我们把文字分成thin和wide两种,前者用于显示传统的ASCII字符集,后者用于显示汉字等多(双)字节字符 - 下载
|
Delphi6.0函数大全,Delphi程序员的至爱。∷图书简介∷ 电子图书名:Delphi6函数大全 Delphi6函数大全(1) <> 首部 function AnsiResemblesText(const AText, AOther: string): Boolean $[StrUtils.pas功能 返回两个字符串是否相似说明 ANSI(American National Standards Institute)美国国家标准协会 不区分大小写参考 function StrUtils.SoundexProc var StrUtils.AnsiResemblesProc例子 CheckBox1.Checked := AnsiResemblesText(Edit1.Text, Edit2.Text) - 下载
|