I\'m using the StreamReader class in .NET like this:
using( StreamReader reader = new StreamReader( \"c:\\somefile.html\", true ) { string filetext = rea
I used this to do something similar a while back:
http://www.conceptdevelopment.net/Localization/NCharDet/