mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 17:01:16 +00:00
ICU-3944 fix string literal/ebcdic problem.
X-SVN-Rev: 18115
This commit is contained in:
parent
2a7c8d0426
commit
fdde861d87
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue