From 9ecfa8e4df19bd65e842f6893420dffaa3207752 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Thu, 15 Aug 2013 13:26:55 -0600 Subject: [PATCH] lib/locale.t: Add comment --- lib/locale.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/locale.t b/lib/locale.t index 9c89d21..4433f58 100644 --- a/lib/locale.t +++ b/lib/locale.t @@ -817,6 +817,8 @@ foreach $Locale (@Locale) { # documented deficiencies. Non- UTF-8 locales are tested only under plain # 'use locale', as otherwise we would have to convert everything in them # to Unicode. + # The locale name doesn't necessarily have to have "utf8" in it to be a + # UTF-8 locale, but it works mostly. my $is_utf8_locale = $Locale =~ /UTF-?8/i; my %UPPER = (); # All alpha X for which uc(X) == X and lc(X) != X -- 1.8.3.1