diff options
Diffstat (limited to 'perl-install/share/advertising/14.pl')
-rw-r--r-- | perl-install/share/advertising/14.pl | 4 |
1 files changed, 3 insertions, 1 deletions
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 <b>full-featured office suite</b> that includes word processor, spreadsheet, presentation and drawing applications."), ' ', - N("OpenOffice.org can read and write most types of <b>Microsoft® Office</b> documents such as Word, Excel and PowerPoint® files."));
\ No newline at end of file + N("OpenOffice.org can read and write most types of <b>Microsoft® Office</b> documents such as Word, Excel and PowerPoint® files.")); |