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/05.pl | 2 ++ perl-install/share/advertising/10.pl | 4 +++- perl-install/share/advertising/14.pl | 4 +++- perl-install/share/advertising/21.pl | 4 +++- perl-install/share/advertising/22.pl | 4 +++- perl-install/share/advertising/24.pl | 4 +++- perl-install/share/advertising/28.pl | 4 +++- 7 files changed, 20 insertions(+), 6 deletions(-) (limited to 'perl-install/share') diff --git a/perl-install/share/advertising/05.pl b/perl-install/share/advertising/05.pl index f527b58e7..e2017969d 100644 --- a/perl-install/share/advertising/05.pl +++ b/perl-install/share/advertising/05.pl @@ -1,5 +1,7 @@ #!/usr/bin/perl +use utf8; + $width = 556; $height = 303; 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”.")); diff --git a/perl-install/share/advertising/14.pl b/perl-install/share/advertising/14.pl index a46e1ff84..c886c1094 100644 --- a/perl-install/share/advertising/14.pl +++ b/perl-install/share/advertising/14.pl @@ -1,5 +1,7 @@ #!/usr/bin/perl +use utf8; + $width = 556; $height = 303; @@ -16,4 +18,4 @@ $border = 10; #- for leftish text ' ', N("It is a full-featured office suite that includes word processor, spreadsheet, presentation and drawing applications."), ' ', - N("OpenOffice.org can read and write most types of Microsoft® Office documents such as Word, Excel and PowerPoint® files.")); \ No newline at end of file + N("OpenOffice.org can read and write most types of Microsoft® Office documents such as Word, Excel and PowerPoint® files.")); diff --git a/perl-install/share/advertising/21.pl b/perl-install/share/advertising/21.pl index a9961b402..6bbc66812 100644 --- a/perl-install/share/advertising/21.pl +++ b/perl-install/share/advertising/21.pl @@ -1,5 +1,7 @@ #!/usr/bin/perl +use utf8; + $width = 556; $height = 303; @@ -20,4 +22,4 @@ $border = 10; #- for leftish text N(" * Scripting languages:"), N(" * Perl"), N(" * Python"), - N(" * And many more.")); \ No newline at end of file + N(" * And many more.")); diff --git a/perl-install/share/advertising/22.pl b/perl-install/share/advertising/22.pl index 18d0ee371..450ded214 100644 --- a/perl-install/share/advertising/22.pl +++ b/perl-install/share/advertising/22.pl @@ -1,5 +1,7 @@ #!/usr/bin/perl +use utf8; + $width = 556; $height = 303; @@ -14,4 +16,4 @@ $border = 10; #- for leftish text ' ', N("PowerPack gives you the best tools to develop your own applications."), ' ', - N("With the powerful integrated development environment KDevelop and the leading Linux compiler GCC, you will be able to create applications in many different languages (C, C++, Java™, Perl, Python, etc.).")); \ No newline at end of file + N("With the powerful integrated development environment KDevelop and the leading Linux compiler GCC, you will be able to create applications in many different languages (C, C++, Java™, Perl, Python, etc.).")); diff --git a/perl-install/share/advertising/24.pl b/perl-install/share/advertising/24.pl index b09429d75..075b90d1b 100644 --- a/perl-install/share/advertising/24.pl +++ b/perl-install/share/advertising/24.pl @@ -1,5 +1,7 @@ #!/usr/bin/perl +use utf8; + $width = 556; $height = 303; @@ -18,4 +20,4 @@ $border = 10; #- for leftish text N(" * MySQL and PostgreSQL: The world's most popular open source databases."), N(" * CVS: Concurrent Versions System, the dominant open source network-transparent version control system."), N(" * ProFTPD: The highly configurable GPL-licensed FTP server software."), - N(" * Postfix and Sendmail: The popular and powerful mail servers.")); \ No newline at end of file + N(" * Postfix and Sendmail: The popular and powerful mail servers.")); diff --git a/perl-install/share/advertising/28.pl b/perl-install/share/advertising/28.pl index f688cd2e7..cce312594 100644 --- a/perl-install/share/advertising/28.pl +++ b/perl-install/share/advertising/28.pl @@ -1,5 +1,7 @@ #!/usr/bin/perl +use utf8; + $width = 556; $height = 303; @@ -19,4 +21,4 @@ $border = 10; #- for leftish text N(" * Access to commercial applications (for example to NVIDIA® or ATI™ drivers)."), N(" * Participation in Mandrakelinux user forums."), N(" * Early and privileged access, before public release, to Mandrakelinux ISO images."), - N(" * And many more.")); \ No newline at end of file + N(" * And many more.")); -- cgit v1.2.1