解析PHP 开发中的中文编码问题-PHP编程教程(Parsing PHP development in Chinese coding problem, -PHP programming tutorial).docVIP
- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
解析PHP 开发中的中文编码问题-PHP编程教程(Parsing PHP development in Chinese coding problem, -PHP programming tutorial)
解析PHP 开发中的中文编码问题-PHP编程教程(Parsing PHP development in Chinese coding problem, -PHP programming tutorial)
Chinese encoding in PHP program design has plagued many people, the cause of this problem is actually very simple, each country (or region) are provided for the exchange of information with the computer encoding character set, such as extended ASCII code of the United States, Chinese GB2312-80, Japan JIS. As the basis for information processing in this country / region, character coding sets play an important role in unified coding. The character encoding set is divided into two broad categories: SBCS (single byte character set) and DBCS (double byte character set). Early software (especially the operating system), in order to solve the computer processing of the local character information, appeared various localization versions (L10N), in order to distinguish, introduced LANG, Codepage and so on concepts. However, due to the overlap of the code ranges of each local character set, it is difficult to exchange information between each other, and the independent versions of each version of the software are more expensive to maintain. Therefore, it is necessary to extract common features in localization work for consistent processing, and reduce the specific localization processing content to the minimum. This is what is called internationalization (118N). Various language information is further standardized as Locale information. The underlying character set that is processed becomes a Unicode that contains almost all of the glyphs.
Now most of the core character processing software with internationalization features are based on Unicode, determine the local character encoding the corresponding settings in the Run-time software according to the ocale/Lang/Codepage, and then processing the local character. In the process, you need to implement the conversion of Unicode and local character sets, or even convert Unicode into two different local character sets in the mid
您可能关注的文档
- 第五六单元练习(Unit five or six exercise).doc
- 第八章 内压薄壁容器设计基础(The eighth chapter is the design foundation of internal pressure thin-wall vessel).doc
- 第八章 拟肾上腺素药(Eighth chapter, quasi adrenergic drugs).doc
- 第八章 机构的选型和组合应用(The eighth chapter is the selection and combination of mechanisms).doc
- 第八章——妇女跑步(The eighth chapter - women's running).doc
- 第六届校园文化艺术节策划书(Sixth Campus Cultural Arts Festival Planning).doc
- 第六章《频率与概率》主备材料(The sixth chapter is the main materials of frequency and probability).doc
- 第十一章 国际货物运输(The eleventh chapter international goods transportation).doc
- 第十一讲 计量基准、标准、溯源性(Eleventh, talking about measurement standards, standards and traceability).doc
- 第十七章 劳动力的价值或价格转化为工资(In the seventeenth chapter, the value or price of labor is translated into wages).doc
- 解雇诚实的残忍(The cruelty of honest honesty).doc
- 解读支持原中央苏区振兴发展国45条(Interpretation supports the revitalization and development of the former Central Soviet areas and the 45 states).doc
- 解除u盘保护(Lift the U disk protection).doc
- 计价与控制--第1讲讲义(Valuation and control -- Lecture Notes first).doc
- 计入管理费用的(Included in management expenses).doc
- 警惕和化解劳务派遣的叫卖不叫好(Vigilance and resolution of the dispatch do not applaud).doc
- 计算冰箱冷柜毛细管的公式(Formulas for calculating capillary in refrigerator and freezer).doc
- 警惕走进高血压误区(Vigilance into high blood pressure misunderstanding).doc
- 计算厨房的毛利率(Calculate the gross profit margin of the kitchen).doc
- 计算平均值方差《计算机等级考试上机体分类9》(Calculate the mean variance, Computer Rank Examination on organism classification 9).doc
文档评论(0)