Fix display of composed R2L text on MS-Windows.
authorEli Zaretskii <eliz@gnu.org>
Sat, 4 Sep 2010 15:16:08 +0000 (18:16 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 4 Sep 2010 15:16:08 +0000 (18:16 +0300)
commit6e6b8e25b118a680ef322ab74e42f556b804c70b
tree107ba0a89d51268e34351876ea02fbd10fe45956
parent5e5992c20ef5f5d0ea67d23839a298b8dae91eff
Fix display of composed R2L text on MS-Windows.

 w32uniscribe.c (uniscribe_shape): Update commentary.  Don't
 try to reorder grapheme clusters, since LGSTRING should always
 hold them in the logical order.
 (uniscribe_encode_char, uniscribe_shape): Force ScriptShape to
 return glyph codes in the logical order.
src/ChangeLog
src/w32uniscribe.c