From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 74881 invoked by alias); 20 Jun 2017 20:51:25 -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 74868 invoked by uid 89); 20 Jun 2017 20:51:24 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-wr0-f170.google.com Received: from mail-wr0-f170.google.com (HELO mail-wr0-f170.google.com) (209.85.128.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 20 Jun 2017 20:51:22 +0000 Received: by mail-wr0-f170.google.com with SMTP id r103so107248117wrb.0 for ; Tue, 20 Jun 2017 13:51:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=RriaQ1b++wPnTBmsNyXtnj4yMuTl7Fdku07RnxO5Tq8=; b=c0DsXi/F0o1oyUW9OrCwiljoaMjcswOgqI5/yL+tmgLdWHDsGrGm+e/Z67ADMIN3sh LM/p1FO2AAShGhhFvEIKBLfRYwhChvQlpI/MTkIT7A3cSt33AuMHelwMhxVv1vP8ZiMr RNUl6aw/7MJbBgIjVZ7B3nNnZ6HLxSzQV1m6NrCt0GS/akOU/ejFx66D5g7PsDYfwsgh dv4KVZ9VBq8C8TGRcFHW2TK4w0+rjcDaD+Rngh69Le4xzFa04h4azqc5WwmfzvaB2V+3 uRHAdpT3YAlCrOurDwU/ZMKBnWo4phgiIJZRuOl8WM3HXZouTHutEX7cUwP08n6fBXV4 UxJQ== X-Gm-Message-State: AKS2vOwOOXokBeE6FFQKgrH5Fyz/PLpuwDX3/GD/2UFuHiGkBk7c9PrG ZFOWojZzX/wvoikn X-Received: by 10.28.194.198 with SMTP id s189mr4177774wmf.123.1497991880693; Tue, 20 Jun 2017 13:51:20 -0700 (PDT) Received: from [192.168.2.108] (p4FDB3981.dip0.t-ipconnect.de. [79.219.57.129]) by smtp.googlemail.com with ESMTPSA id 92sm16009717wrb.55.2017.06.20.13.51.19 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 20 Jun 2017 13:51:20 -0700 (PDT) To: "cygwin@cygwin.com" From: Marco Atzeri Subject: duplication in locale output Message-ID: <232e5654-de77-ad30-30b1-acec483b7323@gmail.com> Date: Tue, 20 Jun 2017 20:51:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-06/txt/msg00245.txt.bz2 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 Regards Marco -- 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