[Bug libstdc++/35353] C++ wide character locale doesn't work

2010-04-08 Thread paolo dot carlini at oracle dot com
--- Comment #16 from paolo dot carlini at oracle dot com 2010-04-08 09:44 --- We may make progress on this for 4.6.0, but I don't make promises. If, after having studied the relevant bits of the Standard and the current implementation of these features (I remind you that this is Free So

[Bug libstdc++/35353] C++ wide character locale doesn't work

2010-04-07 Thread luca dot barbieri at gmail dot com
--- Comment #15 from luca dot barbieri at gmail dot com 2010-04-08 02:33 --- Why can't wcout simply convert to the selected encoding, and append the results to the cout buffer, as if the converted string had been directly output to cout? I'm not sure about the implementation details, b

[Bug libstdc++/35353] C++ wide character locale doesn't work

2010-02-20 Thread paolo dot carlini at oracle dot com
--- Comment #14 from paolo dot carlini at oracle dot com 2010-02-21 01:31 --- *** Bug 33852 has been marked as a duplicate of this bug. *** -- paolo dot carlini at oracle dot com changed: What|Removed |Added ---

[Bug libstdc++/35353] C++ wide character locale doesn't work

2009-09-14 Thread paolo dot carlini at oracle dot com
-- paolo dot carlini at oracle dot com changed: What|Removed |Added Status|SUSPENDED |NEW Last reconfirmed|2008-02-25 12:44:30 |2009-09-14 2

[Bug libstdc++/35353] C++ wide character locale doesn't work

2008-09-30 Thread paolo dot carlini at oracle dot com
--- Comment #13 from paolo dot carlini at oracle dot com 2008-09-30 10:21 --- *** Bug 37673 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35353

[Bug libstdc++/35353] C++ wide character locale doesn't work

2008-08-31 Thread paolo dot carlini at oracle dot com
--- Comment #12 from paolo dot carlini at oracle dot com 2008-08-31 18:15 --- *** Bug 37298 has been marked as a duplicate of this bug. *** -- paolo dot carlini at oracle dot com changed: What|Removed |Added ---

[Bug libstdc++/35353] C++ wide character locale doesn't work

2008-02-25 Thread pcarlini at suse dot de
--- Comment #11 from pcarlini at suse dot de 2008-02-25 14:18 --- About my last reply: I checked, and within the current implementation of the underlying I/O the last issue (per libstdc++/9662) doesn't exist anymore, in other terms, when sync_with_stdio(false), C++ I/O on wcin/wcout does

[Bug libstdc++/35353] C++ wide character locale doesn't work

2008-02-25 Thread pcarlini at suse dot de
--- Comment #10 from pcarlini at suse dot de 2008-02-25 13:11 --- Note, anyway, that there is a serious blocker to any enhancement in this area (and of course it explains the current behavior): if wcin & co are converting, they deal with the underlying stream as a narrow-character orient

[Bug libstdc++/35353] C++ wide character locale doesn't work

2008-02-25 Thread pcarlini at suse dot de
-- pcarlini at suse dot de changed: What|Removed |Added Status|NEW |SUSPENDED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35353

[Bug libstdc++/35353] C++ wide character locale doesn't work

2008-02-25 Thread pcarlini at suse dot de
--- Comment #9 from pcarlini at suse dot de 2008-02-25 12:44 --- Maybe we can improve the behavior when the stdio is synced, that is we can transcode each wchar_t and sync after each transcoding. Very likely, you can also simulate that behavior right now by using sync_with_stdio(false) +

[Bug libstdc++/35353] C++ wide character locale doesn't work

2008-02-25 Thread ivranos at freemail dot gr
--- Comment #8 from ivranos at freemail dot gr 2008-02-25 12:12 --- Summary of the case: What doesn't work: #include #include #include int main() { using namespace std; wcin.imbue(locale("greek")); wcout.imbue(locale("greek")); wstring ws; wcin>> ws;

[Bug libstdc++/35353] C++ wide character locale doesn't work

2008-02-25 Thread ivranos at freemail dot gr
--- Comment #7 from ivranos at freemail dot gr 2008-02-25 12:02 --- I am sorry for insisting on this, but I think there is an issue, and I want the best for GCC. So please have a look at the messages of this link: http://tinyurl.com/384u3n and use Unicode (UTF-8) character encoding in y