[Bug libstdc++/38741] Unable to write data to wofstream

2009-01-12 Thread radhika dot ganganna at oracle dot com
--- Comment #13 from radhika dot ganganna at oracle dot com 2009-01-12 10:48 --- Hi, Even if I avoid using our implementation of codecvt, i still get the same output of missing data. Regards, Radhika -- radhika dot ganganna at oracle dot com changed: What|Removed

[Bug libstdc++/38741] Unable to write data to wofstream

2009-01-09 Thread radhika dot ganganna at oracle dot com
--- Comment #10 from radhika dot ganganna at oracle dot com 2009-01-09 10:09 --- Hi, I'm afraid if it's an issue with codecvt as such. The same code generates the expected ouput on all other unix platforms except Linux. The expected output is not 1002 bytes as suggested.

[Bug libstdc++/38741] Unable to write data to wofstream

2009-01-08 Thread radhika dot ganganna at oracle dot com
--- Comment #7 from radhika dot ganganna at oracle dot com 2009-01-09 04:44 --- Hi Paolo, The expected result is the string "Forecast" should be output 100 times to wofstream. But it's ouput only 25 times. Regards, Radhika -- radhika dot ganganna at oracle

[Bug libstdc++/38741] Unable to write data to wofstream

2009-01-08 Thread radhika dot ganganna at oracle dot com
--- Comment #5 from radhika dot ganganna at oracle dot com 2009-01-08 08:59 --- Created an attachment (id=17054) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17054&action=view) nullcodecvt.h needed to compile linuxunicode.cpp -- http://gcc.gnu.org/bugzilla/show_bug

[Bug libstdc++/38741] Unable to write data to wofstream

2009-01-08 Thread radhika dot ganganna at oracle dot com
--- Comment #4 from radhika dot ganganna at oracle dot com 2009-01-08 08:58 --- Created an attachment (id=17053) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17053&action=view) Testcase which demonstrates the error The code writes the wstring "Forecast" 100 t

[Bug libstdc++/38741] Unable to write data to wofstream

2009-01-07 Thread radhika dot ganganna at oracle dot com
--- Comment #3 from radhika dot ganganna at oracle dot com 2009-01-07 10:58 --- Created an attachment (id=17044) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17044&action=view) The testcase for the current issue Please look into the code that's causing the i

[Bug libstdc++/38741] Unable to write data to wofstream

2009-01-06 Thread radhika dot ganganna at oracle dot com
--- Comment #2 from radhika dot ganganna at oracle dot com 2009-01-07 06:35 --- Hi, Thanks for the reply. I would send the testcase soon. The issue seems to be that the output sent to wofstream stops updating the stream after certain number of characters. In our case it's afte

[Bug c++/38741] New: Unable to write data to wofstream

2009-01-06 Thread radhika dot ganganna at oracle dot com
Hi, I’m trying to create a csv file in Unicode format. I’m using wofstream to create the file. I’m writing a series of strings and double values to the stream. I find that the values written to wofstream stop after writing 9 sets of data. There are about 37 sets of data. What could be the is