This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

[RFC] ABMON_7 == July?!?


Hi again...

another simple yet weird discovery: in time_members.cc we have,
for the "C" locale:

_M_data->_M_amonth07 = "July";

whereas all the other names are 3-char long and the en_US glibc
localedata entry is:

"<U004A><U0075><U006C>";

therefore, definitely, "Jul".

About this too, I'm looking for comments... otherwise I'll prepare
a patch (and testcase, this time)

Paolo.


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