From 195c6659105c86fd51969377d607e76b4e0b0423 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Fri, 13 Feb 2004 14:45:16 +0000 Subject: USE ASCII OR UTF-8 ONLY; **DON'T** USE ISO-8859-1! --- perl-install/share/advertising/dwd-09.pl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'perl-install/share/advertising/dwd-09.pl') diff --git a/perl-install/share/advertising/dwd-09.pl b/perl-install/share/advertising/dwd-09.pl index 16d9f8954..eb974ee55 100644 --- a/perl-install/share/advertising/dwd-09.pl +++ b/perl-install/share/advertising/dwd-09.pl @@ -7,6 +7,9 @@ $y_start = 10; $border = 10; #- for leftish text # Use text for bold +# +# And text MUST BE in ASCII or UTF-8 *ONLY* +# Don't use iso-8859-1 or any other encoding, it breaks everything! # @text = ([ N("text to display"), center => 1 ], @@ -14,4 +17,4 @@ $border = 10; #- for leftish text ' ', N("This is the Mandrake Linux Download version."), ' ', - N("The free download version does not include commercial software, and therefore may not work with certain modems (such as some ADSL and RTC ones) and video cards (such as ATI® and NVIDIA® ones).")); + N("The free download version does not include commercial software, and therefore may not work with certain modems (such as some ADSL and RTC ones) and video cards (such as ATI® and NVIDIA® ones).")); -- cgit v1.2.1