[Po4a-commits] "po4a/lib/Locale/Po4a Dia.pm,1.11,1.12"
Nicolas FRANCOIS
nekral-guest at alioth.debian.org
Sat Sep 24 21:06:34 UTC 2005
Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory haydn:/tmp/cvs-serv23824/lib/Locale/Po4a
Modified Files:
Dia.pm
Log Message:
Transtractor changed, and now $self->{TT}{po_out} is not defined when
initialize is called.
I don't see any reason to force the PO charset, so I remove these lines
wich made the testsuite fail.
Index: Dia.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Dia.pm,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Dia.pm 2 Feb 2005 14:53:16 -0000 1.11
+++ Dia.pm 24 Sep 2005 21:06:32 -0000 1.12
@@ -94,8 +94,6 @@
$self->{options}{'nostrip'}=1;
$self->{options}{'tags'}.=' <dia:string>';
$self->treat_options;
- # Force the output po to be in utf-8
- $self->{TT}{po_out}->set_charset("utf-8")
}
sub found_string {
More information about the Po4a-commits
mailing list