ICU-3944 fix string literal/ebcdic problem.

X-SVN-Rev: 18115
This commit is contained in:
Andy Heninger 2005-07-01 17:06:38 +00:00
parent 2a7c8d0426
commit fdde861d87

View File

@ -62,7 +62,7 @@ static void TestAPI(void) {
/* Open */
{
UText utLoc = UTEXT_INITIALIZER;
const char * cString = "Hello, World";
const char * cString = "\x61\x62\x63\x64";
UChar uString[] = {0x41, 0x42, 0x43, 0};
UText *uta;
UText *utb;