Welcome![Sign In][Sign Up]
Location:
Search - utf8

Search list

[Other resourceutf8

Description: 这各函数能将字符串转换成UTF8格式并且是十六进制的内码格式-that the function can convert UTF8 string format and is within the hexadecimal code format
Platform: | Size: 318850 | Author: hebo | Hits:

[Other resourceUTF8-gb_big5

Description: 实现UTF8格式的GB2312->big5转换的源代码,开发目的是为了魔兽世界插件中文到繁体中文的快速方便转换。其他转换待完成-achieve UTF8 format GB2312 -
Platform: | Size: 221631 | Author: 艾默 | Hits:

[WEB Code对UTF8编码的初步认识

Description: 对UTF8编码的初步认识-right UTF8 encoding initial understanding
Platform: | Size: 2607 | Author: tolilifar | Hits:

[Other resourceUTF8-ANSI

Description: 用C++编写的能将UTF8码转化成ANSC 码的源代码
Platform: | Size: 859 | Author: 建材 | Hits:

[PHP批量转换ASCII文件到UTF8格式

Description: 批量转换ASCII文件到UTF8格式,适用于网站整站从GBK或ASCII转换到UTF8格式时使用. 使用方法:修改11行 templates 为你要转换的目录名,把本文件放到当前目录,并运行 php conv2utf8.php 即可。前提是你已安装了PHP软件 conv2utf("templates"); //要转换的目录
Platform: | Size: 675 | Author: testsb | Hits:

[Documents对UTF8编码的初步认识

Description: 对UTF8编码的初步认识-right UTF8 encoding initial understanding
Platform: | Size: 2048 | Author: tolilifar | Hits:

[Crack HackCStdiofile_UTF8_src

Description: 存UTF8格式文件-deposit UTF8 format
Platform: | Size: 2048 | Author: 东东 | Hits:

[JSP/JavaConvert_Utf8

Description: 一个用来测试是否UTF8文字, 以及把文字转为UTF8的程式源码-used to test whether a UTF8 language and turn words into UTF8-source programs
Platform: | Size: 4096 | Author: 大长今 | Hits:

[RichEdit强大的语法编辑控件PfxEditCtrl

Description: 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 4, the auto line 5, to support the six-width fonts are pieces of options/copy/delete/paste block out other ways to operate seven editorial support UNICODE/UTF8/UNICODE BIG ENDIUM/ANSI documents to open, edit and change. 8, support for dual demolition tied editing window.
Platform: | Size: 313344 | Author: 王小丰 | Hits:

[Data structsutf8

Description: 这各函数能将字符串转换成UTF8格式并且是十六进制的内码格式-that the function can convert UTF8 string format and is within the hexadecimal code format
Platform: | Size: 318464 | Author: hebo | Hits:

[Other resourceUTF8-gb_big5

Description: 实现UTF8格式的GB2312->big5转换的源代码,开发目的是为了魔兽世界插件中文到繁体中文的快速方便转换。其他转换待完成-achieve UTF8 format GB2312-
Platform: | Size: 221184 | Author: 艾默 | Hits:

[MiddleWareUTF8-ANSI

Description: 用C++编写的能将UTF8码转化成ANSC 码的源代码-With C++ Prepared to UTF8 code ANSC code into the source code
Platform: | Size: 1024 | Author: 建材 | Hits:

[File OperateUtf8

Description: 可以从一个utf-8码转换成一个ansic 码 主要注意的是要进行2次转换,并且有个技巧,可以在不确定转码的长度的时候可以 得到将要转码的长度,进行动态内存申请-convert utf8 to ansic .if you have any question ,please free contact me . thanks .raymond
Platform: | Size: 26624 | Author: reymond | Hits:

[.netUTf8-Ucs2-convertor

Description: VB.Net Code to convert Encoding from UTf8 To Ucs2.-VB.Net Code to convert Encoding from UTf8 To Ucs2.
Platform: | Size: 1024 | Author: obaisi | Hits:

[Windows Developutf8

Description: utf8和汉字之间编码的转换,便于开发统一汉字编码程序-utf8 and coding conversion between Chinese characters, Chinese character coding to facilitate the development of uniform procedures
Platform: | Size: 824320 | Author: xww | Hits:

[OS programutf8

Description: utf8 编码的二进制 转化为 字符串 二进制转化为 utf8-utf8 encoded binary into a binary string into a utf8
Platform: | Size: 3621888 | Author: 章峰 | Hits:

[Windows Developutf8

Description: 获得字符utf8编码格式的二进制表示。 二进制转化为uft8编码字符。-Utf8 character encoding format to obtain the binary representation. Uft8 encoded into binary characters.
Platform: | Size: 23552 | Author: 章峰 | Hits:

[Otherutf8

Description: 基本思路很简单,就用两个大数组: UTF8 ->GBK 先从UTF8中解读出unicode值,再从数组中读出GBK值。 GBK->UTF8 直接以GBK的值为下标,查找数组中对应的UTF8值。 现在解决的问题: 1.可从UTF8转换到GBK编码 2.可对UTF8的编码格式作出判断,如某个UTF8不合要求或字节数不足,会自动跳过。 3.可从GBK编码转换到UTF8编码 未完成的问题: 1.计算字符串长度 2.在调用函数给要分配一定的缓存空间,如分配的空间不够大,会产生core down-Basic idea is simple, with two large arrays: UTF8-> GBK start with UTF8 in the Interpretation of the unicode value, and then read from the array GBK value. GBK-> UTF8 directly to the value of subscript GBK, UTF8 find the corresponding array value. Now solve the problem: 1. Can be converted to the GBK encoding from UTF8 2. UTF8 encoding format can make judgments, such as a UTF8 deficient or insufficient number of bytes will be automatically skipped. 3. Transcoding from GBK to UTF8 encoding outstanding issues: 1. Calculate the string length 2. In the calling function to allocate a certain cache to space, such as allocation of space is not big enough, will have core down
Platform: | Size: 183296 | Author: agan | Hits:

[Windows Developutf8.h

Description: 超级好用的utf8字符串处理函数库,c接口,跨平台(Super easy to use UTF8 string processing function library)
Platform: | Size: 21504 | Author: palydawn | Hits:

[Windows Developutf8

Description: UTF8字符编码处理 Visual Basic源码(UTF8 character encoding processing Visual Basic source code)
Platform: | Size: 2048 | Author: xdb | Hits:
« 12 3 4 5 6 7 8 9 10 ... 32 »

CodeBus www.codebus.net