summaryrefslogtreecommitdiffstats
path: root/perl-install/share/advertising/24.pl
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/share/advertising/24.pl')
-rw-r--r--perl-install/share/advertising/24.pl4
1 files changed, 3 insertions, 1 deletions
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(" * <b>MySQL</b> and <b>PostgreSQL</b>: The world's most popular open source databases."),
N(" * <b>CVS</b>: Concurrent Versions System, the dominant open source network-transparent version control system."),
N(" * <b>ProFTPD</b>: The highly configurable GPL-licensed FTP server software."),
- N(" * <b>Postfix</b> and <b>Sendmail</b>: The popular and powerful mail servers.")); \ No newline at end of file
+ N(" * <b>Postfix</b> and <b>Sendmail</b>: The popular and powerful mail servers."));