The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Apache::ACEProxy::UTF8_RACE - IDN compatible RACE proxy server

SYNOPSIS

  # in httpd.conf
  PerlTransHandler Apache::ACEProxy::UTF8_RACE

DESCRIPTION

Apache::ACEProxy::UTF8_RACE is one of the implementations of Apache::ACEProxy. This module encodes UTF8 encoded domain names into RACE encoding, specified in draft-ietf-idn-race-03.txt.

RACE encoding is currently tested domain name encoding by some regitrars. Note that this may (possibly, will) be changed if an ACE is chosen as the standard. See http://www.i-d-n.net/ for the details.

CAVEATS

Works well only for browsers which sends URL as UTF8. See "CAVEATS" in Apache::ACEProxy for details.

AUTHOR

Tastuhiko Miyagawa <miyagawa@bulknews.net>

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

This module comes with NO WARANTY.

SEE ALSO

Unicode::String, Convert::RACE, Apache::ACEProxy