]> granicus.if.org Git - icu/commitdiff
ICU-8560 platform, asciism in #6109
authorSteven R. Loomis <srl@icu-project.org>
Wed, 11 May 2011 04:42:01 +0000 (04:42 +0000)
committerSteven R. Loomis <srl@icu-project.org>
Wed, 11 May 2011 04:42:01 +0000 (04:42 +0000)
X-SVN-Rev: 30096

icu4c/source/test/cintltst/cnumtst.c

index 2f732adbeb510f501d4a660edf5af9191929e49b..cc9963ef4542ca532ca5a48263610fce0651d318 100644 (file)
@@ -971,8 +971,8 @@ free(result);
 static void TestParseZero(void)
 {
     UErrorCode errorCode = U_ZERO_ERROR;
-    UChar input[] = {'0', 0};   /*  Input text is decimal '0' */
-    UChar pat[] = {'#', ';', '#', 0};
+    UChar input[] = {0x30, 0};   /*  Input text is decimal '0' */
+    UChar pat[] = {0x0023,0x003b,0x0023,0}; /*  {'#', ';', '#', 0}; */
     double  dbl;
 
 #if 0