搜索资源列表
强大的语法编辑控件PfxEditCtrl
- 1、文本编辑 2、打印 3、可通过语法配置文件定制的语法高亮显示 4、自动换行 5、支持非等宽字体 6、列块选择/复制/删除/粘贴等列块方式编辑操作 7、支持UNICODE/UTF8/UNICODE BIG ENDIUM/ANSI文件的打开,编辑,转换。 8、支持拆份成双窗口并列编辑。-1, 2 text editor, print 3, through grammar customized configuration file syntax highlighter
utf8conv
- unicode 转换函式 utf8 to utf 16 utf16 to utf 8
convertz802
- 用途: 中文 Big5/GBK/Unicode/UTF8 内码转换器。 注意:档案转换只能将纯文字格式的文件(例如 txt, html 等)转码, 并不适用于如 MS Word, Excel 等 binary 档案。 系统要求: 视窗9x/ME/NT/2000/XP/2003 安装: 将所有档案解压到一个新资料夹,然后直接在档案总管执行 convertz.exe。 开启ConvertZ后可于程式设定一栏选择加快捷列到桌面、开始功能表、或程式集
codeconvert.rar
- UTF8 Unicode GB2312编码之间进行转换,UTF8 Unicode GB2312 convert
Tools
- 16进制,10进制,8进制,2进制,UTF8编码,Unicode编码-16 hex, 10 hex, 8 decimal, 2 band, UTF8 encoding, Unicode encoding
TextToHex
- 能够将以Unicode编码的文本内容转换成UTF8编码的十六进制数,在分析封包能够用的上.-Will be able to Unicode text encoding UTF8 encoded into hexadecimal number, in the analysis can be used on the packet.
SimpleChart
- 这是一款全面支持中文的编辑控件,使用标准的MFC DOC/VIEW机制,使用比较简单,但功能却很强大。PfxEditCtrl由两个主要的类组成,包括CPfxEditView和 CPfxEditDoc,这个控件主要支持如下功能: 文本编辑; 打印; 可通过语法配置文件定制的语法高亮显示; 自动换行; 支持非等宽字体; 列块选择/复制/删除/粘贴等列块方式编辑操作; 支持UNICODE/UTF8/UNICODE BIG ENDIUM/ANSI文件的打开,编辑,
change
- 本人根据网络的文章写的几种格式转换程序,非常有现实价值,可以直接执行。为Ansi、Unicode、UTF8字符串之间的转换和写入文本文件。题外:PUDN能不能格外开恩让我不用上传5个呢-I wrote an article based on the network several format conversion process, a very realistic value, capable of immediate implementation. To Ansi, Unicode, UTF
unicode
- 关于编码的详细介绍,UTF8,汉字编码的具体信息-about unicode defination
xml
- xml封装类, 可以处理多种文件类型, utf8 unicode 等.-xml wrapper classes that can handle multiple file types, utf8 unicode and so on.
transfercode
- 几种编码的转换,如unicode utf8 gb2312等,看的懂的下-The conversion of several codes, such as unicode utf8 gb2312 and so on, looking to understand the next
utf8
- 基本思路很简单,就用两个大数组: UTF8 ->GBK 先从UTF8中解读出unicode值,再从数组中读出GBK值。 GBK->UTF8 直接以GBK的值为下标,查找数组中对应的UTF8值。 现在解决的问题: 1.可从UTF8转换到GBK编码 2.可对UTF8的编码格式作出判断,如某个UTF8不合要求或字节数不足,会自动跳过。 3.可从GBK编码转换到UTF8编码 未完成的问题: 1.计算字符串长度 2.在调用函数给要分
CharsetViewer
- 获得某个含中文字符串的Unicode、UTF8编码,在做短信发送程序的时候可作为辅助程序。-Get a string with Chinese Unicode, UTF8 encoding, so messages sent in when the program can be used as secondary procedures.
ddd
- 多字节、Unicode和UTF8字符串的互换
unicode_utf8_gbk
- utf8与gbk互转的原理与示例,作项目留下的,搞手机等必不可少,中文显示-gbk Mutual Convert utf8 with the principles and samples for the project left, engaged in mobile phones is essential, Chinese display
utf_unicode
- utf8转换unicode unicode转换utf8-utf8 utf8 convert conversion unicode unicode
ANSI---Unicode
- [C语言]字符串处理 - ANSI - Unicode - UTF8 转换-[C Language] string processing- ANSI- Unicode- UTF8 conversion
Unicode-ANSI-Utf8
- unicode,ansi,utf-8类型转换-unicode,ansi,utf-8 type transfer
UTF8
- UTF8转换代码,字符的utf8编码和unicode编码之间转换-UTF8 code
unicode2U8txt
- unicode字符串 转uft8, c 代码 已验证(unicode sting to uft8)