From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32404 invoked by alias); 1 Jul 2014 09:38:18 -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 11433 invoked by uid 48); 1 Jul 2014 08:59:06 -0000 From: "nils at redhat dot com" To: libc-locales@sourceware.org Subject: [Bug localedata/10496] time representation in Arabian locales faulty? Date: Tue, 01 Jul 2014 09:38:00 -0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: localedata X-Bugzilla-Version: 2.18 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: nils at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: libc-locales at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: version Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-q3/txt/msg00031.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=10496 Nils Philippsen changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |2.18 --- Comment #1 from Nils Philippsen --- Hi, it's been nearly five years since I reported this issue. Something missing? For what it's worth, here's the output of my test program (which I'll attach to this bug) for Egyptian, Saudi Arabian, US and German locales: nils@gibraltar:~/test> LC_ALL=ar_EG.UTF-8 ./strftime locale: 'ar_EG.UTF-8' probe 0: 0 0 6 1 0 100 6 0 0 mktime: 946702800 local time: 'CET 06:00:00 ' probe 1: 0 0 18 1 0 100 6 0 0 mktime: 946746000 local time: 'CET 06:00:00 ' nils@gibraltar:~/test> LC_ALL=ar_SA.UTF-8 ./strftime locale: 'ar_SA.UTF-8' probe 0: 0 0 6 1 0 100 6 0 0 mktime: 946702800 local time: ' 6:00:00' probe 1: 0 0 18 1 0 100 6 0 0 mktime: 946746000 local time: '18:00:00' nils@gibraltar:~/test> LC_ALL=en_US.UTF-8 ./strftime locale: 'en_US.UTF-8' probe 0: 0 0 6 1 0 100 6 0 0 mktime: 946702800 local time: '06:00:00 AM' probe 1: 0 0 18 1 0 100 6 0 0 mktime: 946746000 local time: '06:00:00 PM' nils@gibraltar:~/test> LC_ALL=de_DE.UTF-8 ./strftime locale: 'de_DE.UTF-8' probe 0: 0 0 6 1 0 100 6 0 0 mktime: 946702800 local time: '06:00:00' probe 1: 0 0 18 1 0 100 6 0 0 mktime: 946746000 local time: '18:00:00' -- You are receiving this mail because: You are the assignee for the bug.