V
VM
Hi,
I am writing data in to CSV file for different languages in windows .Please
note that the following problems are not occurring in English
I am using the streamwriter(.net) with the following encodings.
1. Encoding.UTF8: Then a dialog pops saying that UTF8 is selected. It also
allows the users to select the other encodings. I want to avoid this.
2. Encoding.default(ANSI): When I am using this in German and generating
the report a dialog pops saying that shift-JIS is selected. That is
happening only for some of the cases. I want to avoid this dialog. I tried
using encoding.Ascii(7bit) then dialog does not come.
But this ASCII encoding is giving me problem in Japanese and it
apparently gives the problem in Chinese as well.
Any help will be greatly appreciated.
Thanks in advance.
I am writing data in to CSV file for different languages in windows .Please
note that the following problems are not occurring in English
I am using the streamwriter(.net) with the following encodings.
1. Encoding.UTF8: Then a dialog pops saying that UTF8 is selected. It also
allows the users to select the other encodings. I want to avoid this.
2. Encoding.default(ANSI): When I am using this in German and generating
the report a dialog pops saying that shift-JIS is selected. That is
happening only for some of the cases. I want to avoid this dialog. I tried
using encoding.Ascii(7bit) then dialog does not come.
But this ASCII encoding is giving me problem in Japanese and it
apparently gives the problem in Chinese as well.
Any help will be greatly appreciated.
Thanks in advance.