Bug 185599 - Wrong identification of Base consonant
Summary: Wrong identification of Base consonant
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: pango
Version: 5
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Behdad Esfahbod
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-03-16 01:05 UTC by Jong Bae KO
Modified: 2007-11-30 22:11 UTC (History)
3 users (show)

Fixed In Version: F7?
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-10-11 07:00:03 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Bad consonant (98 bytes, text/plain)
2006-03-16 01:05 UTC, Jong Bae KO
no flags Details
wrong consonant (3.69 KB, image/png)
2006-03-16 01:06 UTC, Jong Bae KO
no flags Details


Links
System ID Private Priority Status Summary Last Updated
GNOME Bugzilla 149018 0 None None None Never

Description Jong Bae KO 2006-03-16 01:05:24 UTC
Description of problem:
"Create a Unicode text file with follow 3 characters
<consonant> <virama> <ZWJ>

indic_ot_reorder function will identify <ZWJ> as the base consonant.
Error seems to be in the file indic-ot-class-tables.c

<snip>
IndicOTCharClass indic_ot_get_char_class(const IndicOTClassTable *class_table,
gunichar ch)
{
    if (ch == C_SIGN_ZWJ) {         return CF_CONSONANT | CC_ZERO_WIDTH_MARK;
    }
</snip>"
http://bugzilla.gnome.org/show_bug.cgi?id=149018

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Jong Bae KO 2006-03-16 01:05:24 UTC
Created attachment 126186 [details]
Bad consonant

Comment 2 Jong Bae KO 2006-03-16 01:06:42 UTC
Created attachment 126187 [details]
wrong consonant

Comment 3 Matthias Clasen 2006-06-20 05:10:17 UTC
Reassigning pango bugs to Behdad.

Comment 4 Liang Zhang 2006-08-04 03:12:06 UTC
This bug has been closed in pango's upstream.

 Comment #5 from Karsten Bräckelmann    (developer, points: 22)
2006-07-06 23:40 UTC [reply]

Closing this bug report as no further information has been provided. Please
feel free to reopen this bug, if it still is an issue with recent Pango
versions and if so, please provide the information asked for.  Thanks!


Comment 5 Akira TAGOH 2006-11-01 13:40:02 UTC
Please confirm if this still happens on fc6.

Comment 6 Jong Bae KO 2007-10-10 00:25:11 UTC
Please check with QA,
I just rereported it(because bugzilla has failed)


Comment 7 Jens Petersen 2007-10-11 03:09:47 UTC
Ling-Ning could you please check if this is fixed in current pango?

Comment 8 Jens Petersen 2007-10-11 03:13:15 UTC
or Parag, if you can describe how to input the characters?

Comment 9 Parag Nemade 2007-10-11 06:50:08 UTC
Considering http://bugzilla.gnome.org/show_bug.cgi?id=149018#c1 and what we see
in current bugzilla search there are no pending issues reported against ZWJ usage.

I think we can close this bug, as we have not found any problem in ZWJ use or we
can again upstream this bug.



Comment 10 Jens Petersen 2007-10-11 07:00:03 UTC
Thanks, closing.


Note You need to log in before you can comment on or make changes to this bug.