System windows server 2008 rc2
Challenges
setlocale(LC_ALL,"Rus"); setlocale( LC_ALL, "ru_RU.CP1251" ); std::system("chcp 1251"); не прокатывают
The GetACP () function (from winnls.h) returns 1252, but should 1251.
If you manually change the system language Control Panel - Clock, language and region - the language and regional standards - in addition - the language of programs that do not support Unicode.
In Russian, GetACP () returns 1251.
- Is it possible to do this?
- Is it possible to do this without connecting non-standard libraries?