http://bugs.winehq.org/show_bug.cgi?id=1236
Shachar Shemesh shachar@shemesh.biz changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|shachar@shemesh.biz |diaasami@gmail.com
--- Comment #19 from Shachar Shemesh shachar@shemesh.biz 2009-01-31 00:39:22 --- In the last "ExtTextOutW" of the patch, you probably want to add ETO_RTLREADING to the flags.
RTL text needs to not only be right aligned, it also need to be marked as an RTL paragraph, or the reordering algorithm gets things catastrophically wrong when mixed languages are used.
Shachar