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

NAME

Template::Stash::Encode - Encode charactor code on stash variables

VERSION

Version 0.03

SYNOPSIS

        use Template::Stash::Encode;
        use Template;

        my Template $tt = Template->new(
                STASH => Template::Stash::Encode->new(icode => 'utf8', ocode => 'shiftjis')
        );

METHODS

new

Constructor (See Template::Stash). See below constructor parameter of hash reference.

icode

Input charactor code. (See Encode)

ocode

Output charactor code. (See Encode)

get

Override method.

SEE ALSO

Template, Encode

AUTHOR

Toru Yamaguchi, <zigorou at cpan.org>

BUGS

Please report any bugs or feature requests to bug-template-stash-encode at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Template-Stash-Encode. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Template::Stash::Encode

You can also look for information at:

COPYRIGHT & LICENSE

Copyright 2006 Toru Yamaguchi, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.