Converting Simplified Chinese (GB2312) to Unicode (UTF-8)
Todat I needed to convert a Word document that was encoded in Simplified Chinese (codepage GB2312) to Unicode (UTF-8) to be able to combine it with other characters in an XML Document.
First I tried using iconv (http://www.gnu.org/software/libiconv/) but turned out to be too hard to work with.
So now I created my own little application that performs this task utilizing the .NET FrameWork 1.1, and worked out pretty well. You can download the result (including C# source code) from here:
http://www.netindustry.nl/unicodeeditor
Labels: Windows Forms