1Template::Plugin::encodUisnegr(3C)ontributed Perl DocumeTnetmaptliaotne::Plugin::encoding(3)
2
3
4
6 Tempate::Plugin::encoding - Template plugin to specify encoding
7
9 [% USE encoding 'euc-jp' -%]
10 <?xml version="1.0" encoding="[% encoding %]"?>
11
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
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
27 Template::Provider::Encoding
28
29
30
31perl v5.12.0 2006-03-18 Template::Plugin::encoding(3)