You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason, when specifying zh-TW and Source Han Serif (the Japanese language-specific version), 27527 is not substituted with 27526. However, when the language is set to zh-HK, there is no problem.
The error does not occur in Source Han Serif TW (the Taiwanese regional-specific subset version).
Whew! I was worried that my script for generating the lookups for the 'locl' GSUB feature had a bug. The bug is elsewhere, and the fix is to map a completely different code point to the correct glyph.
U+74E6 瓦 correctly maps to uni74E6-JP in the TW CMap resource, but U+2F61 ⽡ maps to uni74E6-CN, but should instead map to uni74E6-JP. I am closing this and consolidating with Issue #37.
For some reason, when specifying zh-TW and Source Han Serif (the Japanese language-specific version), 27527 is not substituted with 27526. However, when the language is set to zh-HK, there is no problem.
The error does not occur in Source Han Serif TW (the Taiwanese regional-specific subset version).
Demo: https://codepen.io/anon/pen/Emjaxq
The text was updated successfully, but these errors were encountered: