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 Requirements

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 사이를 전환하는 법을 배워야 제공된 읽어보기를 참조하십시오.
Tags: 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 (를 통해 친위대 안을 변환할지 여부를 설정합니다.
Tags: 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

이것은 (사실, 이것이 기본값이다) Punycode로 독일 묶인 친위대를 변환할 수 있습니다 구축할 수 있습니다. 변경 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 ()는 특별히 Punycode 수 있지만 혼자 다른 구성 요소를 (경로, 쿼리 문자열, 등)을두고 전체 URI의 호스트 이름 부분을 변환하는 추가합니다. 코드가 좀 씻고왔다.
Tags: 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

실종 대체 매핑 태국 캐릭터 새라나요 (U +0 E33), 이는 이러한 문자가 포함된 문자열의 전환을 주도 잘못 추가되었습니다.
Tags: 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