=head1 NAME Web::DomainName::IDNEnabled - List of IDN-enabled TLDs =head1 SYNOPSIS use Web::DomainName::IDNEnabled; ok $Web::DomainName::IDNEnabled::TLDs->{jp}; ng $Web::DomainName::IDNEnabled::TLDs->{arpa}; =head1 DESCRIPTION The C module provides the list of IDN-enabled TLDs, which is same as the list of the I maintained by the Mozilla project. Note that the list is no longer maintained by the Mozilla project. =head1 VARIABLE The module defines a variable: C<$Web::DomainName::IDNEnabled::TLDs>. It is a hash reference. Keys of the hash are IDN-enabled TLDs in lowercase and is encoded in Punycode if necessary. Values for existing keys are always true. =head1 SEE ALSO IDN-enabled TLDs — Mozilla . . (Search for C.) =head1 AUTHOR Wakaba . The C module contains data extracted from files maintained by the Mozilla project. =head1 LICENSE Copyright 2011-2015 Wakaba . This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =cut