After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 322273 - Pango should use canonical decomposition data
Pango should use canonical decomposition data
Status: RESOLVED DUPLICATE of bug 139950
Product: pango
Classification: Platform
Component: general
1.10.x
Other All
: Normal enhancement
: ---
Assigned To: pango-maint
pango-maint
Depends on:
Blocks:
 
 
Reported: 2005-11-23 21:36 UTC by Denis Jacquerye
Modified: 2005-11-24 14:26 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description Denis Jacquerye 2005-11-23 21:36:56 UTC
Canonical decomposition should be used to compose or decompose characters or
sequences of characters that are not available.

For example ï U+00EF should be used if < U+0069 + U+0308 > cannot be composed,
i.e. if the combining dieresis U+0308 is not in the font.

The other way around should work too. If ṣ U+1E63 is not in the font, < U+0073 +
U+0323 > should be used.

If the font contains GPOS and GSUB tables for those characters, they should be used.
Comment 1 Denis Jacquerye 2005-11-23 21:38:20 UTC
There is some relevant discussion in the report for bug 101079.
Comment 2 greg_aumann 2005-11-24 04:44:54 UTC
cc myself
Comment 3 Owen Taylor 2005-11-24 14:26:08 UTC

*** This bug has been marked as a duplicate of 139950 ***