18 Sep
2011
18 Sep
'11
3:13 a.m.
On Sun, 18 Sep 2011, Khaled Hosny wrote:
On Sat, Sep 17, 2011 at 08:02:43PM -0400, Aditya Mahajan wrote:
In MkII, one can disable ligatures by inserting {} at the appropriate place. For example `self{}ish` disables the ligature between f and i. What is the equivalent way to disable ligatures in MkIV?
Inserting a empty box? self\null ish seems to work.
\null works but it disable hyphenation.
The "Unicode way" would be inserting U+200C (ZWNJ)
Thank you. This works perfectly. Aditya