Date: Sun, 12 Jun 2011 12:54:52 +0000 (UTC) From: Jilles Tjoelker <jilles@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/bin/sh expand.c Message-ID: <201106121255.p5CCt9Ap036101@repoman.freebsd.org>
index | next in thread | raw e-mail
jilles 2011-06-12 12:54:52 UTC
FreeBSD src repository
Modified files:
bin/sh expand.c
Log:
SVN rev 223010 on 2011-06-12 12:54:52Z by jilles
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.
Revision Changes Path
1.88 +4 -4 src/bin/sh/expand.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106121255.p5CCt9Ap036101>
