Bug 206615
| Summary: | [ml_IN] Rendering for combination is wrong | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | A S Alam <aalam> | ||||||||||||
| Component: | icu | Assignee: | Caolan McNamara <caolanm> | ||||||||||||
| Status: | CLOSED RAWHIDE | QA Contact: | |||||||||||||
| Severity: | medium | Docs Contact: | |||||||||||||
| Priority: | medium | ||||||||||||||
| Version: | rawhide | CC: | eng-i18n-bugs, mshao | ||||||||||||
| Target Milestone: | --- | Keywords: | i18n | ||||||||||||
| Target Release: | --- | ||||||||||||||
| Hardware: | All | ||||||||||||||
| OS: | Linux | ||||||||||||||
| Whiteboard: | |||||||||||||||
| Fixed In Version: | 3.6-3 | Doc Type: | Bug Fix | ||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||
| Clone Of: | Environment: | ||||||||||||||
| Last Closed: | 2006-09-25 15:20:59 UTC | Type: | --- | ||||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||||
| Documentation: | --- | CRM: | |||||||||||||
| Verified Versions: | Category: | --- | |||||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||
| Embargoed: | |||||||||||||||
| Attachments: |
|
||||||||||||||
|
Description
A S Alam
2006-09-15 10:07:18 UTC
Created attachment 136339 [details]
Incorrect Rendering in Openoffice
Created attachment 136340 [details]
Correct Rendering in Kedit/gedit
Following is also have issue, ---------- 0d23 + 0d4d + 0d23 ml_IN (ണ + ് + ണ =ണ്ണ) 0d1f + 0d4d + 0d1f ml_IN (ട+ ് + ട = ട്ട) ---------- Incorrect with ooo-ml-IN-rendering-issue2-15Sep-incorrect.png Correct (gedit/kedit) ooo-ml-IN-rendering-issue2-15Sep-correct.png Created attachment 136341 [details]
Incorrect Rendering in Openoffice 2
Created attachment 136342 [details]
Correct Rendering in Kedit/gedit 2
possibly need a matching patch to icu like the (effectively forked) pango one of http://cvs.gnome.org/viewcvs/pango/modules/indic/indic-ot.c?r1=1.16&r2=1.18 Got a fix for the batch listed in comment 1 which are ZWJ related but the batch in comment 3 still need more work Created attachment 137045 [details]
patch to fix against icu
And the other issue is a difference in the state table for malayam in icu vs pango, changing to the pango one gives (unsurprisingly) the same results for the 2nd batch. (Additionally our OOo fontconfig fallback work needs to add some support in it's glyph fallback to also include a trailing ZWJ in a glyph fallback block. this will be in OOo 2.0.4-4.3, until then this can be tested by explictly using a font which supports this characters, i.e. set the CTL font to lohit malayam before typing the sequences) |