I need to find out what's the charset (encoding) my VB6 application is using. Is there any function? Something like Encoding.Default in VB.net?
I'm converting this program to Java and they both print the same ASCII codes, but with different results (Java is using charset windows-1252).
Thanks