Hello,
I am writing a small tool to automate a process of conversion. The tool reads a text file for some commands and writes the equivalent new command gain to a text file.
I am using streamReader to read and streamwriter to write the text files.The input file contains some comments etc. in japanese which are to be written as it is to the output file.
I am having problem in reading/writing these japanese char. It shows just junk.
Could somebody tell, how to read the double byte japanese characters and write them to the o/p file.
Thanks in anticipation,
Regards,
aditid
I am writing a small tool to automate a process of conversion. The tool reads a text file for some commands and writes the equivalent new command gain to a text file.
I am using streamReader to read and streamwriter to write the text files.The input file contains some comments etc. in japanese which are to be written as it is to the output file.
I am having problem in reading/writing these japanese char. It shows just junk.
Could somebody tell, how to read the double byte japanese characters and write them to the o/p file.
Thanks in anticipation,
Regards,
aditid