From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2655 invoked by alias); 28 Sep 2012 12:41:06 -0000 Received: (qmail 10243 invoked by uid 55); 28 Sep 2012 12:06:01 -0000 From: "keld at keldix dot com" To: libc-locales@sources.redhat.com Subject: [Bug localedata/14641] Add a strftime()-like function for formatting human names Date: Fri, 28 Sep 2012 12:41: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-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: keld at keldix dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 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 X-SW-Source: 2012-q3/txt/msg00076.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=14641 --- Comment #1 from keld at keldix dot com 2012-09-28 12:05:59 UTC --- On Fri, Sep 28, 2012 at 11:33:42AM +0000, bugzilla at tecnocode dot co.uk wrote: > > http://sourceware.org/bugzilla/show_bug.cgi?id=14641 > > Bug #: 14641 > Summary: Add a strftime()-like function for formatting human > names > Product: glibc > Version: unspecified > Status: NEW > Severity: enhancement > Priority: P2 > Component: localedata > AssignedTo: unassigned@sourceware.org > ReportedBy: bugzilla@tecnocode.co.uk > CC: libc-locales@sources.redhat.com > Classification: Unclassified > > > It???s useful that glibc???s locale data collects together different locales??? ways > of formatting names as name_fmt (lh.2xlibre.net/values/name_fmt/). However, > this is difficult to use, and requires programs to implement their own parser > for the field descriptors. This causes duplication of code and means all the > programs have to be kept up-to-date with any changes to the set of allowed > field descriptors. > > Would it be possible to add a function similar to strftime() which will parse a > *name* format string and substitute values for its field descriptors? yes, this is possible. I think it would be better to have one standardized way than several homegrown. Coul we find out what are the different current APIs vailable in different implementations? -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.