I have an XML encoding problem in C# express
I will appreciate any help that anyone could offer.
Jason D.
I will appreciate any help that anyone could offer.
Jason D.
Try File->Advance Save Options... to get options for saving the file using a different encoding.
Thanks,
Luke Hoban
Visual C# IDE Program Manager
anyway, you need to use
System.Text.Encoding.GetEncoding(949);
to Get Korean "euc-kr" Encoding class.
after that, I am sure you know what to do.
anyway, 949 is the code page for euc-kr
bye!!!
- heejae