From 49781f4a0073e7152ff1359411cc1790db050942 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Tue, 30 Mar 2010 14:09:24 +0000 Subject: 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. --- symbian/TODO | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'symbian/TODO') 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 -- cgit v1.2.1