Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Apr 2023 21:06:27 +0000
From:      Poul-Henning Kamp <phk@phk.freebsd.dk>
To:        current@freebsd.org
Subject:   find(1): I18N gone wild ?
Message-ID:  <202304172106.33HL6RUX051407@critter.freebsd.dk>

next in thread | raw e-mail | index | archive | help
This surprised me:

	# mkdir /tmp/P
	# cd /tmp/P
	# touch FOO
	# touch bar
	# env LANG=C.UTF-8 find . -name '[A-Z]*' -print
	./FOO
	# env LANG=en_US.UTF-8 find . -name '[A-Z]*' -print
	./FOO
	./bar

Really ?!

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk@FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304172106.33HL6RUX051407>