need to display proper JP char in the output
- by Amit
Hello All,
I am creating a string containing HTML tags and some data and storing it in 2 diff formats
( eng and Jp) and finally saving complete stirng using streamwriter in a file as HTML.
Output written in English is perfect but JP output is not coming as expected ?
Issue: I need to display proper JP char in the output, as of now thay are not appearing as expected..any suggestion ?
Thanks in advance...
Not sure but could this b b/c of encoding supported by string/stringbuilder ?