This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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 libstdc++/18678] std::time_put<wchar_t> is broken with UTF-8 locales


------- 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


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