NAME
Template::Plugin::Iconv - Text::Iconv for Template Toolkit
SYNOPSIS
[% USE Iconv("cp1251", "utf-8") %]
[% Iconv.convert("Text") %]
DESCRIPTION
Template::Plugin::Iconv is a plugin for TT. The Text::Iconv module provides a Perl interface to the iconv() function as defined by the Single UNIX Specification.
AUTHOR
Kostya Ten <kostya@bk.ru>
SEE ALSO
COPYRIGHT AND LICENSE
Copyright 2007 by Kostya Ten.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.