This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug time/21370] RFE: strftime() needs a "convert to titlecase" flag


https://sourceware.org/bugzilla/show_bug.cgi?id=21370

--- Comment #6 from Rafal Luzynski <digitalfreak at lingonborough dot com> ---
I am aware of this and I am also aware of another language whose name I don't
remember which treats a reverse apostrophe: "`" as a letter. Titlecasing in
that language means that the second letter is uppercased, e.g., "`abc" ->
"`Abc".

This may mean that implementing this feature will be very complex or
impossible, maybe we'll instead move to another workaround: all locale data
must be titlecased and converted to lowercase/uppercase only on an explicit
demand.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]