1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
From: Dominic Hargreaves <dom@earth.li>
Date: Sat, 12 Sep 2020 12:35:20 +0100
Subject: Convert POD text to UTF8
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=133318
---
lib/HTML/Table.pm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
mode change 100755 => 100644 lib/HTML/Table.pm
diff --git a/lib/HTML/Table.pm b/lib/HTML/Table.pm
old mode 100755
new mode 100644
index 00acac6..92b25f0
--- a/lib/HTML/Table.pm
+++ b/lib/HTML/Table.pm
@@ -8,6 +8,8 @@ $VERSION = '2.08a';
use overload '""' => \&getTable,
fallback => undef;
+=encoding UTF-8
+
=head1 NAME
HTML::Table - produces HTML tables
@@ -785,7 +787,7 @@ For autogrow behaviour of setCell, and allowing alignment specifications to be c
Arno Teunisse, Arno.Teunisse@Simac.nl
For the methods adding rules, styles and table alignment attributes.
-Ville Skytt, ville.skytta@iki.fi
+Ville Skyttä, ville.skytta@iki.fi
For general fixes
Paul Vernaza, vernaza@stwing.upenn.edu
|