I'm new to unicode and language issues. Basically I have a RichTextBox and
I'm filling it with a string that could be any number of different
languages. Sometimes the characters show up correctly - ie Chinese, Korean,
etc, but sometimes they just show up as junk. If I know what the language
it is supposed to be, is there any way I can select the proper codepage
and/or encoding? I'm using C# btw.
TIA