diff --git a/icu4c/source/tools/gennorm/store.c b/icu4c/source/tools/gennorm/store.c index e0e4051b9f..91a50346ab 100644 --- a/icu4c/source/tools/gennorm/store.c +++ b/icu4c/source/tools/gennorm/store.c @@ -1,7 +1,7 @@ /* ******************************************************************************* * -* Copyright (C) 1999-2006, International Business Machines +* Copyright (C) 1999-2008, International Business Machines * Corporation and others. All Rights Reserved. * ******************************************************************************* @@ -521,11 +521,18 @@ processCombining() { /* store the combining data for this lead code point in the combiningTable */ while(jcombiningFlags&1)<<13); + combinesFwd=(uint16_t)((normPtr->combiningFlags&1)<<13); *p++=finalIndex; if(combined<=0x1fff) {