From: handa Date: Mon, 19 Apr 2010 12:12:52 +0000 (+0000) Subject: (run_stages): Fix previous change. X-Git-Tag: REL-1-6-1~4 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=64e86b8bee5db1a2e1c6914e8d35fc19b6c6a56e;p=m17n%2Fm17n-lib.git (run_stages): Fix previous change. --- diff --git a/src/m17n-flt.c b/src/m17n-flt.c index 644a0b6..e9ac45f 100644 --- a/src/m17n-flt.c +++ b/src/m17n-flt.c @@ -2317,7 +2317,8 @@ run_stages (MFLTGlyphString *gstring, int from, int to, : g->code ? (int) mchartable_lookup (table, g->code) : ' '); - SET_CATEGORY_CODE (g, enc); + if (! GET_COMBINED (g)) + SET_CATEGORY_CODE (g, enc); } else enc = GET_CATEGORY_CODE (g);