function - How can I get the charset VB6 is using? -


i need find out what's charset (encoding) vb6 application using. there function? encoding.default in vb.net?

i'm converting program java , both print same ascii codes, different results (java using charset windows-1252).

thanks

from internal point of view, strings in vb6 unicode, ucs-2.

from system point of view, vb6 app non-unicode application uses current system character set non-unicode applications.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -