diff --git a/reference/intl/constants.xml b/reference/intl/constants.xml index fcca86c809..b68484b1f4 100755 --- a/reference/intl/constants.xml +++ b/reference/intl/constants.xml @@ -1,6 +1,6 @@ - + @@ -150,64 +150,139 @@ + + + + The following errors are part of a bitmask returned by the UTS #46 algorithm in + idn_to_utf8 and idn_to_ascii. + IDNA_ERROR_EMPTY_LABEL (int) + + + + + + IDNA_ERROR_LABEL_TOO_LONG (int) + + + + + + IDNA_ERROR_DOMAIN_NAME_TOO_LONG (int) + + + + + + IDNA_ERROR_LEADING_HYPHEN (int) + + + + + + IDNA_ERROR_TRAILING_HYPHEN (int) + + + + + + IDNA_ERROR_HYPHEN_3_4 (int) + + + + + + IDNA_ERROR_LEADING_COMBINING_MARK (int) + + + + + + IDNA_ERROR_DISALLOWED (int) + + + + + + IDNA_ERROR_PUNYCODE (int) + + + + + + IDNA_ERROR_LABEL_HAS_DOT (int) + + + + + + IDNA_ERROR_INVALID_ACE_LABEL (int) + + + + + + IDNA_ERROR_BIDI (int) + + + + + + IDNA_ERROR_CONTEXTJ (int) - Erreurs rapportées dans un jeu de bits retourné par - l'algorithme UTS #46 dans la fonction idn_to_utf8 - ainsi que dans la fonction idn_to_ascii.