[Po4a-commits] "po4a/lib/Locale/Po4a Wml.pm,1.8,1.9"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Thu Feb 28 18:58:04 UTC 2008


Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory alioth:/tmp/cvs-serv12616/lib/Locale/Po4a

Modified Files:
	Wml.pm 
Log Message:
Enable handling input file charset correctly.
Patch by: Noritada Kobayashi <nori1 at dolphin.c.u-tokyo.ac.jp>


Index: Wml.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Wml.pm,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Wml.pm	28 Feb 2008 18:52:38 -0000	1.8
+++ Wml.pm	28 Feb 2008 18:58:01 -0000	1.9
@@ -123,6 +123,7 @@
       
       # Build the XML TransTractor which will do the job for us
       my $xmlizer = Locale::Po4a::Chooser::new("xhtml");
+      $xmlizer->{TT}{'file_in_charset'}=$self->{TT}{'file_in_charset'};
       $xmlizer->{TT}{po_in}=$self->{TT}{po_in};
       $xmlizer->{TT}{po_out}=$self->{TT}{po_out};
       




More information about the Po4a-commits mailing list