文件名称:utf8

  • 所属分类:
  • 其他小程序
  • 资源属性:
  • [C/C++] [源码]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 179kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • a***
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

基本思路很简单,就用两个大数组:

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 subscr ipt 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
相关搜索: GBK
UTF8
utf8
gbk
utf8
gbk
utf8

(系统自动生成,下载前可以参看下载内容)

下载文件列表

utf8\codingBase.c

....\readme

....\utf8.c

....\zzop.h

utf8

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org