Converting a text file from one encoding to another
The .NET framework handles file encodings very nicely. Not too long ago, I needed to convert files from one encoding to another for a library that didn't handle the encoding of the original file. Since someone on an internal alias asked about doing this a couple of weeks ago, I thought it would be useful to post it here. The .NET runtim...