X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 598473858C53 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1679779628; bh=2Fjye8X9zev9V0qrX+F1GDJV10t3/EUqOSSBKovlrjA=; h=Date:To:Subject:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=ZOQXxhpajz62BhatqsZfmMcirFsgad4LpbVhRraYFv6fICvpbuZZx4S79NoTxVdvG aCUr27N6Rc0pMNSvgvIgyDoGgkV3JF+OD7Wj+ibcOCkLfltky2HUieQCyNT4DBrzVA Kd9bZvPdpZhLPTQNBov1IgRJcjR5tgA+Lc56m06U= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 2F37D3858D20 Date: Sat, 25 Mar 2023 22:26:27 +0100 To: cygwin AT cygwin DOT com Subject: Re: newlocale: Linux incompatibility Message-ID: Mail-Followup-To: cygwin AT cygwin DOT com References: <8f2b7a49-2878-8481-233c-146fdb9a0e69 AT Shaw DOT ca> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <8f2b7a49-2878-8481-233c-146fdb9a0e69@Shaw.ca> X-Provags-ID: V03:K1:ePnNwzcwWRvJe22Ou5I5nOJH7thZIZzAGFnzwLJ1Jv1STfqLTjm y0JKA/RJ3t3ac6mMANppUQJbQ7YvxjxbDX9m7ZXZG4gbIu2NA6qmwOurAgY5vqJDDiJneOB 1aCyeCVQDrtepKp1A02rthonYdGjhD4+QCJ95VK7XfBZMnw+cP8+oolJlooCVFOXaLQ7/Df +E1Z1VrxfzLo6SPZlAmnA== UI-OutboundReport: notjunk:1;M01:P0:wNAcKx3R4qg=;B2ggVd0CLraJFHro2xAQCWzybCt P3zKxaOX8OlWkXfbYWsJ+cbVylHGjJbsUZ9D4Y+++HDSo7ANofUg37xnlpfS2mSLGtAEN2WXB m7NgTUx0YS5Pw+BUuIrgdnBNoMewbG76afAvvsIoRZO255zJVmfMAuOKK3so+Q0Gkq1LJOnuL ptrXnPPEZHeAr7hsT0cXjI7gw5FvxIYYOL0ZIWrk/rvccZTeo8AjVZMZibvkPtmaLTTpv2GvB q9dPKSYyI/TbTqd5oBPuG7bkHRi6zpO2YO5bjtRf9BY8UuVcdk5OF7d+wfDaqb7rWFFy0EyhN liFXeDpwihQyunL8cNWcJFx5RYayTQgrI/iwmPZmVyDYu2XcPmkRoLVl9WGahsGVHC2Yw2U9x /b0k6VxwyXgs2VJT23xDYVomxZQ0KbD04OMjBZaRu5fmZd+CIfI+d9CtlbO2taWq0gTr9EauI D2RZs/pIJ3SQfZroA5XrOIz2ixqMI0pJ3oitKTc5l43fzeuY6nXLMIIDIhnktZtUDRKmZalHH Dz8tiqHV8T+gUGBlb3jHHjm2608INt2lw0frgRDj5ATZuwwRXTsmynKHENHZnD76mfdfQbyIB 4aa03BfelbOZib5BCdcxqhoXtFf7pM768cFcSL3+1F5iQSY+LGBumlZSzoC2xZySrmySgfiiZ Wk8jKRSspFP32/MCTVRU+rHRIZ0pajgqvBqnat4/Dg== X-Spam-Status: No, score=-97.7 required=5.0 tests=BAYES_00, GOOD_FROM_CORINNA_CYGWIN, KAM_DMARC_NONE, KAM_DMARC_STATUS, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_FAIL, SPF_HELO_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Corinna Vinschen via Cygwin Reply-To: cygwin AT cygwin DOT com Cc: Corinna Vinschen Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" On Mar 25 13:03, Brian Inglis via Cygwin wrote: > On 2023-03-25 05:49, Corinna Vinschen via Cygwin wrote: > It looks like /proc/locales contains the same content as produced by locale -a? Yes, locale -a actually opens /proc/locales to read the locales from the Cygwin core, just as it opens /proc/codesets to implement locale -m. The idea was to have these definitions collected inside the DLL instead of having to duplicate code in an external tool. Corinna -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple