K 10 svn:author V 6 jilles K 8 svn:date V 27 2011-06-12T12:54:52.046034Z K 7 svn:log V 287 sh: Fix locale-dependent ranges in bracket expressions. When I added UTF-8 support in r221646, the LC_COLLATE-based ordering broke because of sign extension of char. Because of libc restrictions, this does not work for UTF-8. For UTF-8 locales, ranges always use character code order. END