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

NAME

Egg::Plugin::Charset - Base class for module related to Charset for Egg.

SYNOPSIS

  package MYPROJECT;
  use strict;
  use Egg qw/Charset::UTF8/;

my $config= __PACKAGE__->load('/path/to/config.yaml');

DESCRIPTION

This module is a base class for Egg::Plugin::Charset::*.

Please use it by way of the subclass. Anything cannot be done in the unit.

'Content-Type' and 'Content-Language' are setup when outputting it, and the character-code of contents is adjusted.

An original subclass can be made by handling the helper.

* Please see Egg::Helper::P::Charset in detail.

SEE ALSO

Egg::Helper::P:Charset, Egg::Plugin::Charset::EUT8, Egg::Plugin::Charset::EUC_JP, Egg::Plugin::Charset::Shift_JIS, Egg::Release,

AUTHOR

Masatoshi Mizuno, <lushe@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2007 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.