Is there a way to get the code page given a string in a given language?
Example:
TCHAR *str = "你好";
int codepage = GetCodePage(str); // Should return 936 Chinese Simplified.
Is there a way to get the code page given a string in a given language?
Example:
TCHAR *str = "你好";
int codepage = GetCodePage(str); // Should return 936 Chinese Simplified.
Copyright © 2021 Jogjafile Inc.