From owner-freebsd-hackers@freebsd.org Mon Jun 25 00:15:22 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 CB6BF101ADEC for ; Mon, 25 Jun 2018 00:15:22 +0000 (UTC) (envelope-from ish@amail.plala.or.jp) Received: from msc12.plala.or.jp (msc12.plala.or.jp [IPv6:2400:7800:0:502e::22]) by mx1.freebsd.org (Postfix) with ESMTP id 9195282B0E for ; Mon, 25 Jun 2018 00:15:21 +0000 (UTC) (envelope-from ish@amail.plala.or.jp) Received: from localhost ([2400:4050:9320:7a00::8]) by msc12.plala.or.jp with ESMTP id <20180625001519.CPFN4065.msc12.plala.or.jp@localhost> for ; Mon, 25 Jun 2018 09:15:19 +0900 Date: Mon, 25 Jun 2018 09:15:10 +0900 (JST) Message-Id: <20180625.091510.1008882063345259665.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: <20180625.091000.964476672377442079.ish@amail.plala.or.jp> References: <20180625.005442.2218575156743153026.ish@amail.plala.or.jp> <20180625.091000.964476672377442079.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-ac12; Mon, 25 Jun 2018 09:15:19 +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:15:23 -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. Sorry, the above is LC_COLLATE misspelling. -- Masachika ISHIZUKA