Hi,
I am using ftpWebRequest.
http://www.axaptapedia.com/FtpWebRequest

If anyone can help or give a good suggestion or is there anyother good way to 
....

below I describe where Norwegian char showing wrong

Thank you

// Read file     reader = new System.IO.StreamReader("C:/test.xml");     utf8 = 
System.Text.Encoding::get_UTF8();     bytes = utf8.GetBytes( reader.ReadToEnd() 
);     reader.Close();
// if first char of the file for exaple Æ 
print bytes.GetValue(0) // showing the value  239 but it should be 198
   num =fileContent.GetValue(0);    print   num2char(num); // strange char 
showing, should be Æ    print char2num('Æ',1); // the actual value is 198    
pause;


      

[Non-text portions of this message have been removed]

Reply via email to