Changeset 5424 for trunk/src


Ignore:
Timestamp:
Apr 1, 2001, 2:33:10 PM (24 years ago)
Author:
sandervl
Message:

put back codepage change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/codepage.cpp

    r5411 r5424  
    1 /* $Id: codepage.cpp,v 1.8 2001-03-31 10:39:01 sandervl Exp $
     1/* $Id: codepage.cpp,v 1.9 2001-04-01 12:33:10 sandervl Exp $
    22**
    33** Module   :CODEPAGE.CPP
     
    3131    if(displayCodePage == -1) {
    3232        //default codepage is 1252 (same as default Windows codepage)
    33 //      displayCodePage = PROFILE_GetOdinIniInt(CODEPAGE_SECTION, "DISPLAY", 1252);
    34         displayCodePage = PROFILE_GetOdinIniInt(CODEPAGE_SECTION, "DISPLAY", 0);
     33        displayCodePage = PROFILE_GetOdinIniInt(CODEPAGE_SECTION, "DISPLAY", 1252);
     34//      displayCodePage = PROFILE_GetOdinIniInt(CODEPAGE_SECTION, "DISPLAY", 0);
    3535    }
    3636    return displayCodePage;
     
    4141    if(windowCodePage == -1) {
    4242        //default codepage is 1252 (same as default Windows codepage)
    43 //      windowCodePage = PROFILE_GetOdinIniInt(CODEPAGE_SECTION, "WINDOWS", 1252);
    44         windowCodePage = PROFILE_GetOdinIniInt(CODEPAGE_SECTION, "WINDOWS", 0);
     43        windowCodePage = PROFILE_GetOdinIniInt(CODEPAGE_SECTION, "WINDOWS", 1252);
     44//      windowCodePage = PROFILE_GetOdinIniInt(CODEPAGE_SECTION, "WINDOWS", 0);
    4545    }
    4646    return windowCodePage;
Note: See TracChangeset for help on using the changeset viewer.