Is there a way to extract the code page of the current program locale in windows( in c++, vc compiler) (set by a call to setlocale function).
_getmbcp() returns zero (not the cod page )if code page is single byte
On unix, nl_langinfo(CODESET) returns the code page of the locale set by setlocale
 
Thanks

Reply via email to