summaryrefslogtreecommitdiff
path: root/pod/perllocale.pod
diff options
context:
space:
mode:
authorSHIRAKATA Kentaro <argrath@ub32.org>2014-04-08 02:53:46 +0900
committerSteve Hay <steve.m.hay@googlemail.com>2014-04-07 20:35:08 +0100
commit4a70680af1019e8cdeaf52bb506d9fbda1dd4f05 (patch)
treee2956957865769e8dd3a7ee60b72702a8b736435 /pod/perllocale.pod
parentfc3f50ce1e610b9b4ddfcac0f7a2518cd29a5e06 (diff)
downloadperl-4a70680af1019e8cdeaf52bb506d9fbda1dd4f05.tar.gz
nitpicks
Diffstat (limited to 'pod/perllocale.pod')
-rw-r--r--pod/perllocale.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perllocale.pod b/pod/perllocale.pod
index 1b2ebeb549..914281fab2 100644
--- a/pod/perllocale.pod
+++ b/pod/perllocale.pod
@@ -1435,7 +1435,7 @@ locale will be a ISO8859-1. Use POSIX character classes instead.
Another problem with this approach is that operations that cross the
single byte/multiple byte boundary are not well-defined, and so are
-disallowed. (This boundary is between the codepoints at 255/256.).
+disallowed. (This boundary is between the codepoints at 255/256.)
For example, lower casing LATIN CAPITAL LETTER Y WITH DIAERESIS (U+0178)
should return LATIN SMALL LETTER Y WITH DIAERESIS (U+00FF). But in the
Greek locale, for example, there is no character at 0xFF, and Perl