Apache-Request-I18N

 view release on metacpan or  search on metacpan

I18N.pm  view on Meta::CPAN


  <Location ...>
  SetHandler  perl-script
  PerlHandler Apache::Request::I18N <your other handlers ...>
  PerlSetVar  DecodeParms  utf-8
  </Location>


=head1 DESCRIPTION

I<Apache::Request::I18N> adds transparent support over I<Apache::Request> for
internationalized GET/POST parameters.  Form field names and values are
automatically decoded and converted either to Perl's internal UTF-8 format, or
to another character encoding.

Since this module inherits from I<Apache::Request>, it can be used as a
drop-in replacement.  (It is not a B<perfect> replacement, though; see
L<"COMPATIBILITY ISSUES"> below.)  It can also be used in a I<PerlHandler>
directive, in which case all subsequent handlers will -- if they play nicely
-- automatically see the converted names and values.

README  view on Meta::CPAN

Apache-Request-I18N version 0.06
================================

This module adds transparent support over Apache::Request for
internationalized GET/POST parameters.  Form field names and values are
automatically decoded and converted either to Perl's internal UTF-8 format, or
to another character encoding.

Since this module inherits from Apache::Request, it can be used as a drop-in
replacement.  (It is not a perfect replacement, though; see the manpage for
details.)  It can also be used in a PerlHandler directive, in which case all
subsequent handlers will -- if they play nicely -- automatically see the
converted names and values.



( run in 0.377 second using v1.01-cache-2.11-cpan-a1d94b6210f )