From 06b2af23355fc42815af71c20b189a3727d5c00e Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Wed, 8 Nov 2000 18:25:14 +0000 Subject: [PATCH] Do not test UTF-8 locales since that the tests would require polymorphic regexen. p4raw-id: //depot/perl@7610 --- t/pragma/locale.t | 3 +++ 1 file changed, 3 insertions(+) diff --git a/t/pragma/locale.t b/t/pragma/locale.t index 42c6909..f8f4840 100755 --- a/t/pragma/locale.t +++ b/t/pragma/locale.t @@ -401,6 +401,9 @@ if (-x "/usr/bin/locale" && open(LOCALES, "/usr/bin/locale -a|")) { setlocale(LC_ALL, "C"); +# UTF-8 and locales simply do not work yet. --jhi +@Locale = grep {!/utf-?8/i} @Locale; + @Locale = sort @Locale; debug "# Locales = @Locale\n"; -- 2.7.4