搜索资源列表
utf8
- 这各函数能将字符串转换成UTF8格式并且是十六进制的内码格式-that the function can convert UTF8 string format and is within the hexadecimal code format
UTF8-gb_big5
- 实现UTF8格式的GB2312->big5转换的源代码,开发目的是为了魔兽世界插件中文到繁体中文的快速方便转换。其他转换待完成-achieve UTF8 format GB2312 -
对UTF8编码的初步认识
- 对UTF8编码的初步认识-right UTF8 encoding initial understanding
UTF8-ANSI
- 用C++编写的能将UTF8码转化成ANSC 码的源代码
批量转换ASCII文件到UTF8格式
- 批量转换ASCII文件到UTF8格式,适用于网站整站从GBK或ASCII转换到UTF8格式时使用. 使用方法:修改11行 templates 为你要转换的目录名,把本文件放到当前目录,并运行 php conv2utf8.php 即可。前提是你已安装了PHP软件 conv2utf("templates"); //要转换的目录
对UTF8编码的初步认识
- 对UTF8编码的初步认识-right UTF8 encoding initial understanding
CStdiofile_UTF8_src
- 存UTF8格式文件-deposit UTF8 format
Convert_Utf8
- 一个用来测试是否UTF8文字, 以及把文字转为UTF8的程式源码-used to test whether a UTF8 language and turn words into UTF8-source programs
强大的语法编辑控件PfxEditCtrl
- 1、文本编辑 2、打印 3、可通过语法配置文件定制的语法高亮显示 4、自动换行 5、支持非等宽字体 6、列块选择/复制/删除/粘贴等列块方式编辑操作 7、支持UNICODE/UTF8/UNICODE BIG ENDIUM/ANSI文件的打开,编辑,转换。 8、支持拆份成双窗口并列编辑。-1, 2 text editor, print 3, through grammar customized configur
utf8
- 这各函数能将字符串转换成UTF8格式并且是十六进制的内码格式-that the function can convert UTF8 string format and is within the hexadecimal code format
UTF8-gb_big5
- 实现UTF8格式的GB2312->big5转换的源代码,开发目的是为了魔兽世界插件中文到繁体中文的快速方便转换。其他转换待完成-achieve UTF8 format GB2312-
UTF8-ANSI
- 用C++编写的能将UTF8码转化成ANSC 码的源代码-With C++ Prepared to UTF8 code ANSC code into the source code
Utf8
- 可以从一个utf-8码转换成一个ansic 码 主要注意的是要进行2次转换,并且有个技巧,可以在不确定转码的长度的时候可以 得到将要转码的长度,进行动态内存申请-convert utf8 to ansic .if you have any question ,please free contact me . thanks .raymond
UTf8-Ucs2-convertor
- VB.Net Code to convert Encoding from UTf8 To Ucs2.-VB.Net Code to convert Encoding from UTf8 To Ucs2.
utf8
- utf8和汉字之间编码的转换,便于开发统一汉字编码程序-utf8 and coding conversion between Chinese characters, Chinese character coding to facilitate the development of uniform procedures
utf8
- utf8 编码的二进制 转化为 字符串 二进制转化为 utf8-utf8 encoded binary into a binary string into a utf8
utf8
- 获得字符utf8编码格式的二进制表示。 二进制转化为uft8编码字符。-Utf8 character encoding format to obtain the binary representation. Uft8 encoded into binary characters.
utf8
- 基本思路很简单,就用两个大数组: UTF8 ->GBK 先从UTF8中解读出unicode值,再从数组中读出GBK值。 GBK->UTF8 直接以GBK的值为下标,查找数组中对应的UTF8值。 现在解决的问题: 1.可从UTF8转换到GBK编码 2.可对UTF8的编码格式作出判断,如某个UTF8不合要求或字节数不足,会自动跳过。 3.可从GBK编码转换到UTF8编码 未完
utf8.h
- 超级好用的utf8字符串处理函数库,c接口,跨平台(Super easy to use UTF8 string processing function library)
utf8
- UTF8字符编码处理 Visual Basic源码(UTF8 character encoding processing Visual Basic source code)