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
Post a Comment