From owner-freebsd-hackers@freebsd.org Mon Jun 25 00:11:40 2018 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7C8D101AAF9 for ; Mon, 25 Jun 2018 00:11:40 +0000 (UTC) (envelope-from ish@amail.plala.or.jp) Received: from msc12.plala.or.jp (msc12.plala.or.jp [60.36.166.22]) by mx1.freebsd.org (Postfix) with ESMTP id 04B768288D for ; Mon, 25 Jun 2018 00:11:39 +0000 (UTC) (envelope-from ish@amail.plala.or.jp) Received: from localhost ([126.94.59.113]) by msc13.plala.or.jp with ESMTP id <20180625001012.CLGZ23662.msc13.plala.or.jp@localhost> for ; Mon, 25 Jun 2018 09:10:12 +0900 Date: Mon, 25 Jun 2018 09:10:00 +0900 (JST) Message-Id: <20180625.091000.964476672377442079.ish@amail.plala.or.jp> To: freebsd-hackers@freebsd.org Subject: Re: Why is not wildcards unfolded as expected if LANG is ja_JP.UTF-8 From: Masachika ISHIZUKA In-Reply-To: References: <20180625.005442.2218575156743153026.ish@amail.plala.or.jp> X-Mailer: Mew version 6.7 on Emacs 25.3 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-VirusScan: Outbound; mvir-ac13; Mon, 25 Jun 2018 09:10:12 +0900 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jun 2018 00:11:41 -0000 >> I can't expand wildcards as expected if I use 'setenv LANG ja_JP.UTF-8'. >> [snip] >> >> This happens on 12-current and 11.2-RC3. I'm using tcsh but the same >> when changed to bash. > > It's because the recent FreeBSD supports collation. > If you don't like the behavior, you may want to set LC_COLLATE to C. Thank you very much. It solved by setting LC_LOCCATE to C. -- Masachika ISHIZUKA