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 358224 - Telugu Character U+0C31 does not render its below-base form.
Telugu Character U+0C31 does not render its below-base form.
Status: RESOLVED FIXED
Product: pango
Classification: Platform
Component: indic
1.14.x
Other All
: Normal normal
: ---
Assigned To: Pango Indic
Pango Indic
Depends on:
Blocks:
 
 
Reported: 2006-09-29 01:38 UTC by Rahul Bhalerao
Modified: 2006-10-12 18:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch for indic-ot-class-table.c (976 bytes, patch)
2006-09-29 01:41 UTC, Rahul Bhalerao
committed Details | Review

Description Rahul Bhalerao 2006-09-29 01:38:02 UTC
Please describe the problem:
In following combinations:
U+0C28 U+0C4D U+0C31
U+0C2E U+0C4D U+0C31
U+0C30 U+0C4D U+0C31

The character U+0C31 should get a below-base form. Pango does not render it.

Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Rahul Bhalerao 2006-09-29 01:41:14 UTC
Created attachment 73607 [details] [review]
Patch for indic-ot-class-table.c

This patch changes the class of U+0C31 from '_ct' to '_bb'.
Comment 2 Behdad Esfahbod 2006-10-12 18:23:24 UTC
2006-10-12  Behdad Esfahbod  <behdad@gnome.org>

        Bug 358224 – Telugu Character U+0C31 does not render its below-base
        form.
        Patch from Rahul Bhalerao

        * modules/indic/indic-ot-class-tables.c: Change  the class of U+0C31
        from '_ct' to '_bb'.