Ronald J. Kimball [Tue, 12 Jun 2001 14:36:20 +0000 (10:36 -0400)]
Message-ID: <
20010612143619.A37113@linguist.thayer.dartmouth.edu>
p4raw-id: //depot/perl@10546
The Unicode has also been separated into blocks of charaters which you
can test with C<\p{InBlock}> and C<\P{InBlock}>, for example C<\p{InGreek}>
-and C<\P{InKatakana}. For the full list see L<perlunicode>.
+and C<\P{InKatakana}>. For the full list see L<perlunicode>.
For the the full and latest information see the latest Unicode standard.