Changeset 1347 for branches


Ignore:
Timestamp:
Apr 7, 2004, 1:33:17 AM (21 years ago)
Author:
bird
Message:

o Correct UCS-2 mappings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GCC_3-2-2_BETA4_BRANCH/src/emx/src/lib/locale/__convcp.c

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.4.2.1
    r1346 r1347  
    2525      { "ASCII",            "IBM-367"  },
    2626      { "UTF-8",            "IBM-1208" },
    27       { "UTF-2",            "IBM-1200" },
    28       { "UTF-2LE",          "IBM-1200" },
     27      { "UCS-2",            "IBM-1200" },
     28      { "UCS-2BE",          "IBM-1200@endian=big" },
     29      { "UCS-2LE",          "IBM-1200@endian=little" },
    2930      { "EUC-JP",           "IBM-954"  },
    3031      { "EUC-KR",           "IBM-970"  },
Note: See TracChangeset for help on using the changeset viewer.