projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79df6dd
)
(run_stages): Fix previous change.
author
handa
<handa>
Mon, 19 Apr 2010 12:12:52 +0000
(12:12 +0000)
committer
handa
<handa>
Mon, 19 Apr 2010 12:12:52 +0000
(12:12 +0000)
src/m17n-flt.c
patch
|
blob
|
history
diff --git
a/src/m17n-flt.c
b/src/m17n-flt.c
index
644a0b6
..
e9ac45f
100644
(file)
--- 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);