Contribution:
Convert::RACE
Name DSLI Description Info
------------- ---- -------------------------------------------- -----
Convert::
::RACE bdpf Conversion between Unicode and RACE MIYAGAWA
Discussion:
on Jcode5 Mailing-lists.
NAME
Convert::RACE - Conversion between Unicode and RACE
SYNOPSIS
use Convert::RACE qw(to_race from_race);
$domain = to_race($utf16str);
$utf16str = from_race($domain);
DESCRIPTION
This module provides functions to convert between RACE
(Row-based ASCII-Compatible Encoding) and Unicode Encod-
ings.
RACE converts strings with internationalized characters
into strings of US-ASCII that are acceptable as host name
parts in current DNS host naming usage.
See http://www.ietf.org/internet-drafts/draft-ietf-idn-
race-03.txt for more details.