ICU-2324 fix condition that caused a broken combiningTable - end-of-list marker on wrong word

X-SVN-Rev: 9919
This commit is contained in:
Markus Scherer 2002-09-25 22:20:57 +00:00
parent 5395623062
commit aa4089194a

View file

@ -521,7 +521,7 @@ processCombining() {
}
/* set a marker on the last final trail index in this lead's table */
if(combined<=0x1ffff) {
if(combined<=0x1fff) {
*(p-2)|=0x8000;
} else {
*(p-3)|=0x8000;