Download List

项目描述

PHP Net_IDNA is a class to convert between the
Punycode and Unicode formats. Punycode is a
standard described in RFC 3492 and part of IDNA
(Internationalizing Domain Names in Applications
[RFC3490]) . This class allows PHP scripts to
convert these domain names without having one of
the PHP extensions installed. It supports both IDNA 2003 and IDNA 2008.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-03-12 08:11
0.8.0

这个类现在完全支持IDNA的2008年和修复了mb_string一些小问题。阅读所提供的自述文件,以了解如何切换IDNA的2003年和2008年。
标签: Minor bugfixes, Major feature enhancements, Stable
The class now fully supports IDNA 2008 and fixes some minor issues with mb_string. Read the supplied ReadMe to learn how to switch between IDNA 2003 and 2008.

2010-11-22 11:19
0.7.0

此版本修复了一个错误初始化取代德国党卫军在构建地图。此外,通过设置是否转换set_parameter(即SS或没有)没有任何影响。
标签: Stable, Minor bugfixes
This build fixes a bug initializing the replace map for the German ß on construct. Additionally, setting whether to convert the ß or not via set_parameter() had no effect.

2010-11-05 06:33
0.6.9

此版本可以转换成微代码结扎德国党卫军(其实,这是默认值)。这种变化是必要的,因为DeNIC,在注册表中。德域,现在允许这个域名字符。一个配置选项,使旧的行为是否可用。
This build can convert the German ligature ß into Punycode (in fact, this is the default). The change was required, since DeNIC, the registry for .de domains, now allows this character in domain names. A configuration option to enable the old behaviour is available.

2010-10-14 07:24
0.6.4

这个版本增加了法encode_uri(),具体转换为整个URI的主机名部分微代码,但给其他组件(路径,查询字符串,等等)孤独。这些代码已经被清除了一点。
标签: Minor feature enhancements, Stable
This version adds the method encode_uri() to specifically convert the host name part of a whole URI to Punycode but leave the other components (path, query string, etc.) alone. The code has been cleaned up a little.

2009-04-16 03:22
0.6.3

如果缺少替代映射增加了对泰国的字符萨拉上午(ü +0 E33),它导致了含有这种错误的字符串转换。
标签: Stable
A missing replacement mapping has been added for the Thai character Sara Am (U+0E33), which led to wrong conversion of strings containing this character.

Project Resources