[Po4a-commits] po4a po4a-updatepo,1.25,1.26

Jordi Vilalta po4a-devel@lists.alioth.debian.org
Wed, 25 Aug 2004 00:42:52 +0000


Update of /cvsroot/po4a/po4a
In directory haydn:/tmp/cvs-serv5854

Modified Files:
	po4a-updatepo 
Log Message:
Changed to_utf() name to the more concrete to_utf8()


Index: po4a-updatepo
===================================================================
RCS file: /cvsroot/po4a/po4a/po4a-updatepo,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- po4a-updatepo	9 Aug 2004 19:30:56 -0000	1.25
+++ po4a-updatepo	25 Aug 2004 00:42:50 -0000	1.26
@@ -218,7 +218,7 @@
 	unless ($doc->{TT}{ascii_input}) {
 	    my $oldpo = Locale::Po4a::Po->new();
 	    $oldpo->read($po_filename);
-	    $oldpo->to_utf();
+	    $oldpo->to_utf8();
 	    $oldpo->write($po_filename);
 	}
 	system ("msgmerge","-U",$po_filename,$pot_filename) == 0 ||