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

Search list

[IME Develop《UTF-8与GB2312之间的互换》的改进

Description: 用vc实现的字体编码方式UTF-8--GB2312的转换-vc used to achieve the font encoding UTF-8-- the conversion GB2312
Platform: | Size: 2048 | Author: njhuangyuanyuan | Hits:

[OtherUTF-8toGB2312

Description: 一个码制转换的程序 UTF-8转换到GB,功能虽少,但还算好用 -a code system conversion process UTF-8 conversion to GB, although less functional, but rather user-friendly
Platform: | Size: 1024 | Author: 庄瑞 | Hits:

[OtherUTF-8Encode

Description: UTF-8与GB2312之间互换的C源码,转换函数抽取自linux下的libxml2,效率和稳定性有保证!-UTF-8 and GB2312 exchange between the C source code, taken from the transfer function under the linux libxml2, efficiency and stability are ensured!
Platform: | Size: 1024 | Author: 黄睿 | Hits:

[WEB CodeaspPageV2.0

Description: 一、目录说明 CSS ——css控制文件 Data ——Access数据库 Inc ——头文件目录 conn.asp ——数据库连接文件(需要设置数据库目录) Turn.inc ——翻页函数 vbDecode.inc ——asp字符过滤函数 ch2utf8.inc ——gb2312转utf8函数 JS ——javascript文件 二、函数使用说明 1、功能介绍: 以表格形式显示数据,通过CSS文件控制样式; 提供全选、记录被选项ID、点击列名进行排序; 可控显示修改、删除链接; 附加打印功能; 演示:http://www.oncecode.com/test/turn/exam.asp-First, directory description CSS- css control file Data- Access Database Inc- header files directory conn.asp- database connection file (need to set up the database directory) Turn.inc- flip function vbDecode.inc- asp characters filtering function ch2utf8.inc- gb2312 to utf8 function JS- javascript paper II, the use of one function, the functional description: display data in tabular form, through the CSS document control style to provide a full election, record option ID, click the column sort of controllable display changes to delete the link Additional print functions demo: http://www.oncecode.com/test/turn/exam.asp
Platform: | Size: 33792 | Author: lijinliang | Hits:

[J2MEAnyview3.0UI_src

Description: 最强手机阅读器Anyview3.0版的界面代码,Anyview3.0支持txt,html,UMD等格式的图书及PNG,GIF,JPG图片并可设置阅读背景图片,支持GB2312,GBK,Unicode,UTF8等编码-Reader Anyview3.0 the strongest cell phone version of the interface code, Anyview3.0 support txt, html, UMD format, such as books and PNG, GIF, JPG images can be set up to read the background picture and support the GB2312, GBK, Unicode, UTF8 encoding, etc.
Platform: | Size: 131072 | Author: hahaonline | Hits:

[Otherbestfit936

Description: utf8/gbk转换码表,utf8转gbk码表,gbk转utf8码表-utf8/gbk conversion code table, utf8 to gbk code table, gbk code table to utf8
Platform: | Size: 102400 | Author: 小文 | Hits:

[MultiLanguageutf82gbk

Description: utf8到gbk的转码的c++代码,方便易懂。-utf8 to gbk transgenic code c++ code, easy to understand.
Platform: | Size: 1024 | Author: 郭洪伟 | Hits:

[IME DevelopGB2312_ANSI_TO_UTF8

Description: 字符GB2312,ANSI-UTF8之间相互转换编码格式程序,从GB2312转到UTF8或者反过来转换-GB2312,ANSI-UTF8
Platform: | Size: 70656 | Author: zhpncu | Hits:

[Windows Developgb2312toutf9

Description: 众所周知,中文属于GB2312编码,但现在越来越多的行业使用UTF8编码,例如发送短信。这段程序展示了如何将中文由GB2312转换为UTF8编码-As we all know, the Chinese are GB2312 encoding, but now more and more use of UTF8 encoding of the industry, for example, send text messages. Shows how this process will be converted to English by the GB2312 encoding UTF8
Platform: | Size: 68608 | 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:

[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:

[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:

[Windows DevelopCChineseCode

Description: C++ 的中文 gb2312z 与 utf8的转换代码-C++ gb2312 to utf8
Platform: | Size: 2048 | Author: linyawen | Hits:

[Otherconvertutf8tochinese

Description: c#写的winform程序,字符转换UTF8为GB2312-write c# winform program, character conversion to UTF8 to GB2312
Platform: | Size: 31744 | Author: fqjp | Hits:

[OtherCCB_utf8_zh-tw

Description: 久别的CCB Perl论坛 主要改进清单如下: 1 更新的无痛升级,可在后台一键自动升级,直接用新的ccb 目录和 template 目录替换原来的目录,即可自动完成升级,数据结构和旧版本完全兼容 如果遇到空间迁移,路径无需手工设置,均为自动识别. 2 新开发了超强的在线人员列表功能,在线列表可以按栏目分类显示,而且采用缓存cache方法进行的优化设计,不会消耗大量的系统资源 增加社区的互动性和趣味性. 3 集成了经典的社区游戏功能 4 为了方便海外人士阅读论坛,和未来国际标准化接轨,论坛的标准安装版仅提供utf8 编码 但旧的用户升级版继续提供GB2312 GBK编码升级包,同时为老用户提供GB2312 转utf8编码服务 5 提供了完整的mysql 接口,便于和其他系统连接 6 改进了总置顶功能,总置顶文章自动返回原页面- Separated CCB Perl BBS The main improvement list as follows: 1 updated painless upgrade, but in the background, a key automatic updates, direct use new CCB directory and template directory to replace the original directory, and can be done automatically upgrade, data structure and the old version completely compatible If meet the space migration, path without manual Settings, are to be automatic recognition. 2 new developed super online personnel list function, online list can press section, according to the classification and the buffer cache optimization design method, don t consume a lot of system resources Increase community interactive and interesting. Three integrated the classic community game function 4 in order to facilitate the overseas reading BBS, and future international standardization community, BBS standard installation version only provide utf8 encoding But the old users to upgrade edition continues to provide GB2312 GBK code upgrade package, at the s
Platform: | Size: 1873920 | Author: agdfsko | Hits:

[OS programGB2312TOUTF8

Description: 扫面目录,并将文档从GB2312转为UTF8-Sweep surface directory, and a document from GB2312 to UTF8
Platform: | Size: 15057920 | Author: lcn | Hits:

[OtherCodeConvert

Description: utf8与GB2312编码互相转换,以解决不同环境编码下编码问题-interchangeable with GB2312 encoding utf8 to solve coding problems under different environments coding
Platform: | Size: 1024 | Author: 张云生 | Hits:

[Multimedia DevelopUTF8to2312

Description: 通过学习编码转换规则完成文本UTF8向gb2312编码的转换。-By learning the code conversion rules to complete the text GB2312 to UTF8 encoding conversion.
Platform: | Size: 556032 | Author: 侯权 | Hits:

[Windows DevelopencodeToGb2312

Description: 一个gb2312转utf8代码。用于比如嵌入式通信是2312.又可能有网页功能,此时中文数据就会乱码。可用此程序修正。(A GB2312 turn utf8 code. For example, for example, embedded communication is 2312. and may have web functionality, and Chinese data will be in chaos. You can use this program to fix it.)
Platform: | Size: 38912 | Author: xujianxiang | Hits:
« 12 »

CodeBus www.codebus.net