[Po4a-commits] "po4a/lib/Locale/Po4a TransTractor.pm,1.84,1.85"
Nicolas FRANCOIS
nekral-guest at alioth.debian.org
Wed Feb 14 23:21:43 CET 2007
Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory alioth:/tmp/cvs-serv17169/lib/Locale/Po4a
Modified Files:
TransTractor.pm
Log Message:
There's no reasons to check whether file_in_charset is set to CHARSET.
Index: TransTractor.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/TransTractor.pm,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
--- TransTractor.pm 31 Dec 2006 14:38:13 -0000 1.84
+++ TransTractor.pm 14 Feb 2007 22:21:41 -0000 1.85
@@ -818,7 +818,6 @@
} else {
if (defined($self->{TT}{'file_in_charset'}) and
length($self->{TT}{'file_in_charset'}) and
- $self->{TT}{'file_in_charset'} ne "CHARSET" and
$self->{TT}{'file_in_charset'} ne "ascii") {
$in_charset=$self->{TT}{'file_in_charset'};
} else {
More information about the Po4a-commits
mailing list