summaryrefslogtreecommitdiff
path: root/pod/perlunicode.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-01-15 04:19:11 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-01-15 04:19:11 +0000
commit92e830a9086d75f086574c378b1c63ff2e00edcf (patch)
treef4f7cdf202d6ba3cab452a0a3323231c4f186327 /pod/perlunicode.pod
parenteb0cc9e3552a0fa3abde76a3fd73dea2d3b4e730 (diff)
downloadperl-92e830a9086d75f086574c378b1c63ff2e00edcf.tar.gz
Pod nits.
p4raw-id: //depot/perl@14264
Diffstat (limited to 'pod/perlunicode.pod')
-rw-r--r--pod/perlunicode.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod
index 0264568e55..484f356dc0 100644
--- a/pod/perlunicode.pod
+++ b/pod/perlunicode.pod
@@ -243,7 +243,7 @@ Because scripts differ in their directionality (for example Hebrew is
written right to left), Unicode supplies these properties:
Property Meaning
-
+
BidiL Left-to-Right
BidiLRE Left-to-Right Embedding
BidiLRO Left-to-Right Override
@@ -375,7 +375,7 @@ For more about blocks, see:
http://www.unicode.org/Public/UNIDATA/Blocks.txt
Blocks names are given with the C<In> prefix. For example, the
-Katakana block is referenced via C<\p{InKatakana}. The C<In>
+Katakana block is referenced via C<\p{InKatakana}>. The C<In>
prefix may be omitted if there is no nameing conflict with a script
or any other property, but it is recommended that C<In> always be used
to avoid confusion.