From: Tomas Doran Date: Wed, 15 Feb 2012 20:39:08 +0000 (+0000) Subject: Add note about unicode X-Git-Tag: 0.38~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e22ff352f5b1758e03653a72355029ca921f670a;p=catagits%2FCatalyst-View-TT.git Add note about unicode --- diff --git a/lib/Catalyst/View/TT.pm b/lib/Catalyst/View/TT.pm index 3e51303..641903a 100644 --- a/lib/Catalyst/View/TT.pm +++ b/lib/Catalyst/View/TT.pm @@ -453,6 +453,12 @@ If you are calling C directly then you can specify dynamic paths by having a C key with a value of additonal directories to search. See L for an example showing this. +=head2 Unicode + +Be sure to set C<< ENCODING => 'utf-8' >> and use +L if you want to use non-ascii +characters (encoded as utf-8) in your templates. + =head2 RENDERING VIEWS The view plugin renders the template specified in the C