NAME

  Net::IDN::Tools -- modules for handling of Internationalised
		     Domain Names in Applications (IDNA)

OVERVIEW

  Net::IDN::Encode   -- high-level interface for encoding and 
  			decoding of domain names (implements
			toASCII and toUNICODE as defined in
			RFC 3490)

  Net::IDN::Nameprep -- normalization of domain names (NAMEPREP,
			RFC 3491)

  Net::IDN::Punycode -- ASCII-compatible encoding of Unicode 
  			(PUNYCODE, RFC 3492)

INSTALLATION

  To install this module type the following:

    perl Makefile.PL
    make
    make test
    make install

DEPENDENCIES

  This module requires these other modules and libraries:

    Unicode::Normalize

AUTHOR

  Claus A. Frber

ACKNOWLEDGMENTS

  Tatsuhiko Miyagawa -- Net::IDN::Nameprep and IDNA::Punycode

$Id: README 23 2006-11-16 23:35:14Z cfaerber $
