Date: Fri, 3 Sep 2010 22:13:54 +0000 (UTC) From: Jilles Tjoelker <jilles@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/bin/sh mksyntax.c Message-ID: <201009032214.o83ME4SS060427@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jilles 2010-09-03 22:13:54 UTC
FreeBSD src repository
Modified files:
bin/sh mksyntax.c
Log:
SVN rev 212190 on 2010-09-03 22:13:54Z by jilles
sh: Do not use locale for determining if something is a name.
This makes it impossible to use locale-specific characters in variable
names.
Names containing locale-specific characters make scripts only work with the
correct locale setting. Also, they did not even work in many practical cases
because multibyte character sets such as utf-8 are not supported.
This also avoids weirdness if LC_CTYPE is changed in the middle of a script.
Revision Changes Path
1.31 +5 -5 src/bin/sh/mksyntax.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009032214.o83ME4SS060427>
