Convert::RACE 0.07 review

Download
by rbytes.net on

License: GPL (GNU General Public License)
File size: 4K
Developer: Tatsuhiko Miyagawa
0 stars award from rbytes.net

Convert::RACE is a conversion between Unicode and RACE.

SYNOPSIS

use Convert::RACE;

$domain = to_race($utf16str);
$utf16str = from_race($domain);

This module provides functions to convert between RACE (Row-based ASCII-Compatible Encoding) and Unicode Encodings.

RACE converts strings with internationalized characters into strings of US-ASCII that are acceptable as host name parts in current DNS host naming usage.

Requirements:
Perl

Convert::RACE 0.07 search tags