From 0ede57a764b880faa4336193538741d70d4d7c1d Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Fri, 16 Feb 2001 23:16:18 +0000 Subject: [PATCH] ICU-66 0xbf may be confused as uninitialized memory. X-SVN-Rev: 3663 --- icu4c/source/test/cintltst/utf8tst.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/icu4c/source/test/cintltst/utf8tst.c b/icu4c/source/test/cintltst/utf8tst.c index 2b33abbc420..1860eef1673 100644 --- a/icu4c/source/test/cintltst/utf8tst.c +++ b/icu4c/source/test/cintltst/utf8tst.c @@ -46,7 +46,7 @@ addUTF8Test(TestNode** root) static void TestCodeUnitValues() { - static uint8_t codeunit[]={0x00, 0x65, 0x7e, 0x7f, 0xc0, 0xc4, 0xf0, 0xfd, 0x80, 0x81, 0xbc, 0xbf,}; + static uint8_t codeunit[]={0x00, 0x65, 0x7e, 0x7f, 0xc0, 0xc4, 0xf0, 0xfd, 0x80, 0x81, 0xbc, 0xbe,}; int16_t i; for(i=0; i