[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Debian JP master SVN www commits (rev.585)
=======================================================
Repository: /org/svn.debian.or.jp/repos
Revision: 585
Commiter: nori
Date: 2008-02-22 21:00:58 +0900 (金, 22 2月 2008)
=======================================================
Log:
Enable handling input file charset correctly.
This change enables generation of po files from existing localized
DSA wml pages such as http://www.debian.org/security/2008/dsa-1443.
=======================================================
Changed:
U po4a/lib/Locale/Po4a/Wml.pm
Modified: po4a/lib/Locale/Po4a/Wml.pm
===================================================================
--- po4a/lib/Locale/Po4a/Wml.pm 2008-02-22 10:41:00 UTC (rev 584)
+++ po4a/lib/Locale/Po4a/Wml.pm 2008-02-22 12:00:58 UTC (rev 585)
@@ -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};