How can I convert string to utf8 byte array, I have this sample code:
This works ok:
StreamWriter file = new StreamWriter(file1, false, Encoding.UTF8); f