git-svn-id: svn://db.shs.com.ru/pip@482 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2017-04-28 11:01:54 +00:00
parent 284f3a5444
commit 594fdf2d7f
8 changed files with 49 additions and 43 deletions

View File

@@ -181,7 +181,8 @@ PIInit::PIInit() {
memset(__sysoemname__, 0, 256);
memcpy(__sysoemname__, "ibm-", 4);
memcpy(&(__sysoemname__[4]), cpinfo.CodePageName, l);
//piCout << cpinfo.CodePageName;
uint ccp = GetConsoleCP();
printf("%i\n", ccp);
# else
/*PIString en(getenv("LANG"));
if (!en.isEmpty())