Télécharger la liste

Description du projet

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.

Système requise

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

La classe prend désormais en charge IDNA 2008 et corrige quelques problèmes mineurs avec mb_string. Lire le ReadMe fourni pour apprendre comment passer entre IDNA 2003 et 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

Cette version corrige un bug d'initialisation de la carte pour remplacer les SS allemands sur la construction. En outre, l'établissement s'il faut convertir le ß ou non via SET_PARAMETER () n'a eu aucun effet.
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

Cette version permet de convertir les SS allemands ligature en Punycode (en fait, c'est la valeur par défaut). Le changement a été nécessaire, puisque DENIC, le registre du domaine. De, permet maintenant de ce caractère dans les noms de domaine. Une option de configuration pour permettre à l'ancien comportement est disponible.
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

Cette version ajoute le encode_uri méthode () pour convertir spécifiquement la partie nom d'hôte d'un ensemble d'URI Punycode mais laissez les autres composants (chemin d'accès, de chaîne de requête, etc) seul. Le code a été nettoyé un peu.
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

Une cartographie de remplacement manquantes ont été ajoutées pour le caractère thaï Sara Am (U +0 E33), qui a conduit à la conversion erronée de chaînes contenant ce caractère.
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