From d853f4cd120630c67eb653b7451441177345d201 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 30 Apr 2009 08:37:12 +0000 Subject: 26895: restrict multibyte sorting test to western European charcters --- Test/D07multibyte.ztst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Test/D07multibyte.ztst') diff --git a/Test/D07multibyte.ztst b/Test/D07multibyte.ztst index ec7def8b7..5c2abeaea 100644 --- a/Test/D07multibyte.ztst +++ b/Test/D07multibyte.ztst @@ -322,10 +322,10 @@ # We ask for case-insensitive sorting here (and supply upper case # characters) so that we exercise the logic in the shell that lowers the # case of the string for case-insensitive sorting. - print -oi HΕH HΔH HΓH HΒH HΑH + print -oi HÛH HÔH HÎH HÊH HÂH (LC_ALL=C; print -oi HAH HUH HEH HÉH HÈH) 0:Multibyte characters in print sorting ->HΑH HΒH HΓH HΔH HΕH +>HÂH HÊH HÎH HÔH HÛH >HAH HEH HUH HÈH HÉH # These are control characters in Unicode, so don't show up. -- cgit 1.4.1