summaryrefslogtreecommitdiff
path: root/Todo-5.6
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-09-06 17:07:03 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-09-06 17:07:03 +0000
commit85af15682277b123928d42865f6a5d72fb8a7e13 (patch)
treec5ec7b581d64fb90cdf2e47c6d9f3f137fda7fd7 /Todo-5.6
parente331fc526c631ec7738ea465ef21f191ba7f166b (diff)
downloadperl-85af15682277b123928d42865f6a5d72fb8a7e13.tar.gz
Update Unicode todo list.
p4raw-id: //depot/perl@7018
Diffstat (limited to 'Todo-5.6')
-rw-r--r--Todo-5.69
1 files changed, 8 insertions, 1 deletions
diff --git a/Todo-5.6 b/Todo-5.6
index 30c7cc0408..337239da7a 100644
--- a/Todo-5.6
+++ b/Todo-5.6
@@ -151,12 +151,19 @@ Miscellaneous
C is too high-level...
replace pod2html with new PodtoHtml? (requires other modules from CPAN)
automate testing with large parts of CPAN
- Unicode collation? http://www.unicode.org/unicode/reports/tr10/
turn Cwd into an XS module? (Configure already probes for getcwd())
mmap for speeding up input? (Configure already probes for the mmap family)
sendmsg, recvmsg? (Configure doesn't probe for these but the units exist)
setitimer, getitimer? (the metaconfig units exist)
+Unicode
+ SCSU? http://www.unicode.org/unicode/reports/tr6/
+ Collation? http://www.unicode.org/unicode/reports/tr10/
+ Normalization? http://www.unicode.org/unicode/reports/tr15/
+ EBCDIC? http://www.unicode.org/unicode/reports/tr16/
+ Regexes? http://www.unicode.org/unicode/reports/tr18/
+ Case Mappings? http://www.unicode.org/unicode/reports/tr21/
+
Ongoing
keep filenames 8.3 friendly, where feasible
upgrade to newer versions of all independently maintained modules