summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-05-30 10:14:57 -0600
committerKarl Williamson <khw@cpan.org>2015-05-30 10:27:16 -0600
commitdae67c563941aec43cd0dbc0ff59bcc2b8430f8d (patch)
treec71eb2e4a8d7d977aea7b8a0010b1e83559dc374
parentf760eb0af45ca157f5bfce55a029a57e1bbf1465 (diff)
downloadperl-dae67c563941aec43cd0dbc0ff59bcc2b8430f8d.tar.gz
perldiag: Clarify wording
-rw-r--r--pod/perldiag.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 93ae13b904..47c23eb60f 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -3043,8 +3043,8 @@ likely fix this error.
=item Locale '%s' may not work well.%s
(W locale) You are using the named locale, which is a non-UTF-8 one, and
-which Perl has determined is not fully compatible with Perl. The second
-C<%s> gives a reason.
+which perl has determined is not fully compatible with what it can
+handle. The second C<%s> gives a reason.
By far the most common reason is that the locale has characters in it
that are represented by more than one byte. The only such locales that