GNOME Bugzilla – Bug 397475
basic latin shaping module is not normalising data to NFC
Last modified: 2007-01-17 23:14:18 UTC
Please describe the problem: The basic latin shaping module is not normalizing the data it receives. An OpenType font expects to be processing text in NFC (Normalization Form Composed) as per the behaviour in uniscribe. For best results, pango should do the same. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
More generally, there is bug 139950 ... I'm not sure that the best place to handle normalization forms is inside particular shapers.
My view is that this is to be done in the unified HarfBuzz-based shaper. We may even do it using pre-synthesized ccmp tables, like ICU is doing. *** This bug has been marked as a duplicate of 139950 ***