2013/3/15 Dohyun Kim <[email protected]>: > Hi, > > This new version seems to do unicode normalization (NFC) by default. It was > not the case of previous version of xetex, as far as > \XeTeXinputnormalization=1 is not declared explicitly. > > The new feature (or bug) affects pre-modern Hangul texts typeset with some > fonts, eg. Malgun Gothic bundled with windows 8. To work around, I have to > insert ZWJ or ZWNJ between initial consonant and vowel, which is not a > common practice in Korea. Attached are sample tex file and pdf.
I just have written a teckit map and applied it to the sample tex file. The map file is quite simple as follows: LHSName "Jamo" RHSName "Jamo-ZWJ" pass(Unicode) Class [MODLC] = ( U+1100..U+1112 ) Class [MODVO] = ( U+1161..U+1175 ) Class [OLDTC] = ( U+11C3..U+11FF U+D7CB..U+D7FB ) [MODLC]=lc [MODVO]=vo [OLDTC]=tc > @lc U+200D @vo @tc Then all is ok. I am satisfied now and personally do not have any complaints about the new version. Best, -------------------------------------------------- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo/xetex
