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

Search list

[MultiLanguagednc_stringcast

Description: 方便的utf8,unicode,ansi互相转换的模板实现,范型编成,在VC++,GCC,Inter C++中测试通过,结合dnc_utf8.rar来使用-convenient utf8, unicode, ansi transferable template, Fan-formation In VC, GCC, Inter C tested
Platform: | Size: 2822 | Author: zch | Hits:

[Linux-UnixurlEncode

Description: 用C语言与网页通迅的时候,难免会有进行编码的,此函数可以对GB2312转换成Unicode,然后再进行UTF8的页面编码,生成网页的%EB等格式
Platform: | Size: 1431 | Author: huangyifang | Hits:

[MultiLanguagednc_stringcast

Description: 方便的utf8,unicode,ansi互相转换的模板实现,范型编成,在VC++,GCC,Inter C++中测试通过,结合dnc_utf8.rar来使用-convenient utf8, unicode, ansi transferable template, Fan-formation In VC, GCC, Inter C tested
Platform: | Size: 2048 | Author: zch | Hits:

[VC/MFCdnc_utf8

Description: utf8编码,解码程序,实现了utf8,unicode,ansi之间的转换函数,还提供了一个utf8字符串迭代器,使用这个迭代器可以方便的遍历utf8所表示的每一个真实字符-utf8 encoding, decoding procedures, the utf8, unicode. ansi between the transfer function, it also provided a utf8 string iteration devices, the use of the iterative device can easily traverse the utf8 expressed by every one of the true characters
Platform: | Size: 7168 | Author: zch | Hits:

[MultiLanguageLancodeConverter

Description: 可以实现UNICODE,UTF8,GB2312,以及BIG5之间的互相转换。同时还提供16进制查看-Can be achieved UNICODE, UTF8, GB2312, as well as between BIG5 conversion. At the same time also offers 16-band View
Platform: | Size: 7904256 | Author: xuzheng | Hits:

[Windows Developutf8conv

Description: unicode 转换函式 utf8 to utf 16 utf16 to utf 8-unicode conversion function utf8 to utf 16utf16 to utf 8
Platform: | Size: 1024 | Author: 原大生 | Hits:

[Linux-UnixurlEncode

Description: 用C语言与网页通迅的时候,难免会有进行编码的,此函数可以对GB2312转换成Unicode,然后再进行UTF8的页面编码,生成网页的%EB等格式
Platform: | Size: 1024 | Author: huangyifang | Hits:

[Windows Developconvertz802

Description: 用途: 中文 Big5/GBK/Unicode/UTF8 内码转换器。    注意:档案转换只能将纯文字格式的文件(例如 txt, html 等)转码,    并不适用于如 MS Word, Excel 等 binary 档案。 系统要求: 视窗9x/ME/NT/2000/XP/2003 安装: 将所有档案解压到一个新资料夹,然后直接在档案总管执行 convertz.exe。 开启ConvertZ后可于程式设定一栏选择加快捷列到桌面、开始功能表、或程式集。-Uses: Chinese Big5/GBK/Unicode/UTF8 code converters. Note: File conversion only plain text documents (for example, txt, html, etc.) to code, does not apply to such as MS Word, Excel and other binary files. System Requirements: Windows 9x/ME/NT/2000/XP/2003 Installation: extract all files to a new folder, and then directly in Windows Explorer implementation convertz.exe. ConvertZ open after the program settings can be added one column select Shortcut Bar to your desktop, Start menu, or Programs.
Platform: | Size: 790528 | Author: thgy | 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:

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

[Windows Develop2121

Description: c语言下的gb2312和utf8及unicode之间的互相转换 — Windows Live.files-c language gb2312 and under each other between utf8 and unicode conversion- Windows Live.files
Platform: | Size: 54272 | Author: jiangbaoxi | Hits:

[ADO-ODBCANSI---Unicode

Description: [C语言]字符串处理 - ANSI - Unicode - UTF8 转换-[C Language] string processing- ANSI- Unicode- UTF8 conversion
Platform: | Size: 1024 | Author: yenan | Hits:

[Algorithm1

Description: C/C++中编码转化 ANSI转Unicode Unicode转ANSI UTF8转Unicode Unicode转UTF8 wchar_t* 转 char* char*转 char* UTF8转ANSI ANSI转UTF8-ANSI the C/C++ encoded into turn the of Unicode Unicode turn ANSI UTF8 turn Unicode Unicode turn UTF8 wchar_t* turn char* char* to char* the UTF8 turn ANSI ANSI turn UTF8
Platform: | Size: 1024 | Author: 刘凯 | Hits:

[Internet-NetworkWinSocketSimple

Description: 本程序为C#语言编写,版本为2010旗舰版 即10.0 本解决方案中包含两个实现的SocKet客户端的实例。 Form1为本机发个自身的,使用前,先要点击“开始接收”按钮,然后发送数据,即将发送的数据显示在Text2中。 Form2为接收从某设备发送来的数据。 默认情况下运行的为Form1窗体 Application.Run(new Form1()) //Application.Run(new Form2()) 如果想运行Form2窗体 请打开项目,找到文件Program.cs,替换 Application.Run(new Form1()) //Application.Run(new Form2()) 为 //Application.Run(new Form1()) Application.Run(new Form2()) 当运行Form2时,如过接收到的数据为乱码,请到代码窗口找到 //string receivedStr = System.Text.Encoding.Unicode.GetString(buffer) 对编码进行修改,并注释掉下行。 string receivedStr = System.Text.Encoding.UTF8.GetString(buffer) -C# SocKet Client
Platform: | Size: 57344 | Author: 薛伟恒 | Hits:

[Linux-UnixUTF8

Description: Takes a null-terminated C-style string with a UTF-8 sequence in it and converts it to a character. Only allows Unicode characters (U-00000000 to U-0010FFFF) Source Code for Linux v2.13.6. -Takes a null-terminated C-style string with a UTF-8 sequence in it and converts it to a character. Only allows Unicode characters (U-00000000 to U-0010FFFF) Source Code for Linux v2.13.6.
Platform: | Size: 2048 | Author: monfns | Hits:

[Otherunicode2U8txt

Description: unicode字符串 转uft8, c 代码 已验证(unicode sting to uft8)
Platform: | Size: 96256 | Author: westboy | Hits:

CodeBus www.codebus.net