[Po4a-devel][CVS] po4a/lib/Locale/Po4a Dia.pm,1.6,1.7

Jordi Vilalta po4a-devel@lists.alioth.debian.org
Mon, 09 Aug 2004 17:09:56 +0000


Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory haydn:/tmp/cvs-serv2221

Modified Files:
	Dia.pm 
Log Message:
Force the output po to be in utf-8


Index: Dia.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Dia.pm,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Dia.pm	9 Aug 2004 16:21:49 -0000	1.6
+++ Dia.pm	9 Aug 2004 17:09:54 -0000	1.7
@@ -93,6 +93,8 @@
 	$self->{options}{'tagsonly'}=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 {