Changeset 1327


Ignore:
Timestamp:
Mar 22, 2004, 2:57:19 PM (21 years ago)
Author:
bird
Message:

Correct UCS-2 mappings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/locale/__convcp.c

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.5
    r1326 r1327  
    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.