1Template::Plugin::encodUisnegr(3C)ontributed Perl DocumeTnetmaptliaotne::Plugin::encoding(3)
2
3
4

NAME

6       Tempate::Plugin::encoding - Template plugin to specify encoding
7

SYNOPSIS

9         [% USE encoding 'euc-jp' -%]
10         <?xml version="1.0" encoding="[% encoding %]"?>
11

DESCRIPTION

13       Template::Plugin::encoding is a Template plugin to declare the encoding
14       of template files. This plugin doesn't actually do anything but
15       Template::Provider::Encoding scans the usage of this module to find the
16       encoding of templates. As a bonus, you can use "encoding" variable in
17       the template to specify file encoding, which might be useful for XML or
18       HTML meta tag.
19

AUTHOR

21       Tatsuhiko Miyagawa <miyagawa@bulknews.net>
22
23       This library is free software; you can redistribute it and/or modify it
24       under the same terms as Perl itself.
25

SEE ALSO

27       Template::Provider::Encoding
28
29
30
31perl v5.30.0                      2019-07-26     Template::Plugin::encoding(3)
Impressum