From: Jarkko Hietaniemi Date: Tue, 13 May 2003 17:38:09 +0000 (+0000) Subject: Detypo. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=43adb1d9fb37b5e1d222eafc23bc0d787d35fe1d;p=p5sagit%2Fp5-mst-13.2.git Detypo. p4raw-id: //depot/perl@19514 --- diff --git a/lib/Unicode/UCD.pm b/lib/Unicode/UCD.pm index ec1c998..51d86da 100644 --- a/lib/Unicode/UCD.pm +++ b/lib/Unicode/UCD.pm @@ -459,7 +459,7 @@ A I is either a decimal or a hexadecimal scalar designating a Unicode character, or C followed by hexadecimals designating a Unicode character. In other words, if you want a code point to be interpreted as a hexadecimal number, you must prefix it -with either C<0x> or C, becauseq a string like e.g. C<123> will +with either C<0x> or C, because a string like e.g. C<123> will be interpreted as a decimal code point. Also 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.