diff options
author | Ævar Arnfjörð Bjarmason <avar@cpan.org> | 2010-03-30 14:09:24 +0000 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2010-05-08 16:35:35 -0400 |
commit | 49781f4a0073e7152ff1359411cc1790db050942 (patch) | |
tree | f4cbc1b500eac522b28853ab647ae042f24611e2 /symbian | |
parent | bdbefedf6ca6c8253d0fccc6b9d99d7ae86dcd96 (diff) | |
download | perl-49781f4a0073e7152ff1359411cc1790db050942.tar.gz |
Add =encoding utf8 to all core non-ASCII POD files + test script
It's now possible to run:
perl Porting/checkpodencoding.pl
To check if the core contains any naughty POD that uses non-ASCII
without declaring an encoding.
With this patch all the POD in core (except POD tests we're ignoring)
has a correct =encoding directive. The script also flags problems in
lib/* and cpan/* which aren't being fixed as part of this commit.
Diffstat (limited to 'symbian')
-rw-r--r-- | symbian/TODO | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/symbian/TODO b/symbian/TODO index 3fb1534e41..ac8ee3d2d0 100644 --- a/symbian/TODO +++ b/symbian/TODO @@ -1,9 +1,11 @@ +=encoding utf8 + =head1 BASE PORT =head2 Console - The Console only does "ASCII" input: e.g. pressing the "2" - key five times, "aaaaa", does not produce "ä" ("a diaeresis"), + key five times, "aaaaa", does not produce "ä" ("a diaeresis"), but instead the "2" key rotates through "abc2abc2...". This is a pity because the Console is actually capable of full Unicode input and output (if you have the fonts, that is). You |