[Bug libstdc++/33852] incorrect text formating in "std::cout" with UTF-8

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

[Bug libstdc++/33852] incorrect text formating in "std::cout" with UTF-8

2010-02-20 Thread paolo dot carlini at oracle dot com
--- Comment #5 from paolo dot carlini at oracle dot com 2010-02-21 01:31 --- Reopen... -- paolo dot carlini at oracle dot com changed: What|Removed |Added St

[Bug libstdc++/33852] incorrect text formating in "std::cout" with UTF-8

2010-02-20 Thread manu at gcc dot gnu dot org
--- Comment #4 from manu at gcc dot gnu dot org 2010-02-21 01:05 --- I understand that this is not a bug, so closing. Please Paolo, reopen if I am mistaken. -- manu at gcc dot gnu dot org changed: What|Removed |Added --

[Bug libstdc++/33852] incorrect text formating in "std::cout" with UTF-8

2007-10-28 Thread pcarlini at suse dot de
--- Comment #3 from pcarlini at suse dot de 2007-10-28 09:53 --- Cout & co by default aren't converting streams, they are synced char-by-char with stdio, therefore cannot be expected to work with UTF-8 in any meaningful way. If you call sync_with_stdio(false) at the beginning of your pro

[Bug libstdc++/33852] incorrect text formating in "std::cout" with UTF-8

2007-10-27 Thread siegerstein at pochta dot ru
--- Comment #2 from siegerstein at pochta dot ru 2007-10-27 20:27 --- Created an attachment (id=14416) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14416&action=view) bug.cpp -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33852

[Bug libstdc++/33852] incorrect text formating in "std::cout" with UTF-8

2007-10-27 Thread siegerstein at pochta dot ru
--- Comment #1 from siegerstein at pochta dot ru 2007-10-27 20:26 --- Can any body comment this bug? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33852