Ignore:
Timestamp:
Apr 8, 2007, 7:07:36 PM (18 years ago)
Author:
bird
Message:

Added a fixed default (C/POSIX) collate locale to avoid unilib strangeness. Made an attempt at adjusting for this strangeness for the non-default locales...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libc-0.6/src/emx/include/InnoTekLIBC/locale.h

    r2511 r3053  
    237237/** String collation information. */
    238238extern __LIBC_LOCALECOLLATE         __libc_gLocaleCollate;
     239/** String collation information forthe default 'C'/'POSIX' locale. */
     240extern const __LIBC_LOCALECOLLATE   __libc_gLocaleCollateDefault;
    239241/** Character case conversion tables. */
    240242extern __LIBC_LOCALECTYPE           __libc_GLocaleCtype;
     
    242244extern const __LIBC_LOCALECTYPE     __libc_GLocaleCtypeDefault;
    243245/** Cached Unicode (__wchar_t) case conversion tables and flags. */
    244 extern __LIBC_LOCALEWCTYPE    __libc_GLocaleWCtype;
     246extern __LIBC_LOCALEWCTYPE          __libc_GLocaleWCtype;
    245247/** Locale information structure. */
    246248extern __LIBC_LOCALELCONV           __libc_gLocaleLconv;
Note: See TracChangeset for help on using the changeset viewer.