diff options
Diffstat (limited to 'perl-install/share/advertising/22.pl')
-rw-r--r-- | perl-install/share/advertising/22.pl | 4 |
1 files changed, 3 insertions, 1 deletions
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 <b>develop</b> your own applications."), ' ', - N("With the powerful integrated development environment <b>KDevelop</b> and the leading Linux compiler <b>GCC</b>, you will be able to create applications in <b>many different languages</b> (C, C++, Java™, Perl, Python, etc.)."));
\ No newline at end of file + N("With the powerful integrated development environment <b>KDevelop</b> and the leading Linux compiler <b>GCC</b>, you will be able to create applications in <b>many different languages</b> (C, C++, Java™, Perl, Python, etc.).")); |