SK <anonymous@disc ussions.microso ft.com> wrote:[color=blue]
> I have a string that consists of both japanese characters
> and english characters .how do i store this in a text file.[/color]
Use an encoding which supports all the character you need. I suggest
using either Encoding.Unicod e or Encoding.UTF8.
Comment