Changeset 1021
- Timestamp:
- Jan 23, 2004, 3:06:49 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/lib/locale/__convcp.c
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r1020 r1021 18 18 size_t sl = 0; 19 19 20 if (!stricmp (cp, "EUC-JP")) 20 if (!stricmp (cp, "SYSTEM")) 21 *ucp = 0; 22 else if (!stricmp (cp, "UTF-8")) 23 memcpy (ucp, L"IBM-1208", 9*2); 24 else if (!stricmp (cp, "UCS-2LE")) 25 memcpy (ucp, L"IBM-1200", 9*2); 26 else if (!stricmp (cp, "EUC-JP")) 21 27 memcpy (ucp, L"IBM-954", 8*2); 22 28 else if (!stricmp (cp, "EUC-KR")) -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.