>>>> "BW" == Ben Wing <ben(a)666.com>
writes:
> There is a tiny issue which could be considered an academic bug
in
> redisplay code: (set-charset-ccl-program) does not redraw
> characters in specified encoding :)
BW> try adding this line: face_property_was_changed (Vdefault_face,
BW> Qfont, Qglobal);
BW> to set-charset-ccl-program and see if it helps.
Works. I've added it after XCHARSET_CCL_PROGRAM, sure.
Thank you,
--alexm