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 - Base class for a Japanese filter.

DESCRIPTION

It is a base class for Egg::Plugin::Filter::Plugin::Japanese::EUC and Egg::Plugin::Filter::Plugin::Japanese::Shift_JIS etc.

FILTERS

h2z

The normal-width katakana is converted into the em-size katakana.

j_trim

The space character that contains the em-size space before and after is put out.

j_hold

All the space characters including the em-size space are put out.

j_strip

The continuousness of all the space characters including the em-size space is substituted for one half angle space.

j_strip_j

The continuousness of all the space characters including the em-size space is substituted for one em-size space.

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.