diff options
Diffstat (limited to 'pod/perlunicode.pod')
-rw-r--r-- | pod/perlunicode.pod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod index 103b33b69a..e0518bc1e6 100644 --- a/pod/perlunicode.pod +++ b/pod/perlunicode.pod @@ -249,7 +249,8 @@ The following reserved ranges have C<In> tests: For example C<"\x{AC00}" =~ \p{HangulSyllable}> will test true. (Handling of surrogates is not implemented yet, because Perl -uses UTF-8 and not UTF-16 internally to represent Unicode.) +uses UTF-8 and not UTF-16 internally to represent Unicode. +So you really can't use the "Cs" category.) Additionally, because scripts differ in their directionality (for example Hebrew is written right to left), all characters |