From dae67c563941aec43cd0dbc0ff59bcc2b8430f8d Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 30 May 2015 10:14:57 -0600 Subject: perldiag: Clarify wording --- pod/perldiag.pod | 4 ++-- 1 file 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 -- cgit v1.2.1