summaryrefslogtreecommitdiff
path: root/lib
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 /lib
parenteb0cc9e3552a0fa3abde76a3fd73dea2d3b4e730 (diff)
downloadperl-92e830a9086d75f086574c378b1c63ff2e00edcf.tar.gz
Pod nits.
p4raw-id: //depot/perl@14264
Diffstat (limited to 'lib')
-rw-r--r--lib/Unicode/UCD.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Unicode/UCD.pm b/lib/Unicode/UCD.pm
index 3f8b896beb..b239c16fc1 100644
--- a/lib/Unicode/UCD.pm
+++ b/lib/Unicode/UCD.pm
@@ -453,8 +453,8 @@ any of the 256 code points in the Tibetan block).
=head2 Code Point Arguments
-A <code point argument> is either a decimal or a hexadecimal scalar
-designating a Unicode character, or "U+" followed by hexadecimals
+A I<code point argument> is either a decimal or a hexadecimal scalar
+designating a Unicode character, or C<U+> followed by hexadecimals
designating a Unicode character. Note that Unicode is B<not> limited
to 16 bits (the number of Unicode characters is open-ended, in theory
unlimited): you may have more than 4 hexdigits.