[Bug libstdc++/18678] std::time_put<wchar_t> is broken with UTF-8 locales
pcarlini at suse dot de
gcc-bugzilla@gcc.gnu.org
Fri Nov 26 09:25:00 GMT 2004
------- Additional Comments From pcarlini at suse dot de 2004-11-26 09:25 -------
Hi. I suppose your PR is about 3.4.x: 3.4.3, to be sure? Anyway, the most
important point is that you are not telling us which is exactly your
expectation! You are comparing, correctly, time_put<char> with strftime, and
there is a perfect
match; however, you are *not* comparing time_put<wchar_t> with wcsftime (I expect
a perfect match also, since we are actually using wcsftime in the implementation).
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18678
More information about the Gcc-bugs
mailing list