Changeset 3788 for branches


Ignore:
Timestamp:
Mar 22, 2012, 9:12:40 PM (13 years ago)
Author:
bird
Message:

setlocale.c: Changed getCodepage to default to the process codepage instead of the one specified by the locale as this cause real life trouble otherwise. Fixes #227, #240, #187.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libc-0.6/src/emx/src/lib/locale/setlocale.c

    r3787 r3788  
    12581258    else
    12591259    {
     1260#if 0 /* See ticket #227, #240, #187 and probably more. */
    12601261        int      rc = -1;
    12611262        if (gfOldStyle < 0)
     
    12831284         * Old style / fallback.
    12841285         */
     1286#endif
    12851287        if (IS_C_LOCALE(pszLocale) || IS_POSIX_LOCALE(pszLocale))
    12861288            /*
Note: See TracChangeset for help on using the changeset viewer.