From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 130853 invoked by alias); 4 Sep 2018 21:56:34 -0000 Mailing-List: contact libc-locales-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-locales-owner@sourceware.org Received: (qmail 130755 invoked by uid 48); 4 Sep 2018 21:56:30 -0000 From: "digitalfreak at lingonborough dot com" To: libc-locales@sourceware.org Subject: [Bug localedata/17426] Indian locales: set the correct date format Date: Tue, 04 Sep 2018 21:56:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: localedata X-Bugzilla-Version: 2.20 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: digitalfreak at lingonborough dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2018-q3/txt/msg00074.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D17426 --- Comment #10 from Rafal Luzynski = --- Created attachment 11230 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D11230&action=3Ded= it A script to generate d_fmt values from previously downloaded CLDR data Here is a script which I have ran on previously downloaded CLDR-33 XML files and the result was: $ ./gen_d_fmt.sh ./cldr-33/common/main/*IN* as_IN "%-d-%-m-%Y" # d-M-y example: 4-9-2018 bn_IN "%-d//%-m//%y" # d/M/yy example: 4/9/18 bo_IN "%Y-%m-%d" # y-MM-dd example: 2018-09-04 brx_IN "%-m//%-d//%y" # M/d/yy example: 9/4/18 ccp_IN "%-d//%-m//%y" # d/M/yy example: 4/9/18 en_IN "%d//%m//%y" # dd/MM/yy example: 04/09/18 gu_IN "%-d//%-m//%y" # d/M/yy example: 4/9/18 hi_IN "%-d//%-m//%y" # d/M/yy example: 4/9/18 kn_IN "%-d//%-m//%y" # d/M/yy example: 4/9/18 kok_IN "%-d-%-m-%y" # d-M-yy example: 4-9-18 ks_IN "%-m//%-d//%y" # M/d/yy example: 9/4/18 ml_IN "%-d//%-m//%y" # d/M/yy example: 4/9/18 mr_IN "%-d//%-m//%y" # d/M/yy example: 4/9/18 ne_IN "%y//%-m//%-d" # yy/M/d example: 18/9/4 or_IN "%-m//%-d//%y" # M/d/yy example: 9/4/18 pa_Guru_IN "%-d//%-m//%y" # d/M/yy example: 4/9/18 ta_IN "%-d//%-m//%y" # d/M/yy example: 4/9/18 te_IN "%d-%m-%y" # dd-MM-yy example: 04-09-18 ur_IN "%-d//%-m//%y" # d/M/yy example: 4/9/18 I am going to use these data plus the analysis from the comment 9 and apply= the solution tomorrow. --=20 You are receiving this mail because: You are on the CC list for the bug.