File: README

package info (click to toggle)
libidna-punycode-perl 0.03-1
  • links: PTS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 68 kB
  • ctags: 22
  • sloc: perl: 140; makefile: 42
file content (23 lines) | stat: -rw-r--r-- 825 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
IDNA::Punycode - conversion from IDN domain names to Punycode and back
======================================================================

1. DESCRIPTION
--------------

IDNA::Punycode will convert a domain-name from the "native" IDN
(Internationalized Domain Name) form, i.e., a domain-name
containing non-ASCII characters, into it's corresponding
ACE (ASCII Compatible Encoding), and vice versa.

Before you do the ACE conversion, however, you must first "normalize"
the string to convert using Net::IDN::Nameprep.  See RFC3940
(http://www.ietf.org/rfc/rfc3490.txt) for more information.

IDNA::Punycode has no dependencies.

2. COPYRIGHT
------------

Copyright (c) Tatsuhiko Miyagawa <miyagawa@bulknews.net>. This program
is free software; you can redistribute it and/or modify it under the
same terms as Perl itself