S SK Aug 4, 2004 #1 I have a string that consists of both japanese characters and english characters .how do i store this in a text file. Please help
I have a string that consists of both japanese characters and english characters .how do i store this in a text file. Please help
J Jon Skeet [C# MVP] Aug 4, 2004 #2 SK said: I have a string that consists of both japanese characters and english characters .how do i store this in a text file. Click to expand... Use an encoding which supports all the character you need. I suggest using either Encoding.Unicode or Encoding.UTF8.
SK said: I have a string that consists of both japanese characters and english characters .how do i store this in a text file. Click to expand... Use an encoding which supports all the character you need. I suggest using either Encoding.Unicode or Encoding.UTF8.