From: Jarkko Hietaniemi Date: Tue, 15 Jan 2002 04:19:11 +0000 (+0000) Subject: Pod nits. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=92e830a9086d75f086574c378b1c63ff2e00edcf;p=p5sagit%2Fp5-mst-13.2.git Pod nits. p4raw-id: //depot/perl@14264 --- diff --git a/lib/Unicode/UCD.pm b/lib/Unicode/UCD.pm index 3f8b896..b239c16 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 is either a decimal or a hexadecimal scalar -designating a Unicode character, or "U+" followed by hexadecimals +A I is either a decimal or a hexadecimal scalar +designating a Unicode character, or C followed by hexadecimals designating a Unicode character. Note that Unicode is B limited to 16 bits (the number of Unicode characters is open-ended, in theory unlimited): you may have more than 4 hexdigits. diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod index 0264568..484f356 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 prefix. For example, the -Katakana block is referenced via C<\p{InKatakana}. The C +Katakana block is referenced via C<\p{InKatakana}>. The C prefix may be omitted if there is no nameing conflict with a script or any other property, but it is recommended that C always be used to avoid confusion.