here is the situation:
I have string1 using charset 186 (BALTIC_CHARSET). I have string2 using charset 204 (RUSSIAN_CHARSET). I can save these strings in to oracle database. I can see those strings as they should only when I change to particular charset. That is no problem. Problem is how do I save string2 to .text file and see it as it should. Now when I save it I get nonsense.
I am new to all the unicode or ansi or other. Can I get what I want using vb.net? How do I do that then? Thanks.