From 9880ca9c5252a1e6a5eebeb6c3d4537509e18c3a Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 30 Aug 2001 17:13:12 +0000 Subject: fix utf8 translation of xml file --- perl-install/share/po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/share/po') diff --git a/perl-install/share/po/Makefile b/perl-install/share/po/Makefile index 3746ac5fe..62daa8643 100644 --- a/perl-install/share/po/Makefile +++ b/perl-install/share/po/Makefile @@ -14,7 +14,7 @@ all: $(MOFILES) help: wget -q -O drakx-help.xml "http://www.mandrakelinux.com/cgi-bin/cvsweb.cgi/~checkout~/doc/manual/literal/drakx/en/drakx-help.xml?rev=1.1&content-type=text/plain" - ./help_xml2pm.pl drakx-help.xml > ../../help.pm + ./help_xml2pm.pl drakx-help.xml | LC_ALL=fr iconv -f utf8 -t ascii//TRANSLIT > ../../help.pm %.mo: %.po msgfmt -o $@ $< -- cgit v1.2.1