Re: tt on Windows Active Perl 5.16
victory <[email protected]> Sun, 3 Mar 2013 20:03:47 +0900
| Newsgroups | gmane.comp.lang.perl.modules.template-toolkit |
|---|---|
| Message-ID | <[email protected]> |
> Looks like the problem is with non-ascii characters in the POD. there seems to be a E<> tag for that, patch attached. archived patch/file also attached as one of them uses iso-8859-1 or similar and the other use utf8 as encoding. -- victory no need to CC me :-) http://userscripts.org/scripts/show/102724 0.0.1.3 _______________________________________________ templates mailing list [email protected] http://mail.template-toolkit.org/mailman/listinfo/templates
fix-entity.zip
(application/zip, 964 B) - not displayed
fix-entity.txt
(text/plain, 1.3 KB)
--- Filters.pod.old 2011-12-20 16:41:35.000000000 +0900 +++ Filters.pod 2013-02-28 16:10:54.234420600 +0900 @@ -125,7 +125,7 @@ If one or other of these modules are installed on your system then the text will be encoded (via the C<escape_html()> or C<encode_entities()> subroutines respectively) to convert all extended characters into their appropriate HTML -entities (e.g. converting 'C<é>' to 'C<é>'). If neither module is +entities (e.g. converting 'C<E<eacute>>' to 'C<é>'). If neither module is available on your system then an 'C<html_entity>' exception will be thrown reporting an appropriate message. --- Credits.pod.html 2011-12-20 16:41:35.000000000 +0900 +++ Credits.pod 2013-02-28 16:12:23.083304600 +0900 @@ -75,7 +75,7 @@ Chuck Adams, Stephen Adkins, Ivan Adzhubey, Mark Anderson, Bradley Baetz, Thierry-Michel Barral, Craig Barratt, Stas Bekman, Robin Berjon, Tony Bowden, -Neil Bowers, Leon Brocard, Lyle Brooks, Norbert Buchmüller, Dave Cash, Piers +Neil Bowers, Leon Brocard, Lyle Brooks, Norbert BuchmE<Uuml>ller, Dave Cash, Piers Cawley, Darren Chamberlain, Timmy Chan, Eric Cholet, Nik Clayton, Tosh Cooey, Dave Cross, Chris Dean, Francois Desarmenien, Horst Dumcke, Mark Fowler, Michael Fowler, Kenny Gatdula, Axel Gerstmair, Dylan William Hardison, Perrin
fixed-pod.zip
(application/zip, 7.6 KB) - not displayed