From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16071 invoked by alias); 20 Jun 2017 22:16:51 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 15959 invoked by uid 89); 20 Jun 2017 22:16:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy= X-HELO: smtp-out-no.shaw.ca Received: from smtp-out-no.shaw.ca (HELO smtp-out-no.shaw.ca) (64.59.134.12) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 20 Jun 2017 22:16:49 +0000 Received: from [192.168.1.100] ([24.64.240.204]) by shaw.ca with SMTP id NRS4dsFhuM9gtNRS5dj4rt; Tue, 20 Jun 2017 16:16:49 -0600 X-Authority-Analysis: v=2.2 cv=a+JAzQaF c=1 sm=1 tr=0 a=MVEHjbUiAHxQW0jfcDq5EA==:117 a=MVEHjbUiAHxQW0jfcDq5EA==:17 a=IkcTkHD0fZMA:10 a=7dkBZWzZ251X_VKqUxIA:9 a=QEXdDO2ut3YA:10 From: Brian Inglis Subject: Re: duplication in locale output ja_JP Reply-To: Brian.Inglis@SystematicSw.ab.ca To: cygwin@cygwin.com References: <232e5654-de77-ad30-30b1-acec483b7323@gmail.com> Message-ID: Date: Tue, 20 Jun 2017 22:16:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0 MIME-Version: 1.0 In-Reply-To: <232e5654-de77-ad30-30b1-acec483b7323@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4wfLgkGSxj67dJ5W7ktfjr8Y+zUUvu7Q4CajArXIcNOpLEv8KHCf7MCZM3Esxmw9GCk5He/7PUSRZuJUYqT19CPQYmaG6QkNMHWO3srGpzJY7lbq8LR64Z MGVny1ebbgfqeod+lRbgo6VteX9YHiTY+FYZe3qkrFOhKif3f4yYWZ0TFlk1bPPxjpeMrg78qa9u6g== X-IsSubscribed: yes X-SW-Source: 2017-06/txt/msg00247.txt.bz2 On 2017-06-20 14:50, Marco Atzeri wrote: > I don't know if it is a bug or just a curiosity. > $ uname -svr > CYGWIN_NT-6.1 2.8.1(0.310/5/3) > it seems there are two equal entry for ja_JP > and it is the only one with repetition > $ locale -a |grep -i "ja" > ja_JP > ja_JP > ja_JP.utf8 > ja_JP.ujis > ja_JP@cjknarrow > ja_JP.utf8@cjknarrow > japanese > japanese.euc > japanese.sjis > $ locale -a | uniq -d > ja_JP Looks like the ja_JP locale.alias entry is redundant when a Windows entry also exists: $ cmd /c ver Microsoft Windows [Version 10.0.14393] $ uname -svrmo CYGWIN_NT-10.0 2.8.0(0.309/5/3) 2017-04-01 20:47 x86_64 Cygwin $ locale --version locale (cygwin) 2.8.0 $ locale -av | fgrep ja_JP locale: ja_JP archive: /usr/share/locale/locale.alias locale: ja_JP archive: /cygdrive/c/WINDOWS/System32/KERNEL32.DLL locale: ja_JP.utf8 archive: /cygdrive/c/WINDOWS/System32/KERNEL32.DLL locale: ja_JP.ujis archive: /usr/share/locale/locale.alias locale: ja_JP@cjknarrow archive: /cygdrive/c/WINDOWS/System32/KERNEL32.DLL locale: ja_JP.utf8@cjknarrow archive: /cygdrive/c/WINDOWS/System32/KERNEL32.DLL $ fgrep ja_JP /usr/share/locale/locale.alias japanese ja_JP.eucJP japanese.euc ja_JP.eucJP ja_JP ja_JP.eucJP ja_JP.ujis ja_JP.eucJP japanese.sjis ja_JP.SJIS Same results on Cygwin32. -- Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada -- Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple