From 1696a32337f6e362b68e95283081f3a9828dd7bd Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 5 Apr 2005 09:52:03 +0000 Subject: - remove non useful non-ascii characters - add "use utf8" for useful utf8 characters --- perl-install/share/advertising/10.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'perl-install/share/advertising/10.pl') diff --git a/perl-install/share/advertising/10.pl b/perl-install/share/advertising/10.pl index 4c444457e..a59f1d206 100644 --- a/perl-install/share/advertising/10.pl +++ b/perl-install/share/advertising/10.pl @@ -1,5 +1,7 @@ #!/usr/bin/perl +use utf8; + $width = 556; $height = 303; @@ -14,4 +16,4 @@ $border = 10; #- for leftish text ' ', N("Mandrakesoft has developed two products that allow you to use Mandrakelinux on any computer and without any need to actually install it:"), N(" * Move, a Mandrakelinux distribution that runs entirely from a bootable CD-ROM."), - N(" * GlobeTrotter, a Mandrakelinux distribution pre-installed on the ultra-compact “LaCie Mobile Hard Drive”.")); \ No newline at end of file + N(" * GlobeTrotter, a Mandrakelinux distribution pre-installed on the ultra-compact “LaCie Mobile Hard Drive”.")); -- cgit v1.2.1