public static string fix_encoding(string src) { StringWriter return_str = new StringWriter(); byte[] byte_array = Encoding.ASCII.GetBytes(src.Substring(0, src.Length)); int len = byte_array.Length; byte byt; for(var i=0; i