This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/18678] std::time_put<wchar_t> is broken with UTF-8 locales
- From: "pcarlini at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Nov 2004 09:25:29 -0000
- Subject: [Bug libstdc++/18678] std::time_put<wchar_t> is broken with UTF-8 locales
- References: <20041126002106.18678.rleigh@debian.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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