diff options
author | Lajos Veres <vlajos@gmail.com> | 2015-01-28 21:52:06 -0500 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2015-01-28 21:52:06 -0500 |
commit | 5c25e937d02c198f7678666fd740e85e8d1522b9 (patch) | |
tree | e14077e8e37a99ec38df777f8d50c063158742ac /pod/perllocale.pod | |
parent | b8fda9357ad61e890ce4e344b04f991b91596170 (diff) | |
download | perl-5c25e937d02c198f7678666fd740e85e8d1522b9.tar.gz |
Corrections to spelling and grammatical errors.
Extracted from patch submitted by Lajos Veres in RT #123693.
Diffstat (limited to 'pod/perllocale.pod')
-rw-r--r-- | pod/perllocale.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perllocale.pod b/pod/perllocale.pod index a44ffbc948..fdf524f956 100644 --- a/pod/perllocale.pod +++ b/pod/perllocale.pod @@ -32,7 +32,7 @@ L<perlunitut> for an introduction to that) in part to address these design deficiencies, and nowadays, there is a series of "UTF-8 locales", based on Unicode. These are locales whose character set is Unicode, encoded in UTF-8. Starting in v5.20, Perl fully supports -UTF-8 locales, except for sorting and string comparisions. (Use +UTF-8 locales, except for sorting and string comparisons. (Use L<Unicode::Collate> for these.) Perl continues to support the old non UTF-8 locales as well. |