summaryrefslogtreecommitdiff
path: root/pod/perltodo.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-07-04 01:32:11 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-07-04 01:32:11 +0000
commit2796c109dc2c56e2241410992d78bd8e0cccd71f (patch)
tree6afcbd325dc2525c4681ef8e20e95afc8fcd49a4 /pod/perltodo.pod
parentad9cab3708f3a6aff28b5c1ca3a390c013235283 (diff)
downloadperl-2796c109dc2c56e2241410992d78bd8e0cccd71f.tar.gz
Support preferentially the Unicode 'scripts' definition
in the \p{In...} notation since according to Unicode the scripts concept is more natural for matching than using the somewhat artificial block names. The block names are still available, though, and if there's a name conflict, the scripts one wins and the blocks one has to do with 'Block' appended to its name. For more information see http://www.unicode.org/unicode/reports/tr24/ p4raw-id: //depot/perl@11132
Diffstat (limited to 'pod/perltodo.pod')
-rw-r--r--pod/perltodo.pod11
1 files changed, 0 insertions, 11 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod
index f96c7704e1..3c7243254e 100644
--- a/pod/perltodo.pod
+++ b/pod/perltodo.pod
@@ -87,17 +87,6 @@ class subtraction.
http://www.unicode.org/unicode/reports/tr18/
-=head2 Unicode Scripts support
-
-Currently the C<\p{In...}> supports only the Blocks database, like
-C<\p{BasicLatin}>, C<\p{InGreek}>, C<\p{InThai}>, but there's also the
-Scripts database, which has members like C<Latin>, C<Greek>,
-C<Armenian>, C<Han>. It is desireable that also the script names
-could be used for the C<\p{In...}> construct. Note: needs to be
-researched whether this is possible, that is, are there conflicts
-between the Blocks and the Scripts, is the Blocks Greek the same as
-the Scripts Greek?
-
=head2 use Thread for iThreads
Artur Bergman's C<iThreads> module is a start on this, but needs to