diff options
author | Karl Williamson <khw@cpan.org> | 2017-07-17 15:40:42 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2017-08-07 10:49:36 -0600 |
commit | 13f60a098562e1ce7ab09819568bb8a03b617a60 (patch) | |
tree | 1e17789af5316e510c99643c8a6ac9ca2bb97d0e /lib | |
parent | 7fd05a1ea610c1d9c873e95c52bc397756d11e86 (diff) | |
download | perl-13f60a098562e1ce7ab09819568bb8a03b617a60.tar.gz |
lib/locale.t: TODO some netbsd defective locales
This is part of [perl #131735]
The ISO 8859-2 locales on netbsd 7.1 tend to have the defect of thinking
an NBSP is a graphic character. This commit tells lib/locale.t to TODO
these failures, so that they don't fail our smokes.
These are defects in the locale furnished by the vendor, and not a Perl
bug.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/locale.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/locale.t b/lib/locale.t index 235fb71a52..cb39d06208 100644 --- a/lib/locale.t +++ b/lib/locale.t @@ -77,6 +77,7 @@ my %known_bad_locales = ( irix => qr/ ^ (?: cs | hu | sk ) $/x, darwin => qr/ ^ lt_LT.ISO8859 /ix, os390 => qr/ ^ italian /ix, + netbsd => qr/\bISO8859-2\b/i, ); # cygwin isn't returning proper radix length in this locale, but supposedly to |