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

NAME

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

SYNOPSIS

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

DESCRIPTION

Apache::ACEProxy::SJIS_RACE is one of the implementations of Apache::ACEProxy. This module encodes Shift_JIS encoded domain names into RACE encoding.

CAVEATS

Works well only for browsers which sends URL as Shift_JIS. Candidates are: Windows Netscape 4.x, Windows Internet Explorer with "Always send URL as UTF8" setting OFF. See "CAVEATS" in Apache::ACEProxy for details.

You need Jcode module to get this work.

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

Jcode, Convert::RACE, Apache::ACEProxy