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

Search list

[Windows Developucs2_utf8

Description: ucs2编码跟utf8呼转的demo,用纯C写,比较适合各类平台各类开发工具使用-Call ucs2 to utf8 encoding with the demo, used to write pure C, more suitable for various types of platforms using various types of development tools
Platform: | Size: 1024 | Author: hejiangfei | Hits:

[File OperateFileEncodingTransform

Description: 这是一个批量转换文件编码的小程序。支持GBK,BIG5, UTF8互相转换,支持自动探测源文件编码-This is a batch file encoding conversion of smaller procedures. Support for GBK, BIG5, UTF8 conversion each other to support the automatic detection of the source file encoding
Platform: | Size: 48128 | Author: ayanamist | Hits:

[Internet-NetworkCodeChange

Description: 编码转换,u编码,html编码,utf8-GB,URL编码-code translation
Platform: | Size: 48128 | Author: pz | Hits:

[Windows Developunicode

Description: 关于编码的详细介绍,UTF8,汉字编码的具体信息-about unicode defination
Platform: | Size: 5120 | Author: 李天佐 | Hits:

[MultiLanguageutf8

Description: VB6中实现UTF-8编码解码的源代码程序。最常见的UTF-8应用,在搜索引擎搜索连接URL编码。-UTF-8 encoding and decoding of the source code program.
Platform: | Size: 13312 | Author: 王京 | Hits:

[WEB Codetools

Description: 1 - base64 decode 2 - url encode 3 - url decode 4 - md5 hash 5 - random str 6 - sha1 hash 7 - DES hash 8 - CRC32 9 - rot13 encode 10 - ASCII -> bin 11 - ASCII -> dec 12 - ASCII -> hex 13 - ASCII -> char() 14 - ASCII -> chr().. 15 - ASCII -> String.fromCharCode() 16 - bin -> ASCII 17 - dec -> ASCII 18 - hex -> ASCII 19 - char() -> ASCII 20 - chr() -> ASCII 21 - String.fromCharCode() -> ASCII 22 - bin -> dec 23 - bin -> hex 24 - dec -> bin 25 - dec -> hex 26 - hex -> bin 27 - hex -> dec 28 - cp1251(&cp1259) -> utf8 29 - /etc/passwd -> login login 30 - PHP crupt 31 - URL -> IFrame 32 - String lower 33 - String UPPER 34 - ASCII -> 0xHEX 35 - Simple html encrypt 36 - htmlspecialchars 37 - Full urlencode 38 - base64 decode && gzinflate 39 - gzdeflate && base64 encode-1- base64 decode 2- url encode 3- url decode 4- md5 hash 5- random str 6- sha1 hash 7- DES hash 8- CRC32 9- rot13 encode 10- ASCII-> bin 11- ASCII-> dec 12- ASCII-> hex 13- ASCII-> char() 14- ASCII-> chr().. 15- ASCII-> String.fromCharCode() 16- bin-> ASCII 17- dec-> ASCII 18- hex-> ASCII 19- char()-> ASCII 20- chr()-> ASCII 21- String.fromCharCode()-> ASCII 22- bin-> dec 23- bin-> hex 24- dec-> bin 25- dec-> hex 26- hex-> bin 27- hex-> dec 28- cp1251(&cp1259)-> utf8 29- /etc/passwd-> login login 30- PHP crupt 31- URL-> IFrame 32- String lower 33- String UPPER 34- ASCII-> 0xHEX 35- Simple html encrypt 36- htmlspecialchars 37- Full urlencode 38- base64 decode && gzinflate 39- gzdeflate && base64 encode
Platform: | Size: 4096 | Author: Ihar | Hits:

[Windows Developxml

Description: xml封装类, 可以处理多种文件类型, utf8 unicode 等.-xml wrapper classes that can handle multiple file types, utf8 unicode and so on.
Platform: | Size: 34816 | Author: qiankai | Hits:

[Windows DevelopUTF8Demo

Description: UTF8转其他编码的实例程序,基本的转换函数实现。-Transferred to other instances of UTF8 encoding process, the basic transfer function to achieve.
Platform: | Size: 12288 | Author: 李翼 | Hits:

[Compress-Decompress algrithmsutf8ToUcs2-ucs2ToUtf8

Description: 实现utf8到Ucs2的编码转换 和ucs2到Utf8的编码转换-To achieve the Ucs2 encoding utf8 conversion and ucs2 to Utf8 transcoding
Platform: | Size: 1024 | Author: 吴鹏 | Hits:

[Windows Developtransfercode

Description: 几种编码的转换,如unicode utf8 gb2312等,看的懂的下-The conversion of several codes, such as unicode utf8 gb2312 and so on, looking to understand the next
Platform: | Size: 1024 | Author: hujin | Hits:

[Software EngineeringDedeCmsV5.6-UTF8-Final

Description: 一、已经修正的BUG: 1、添加后台系统管理员账号,无法删除会员列表的账号; 2、这篇文档需要注册会员才能访问,你目前是:注册会员(提示文字不正确); 3、高级搜索选择发布时间,搜索出错;-1, has been amended BUG: 1, add back the system administrator account, can not remove members of the list of accounts 2, this document requires registered members can access, you are currently: Register (hint text is not correct) 3, Senior Search options Posted search error
Platform: | Size: 6736896 | Author: 蒋胜寒 | Hits:

[Communication-Mobilemailtitle_uncode

Description: //为在电子邮件的标题中使用汉字等,经常把电子邮件的标题使用编码后再进行传输 //常用编码有base4+gb2312, base4+gbk, base4+big5, base4+utf8, base4+qp //本程序就是把电子邮件标题还原。 // 感谢 网友lyh16868.163.com (姓名: luoluo),是他提供了Big5ToGB的转换代码 // 感谢 网友提供了QP编码解码 function UnQPCode(QPString:string):string // 和base4解码 function decode64(instr:string):string // 正因为网友的无私奉献,才能成就小鸟的集成, // 小鸟不敢独自享用此代码, 因此,又把此代码奉献给大家 // 祝广大痛着并快乐者的编程爱好者,编程技术更上一层楼 // fzh7900033@163.com // 2010年5月21日整理-//The title in the e-mail using Chinese characters, etc., often using coded e-mail before heading to transmit// common code has base4+ gb2312, base4+ gbk, base4+ big5, base4+ utf8, base4+ qp// This procedure is to restore the email header.// Thanks friends lyh16868.163.com (name: luoluo), he provides a Big5ToGB conversion code// thank provides users QP codec function UnQPCode (QPString: string): string // and base4 decoding function decode64 ( instr: string): string // is because users of selfless dedication to the integration of bird achievement,// the birds can not access this code alone, so again this code is dedicated to you// I wish the majority of pain and Happy' s programming enthusiasts, programming higher level// fzh7900033@163.com// 2010年5月21 on Readjusting
Platform: | Size: 332800 | Author: fangzh | Hits:

[MiddleWareunicode

Description: This c source for converting utf8 tof unicode and unicode to KSC5601.-This is c source for converting utf8 tof unicode and unicode to KSC5601.
Platform: | Size: 196608 | Author: Jang Myung Nam | Hits:

[Otherutf_util_src

Description: UTF8与UTF16之间的转化。Ascii字符串与UTF16之间的转化。-The conversion between UTF8 and UTF16. Ascii string with UTF16 conversion between.
Platform: | Size: 8192 | Author: yuwei | Hits:

[Linux-UnixUCS2UTF

Description: C语言编写的UCS2与UTF8之间相互转换的函数。-Written in C between UCS2 and UTF8 conversion function.
Platform: | Size: 2048 | Author: Lee | Hits:

[MPIGB2312.BIG5.Unicode.UTF8

Description: 各种编码转换 GB2312.BIG5.Unicode.UTF8 等-Various transcoding
Platform: | Size: 1024 | Author: march | Hits:

[Windows Developunicode_utf8_gbk

Description: utf8与gbk互转的原理与示例,作项目留下的,搞手机等必不可少,中文显示-gbk Mutual Convert utf8 with the principles and samples for the project left, engaged in mobile phones is essential, Chinese display
Platform: | Size: 35840 | Author: 依然 | Hits:

[WEB CodeUTF8-GB2312.class

Description: 自己写的将UTF8编码的字符转换成GB2312编码的PHP类 AJAX 开发者最适用。-Write your own will be converted to UTF8 character encoding GB2312 encoding PHP class for AJAX developers the most.
Platform: | Size: 2048 | Author: Blue | Hits:

[IME Developutf_unicode

Description: utf8转换unicode unicode转换utf8-utf8 utf8 convert conversion unicode unicode
Platform: | Size: 5120 | Author: lovedd | Hits:

[ADO-ODBCANSI---Unicode

Description: [C语言]字符串处理 - ANSI - Unicode - UTF8 转换-[C Language] string processing- ANSI- Unicode- UTF8 conversion
Platform: | Size: 1024 | Author: yenan | Hits:
« 1 2 3 45 6 7 8 9 10 ... 32 »

CodeBus www.codebus.net