Changeset 1701 for trunk


Ignore:
Timestamp:
Dec 5, 2004, 1:38:15 PM (21 years ago)
Author:
bird
Message:

* empty log message *

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 to 1.2
    r1700 r1701  
    4747            *pszOut = 0;
    4848
    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],
    5151                   iswupper(wc) ? "U" : "u", iswlower(wc) ? "L" : "l", iswgraph(wc) ? "G" : "g", iswalpha(wc) ? "A" : "a",
    5252                   rc2, *(int *)achUni, *(int *)achUni);
Note: See TracChangeset for help on using the changeset viewer.