- Timestamp:
- Dec 5, 2004, 1:38:15 PM (21 years ago)
- Location:
- trunk/src/emx/testcase/misc
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/testcase/misc/codeset-1.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r1700 r1701 47 47 *pszOut = 0; 48 48 49 printf("wc: %6d - %2d -- mb: %02x %02x %02x -- %s %s %s %s -- UCS2: %2d - 0x%04x %6d\n",50 wc, rc, ach[0], ach[1], ach[2],49 printf("wc: 0x%04x %6d - %2d -- mb: %02x %02x %02x -- %s %s %s %s -- UCS2: %2d - 0x%04x %6d\n", 50 wc, wc, rc, ach[0], ach[1], ach[2], 51 51 iswupper(wc) ? "U" : "u", iswlower(wc) ? "L" : "l", iswgraph(wc) ? "G" : "g", iswalpha(wc) ? "A" : "a", 52 52 rc2, *(int *)achUni, *(int *)achUni); -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.