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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
Description:Fix pod warning and encoding
pod is converted to utf-8
Author:dod
--- a/Pod/Text.pm
+++ b/Pod/Text.pm
@@ -1533,7 +1533,7 @@
See L<TODO> file of Tk-Pod distribution
-
+=encoding utf-8
=head1 POD TO VERIFY B<PodText> WIDGET
@@ -1561,19 +1561,19 @@
=over 4
-=item auml: E<auml> ,
+=item auml: E<auml> ä,
-=item Auml: E<Auml> ,
+=item Auml: E<Auml> Ä,
-=item ouml: E<ouml> ,
+=item ouml: E<ouml> ö,
-=item Ouml: E<Ouml> ,
+=item Ouml: E<Ouml> Ö,
-=item Uuml: E<uuml> ,
+=item Uuml: E<uuml> ü,
-=item Uuml: E<Uuml> ,
+=item Uuml: E<Uuml> Ü,
-=item sz: E<szlig> .
+=item sz: E<szlig> ß.
=back
@@ -1583,7 +1583,7 @@
Details: L<perlpod> or perl, perlfunc.
-External links: L<http://www.cpan.org> (URL), L<< URL with link text|http://www.cpan.org >>, L<perl(1)> (man page), L<Berliner Fernsehturm|geo:52.520685,13.409461> (geo: URL)
+External links: L<http://www.cpan.org> (URL), L<< URL with link text|http://www.cpan.org >>, L<perl> (man page), L<Berliner Fernsehturm|geo:52.520685,13.409461> (geo: URL)
Links to local sections: L<a section (SYNOPSIS)|/SYNOPSIS>, L<an item
(-file, currently wrong)|/-file>, L<a working item (auml)|/auml>.
|