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

NAME

Egg::Plugin::Filter::Plugin::Japanese::EUC - The filter for the Japanese sentence character code is added.

SYNOPSIS

  use Egg qw/ Filter /;
  
  __PACKAGE__->egg_startup(
  
    plugin_filter=> {
      plugin=> [qw/ Japanese::EUC /],
      },
  
    );

  $e->filter(
    myname   => [qw/ h2z j_strip_j j_trim /],
    nickname => [qw/ h2z j_strip j_trim /],
    address  => [qw/ h2z j_hold /],
    );

DESCRIPTION

It is a plug-in for the filter that can treat Japanese EUC character-code.

Please refer to the document of Egg::Plugin::Filter::Plugin::Japanese.

SEE ALSO

Egg::Plugin::Filter, Egg::Plugin::Filter::Plugin::Japanese, Egg::Release,

AUTHOR

Masatoshi Mizuno <lushe@cpan.org>

COPYRIGHT

Copyright (C) 2007 by Bee Flag, Corp. <http://egg.bomcity.com/>, All Rights Reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.