diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2004-02-13 14:45:16 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2004-02-13 14:45:16 +0000 |
commit | 195c6659105c86fd51969377d607e76b4e0b0423 (patch) | |
tree | 6453e1965b5bd0d62ad14ccc0f70c042e1e75c59 /perl-install | |
parent | b2e5a6f5222b3caf2d29917f82e9411b551af61c (diff) | |
download | drakx-backup-do-not-use-195c6659105c86fd51969377d607e76b4e0b0423.tar drakx-backup-do-not-use-195c6659105c86fd51969377d607e76b4e0b0423.tar.gz drakx-backup-do-not-use-195c6659105c86fd51969377d607e76b4e0b0423.tar.bz2 drakx-backup-do-not-use-195c6659105c86fd51969377d607e76b4e0b0423.tar.xz drakx-backup-do-not-use-195c6659105c86fd51969377d607e76b4e0b0423.zip |
USE ASCII OR UTF-8 ONLY; **DON'T** USE ISO-8859-1!
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/share/advertising/dwd-09.pl | 5 |
1 files changed, 4 insertions, 1 deletions
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 <b>text</b> 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 <b>Download version</b>."), ' ', - 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).")); |