The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 1.100 - 2010-06-08

  • new parameters AllowUnassigned/UseSTD3ASCIIRules for to_ascii, to_unicode (RFC 3490) domain_to_ascii, domain_to_unicode
  • case insensitive ACE prefix (RFC 3490)
  • new length 255 check in domain_to_ascii (RFC 1034)
  • length 63 check moved to to_ascii
  • dots replacement only in domain_to_ascii (domain_to_unicode does not require it)
  • o-modifier in regexs
  • _domain replaced by domain_to_unicode and domain_to_ascii
  • _nameprep replaced by NET::IDN::Nameprep

Modules

Internationalizing Domain Names in Applications (RFC 3490)
A Bootstring encoding of Unicode for IDNA (RFC 3492)
pure-perl implementation of Net::IDN::Punycode