Summary: | Devanagari rendering broken (U+094D) | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | yann |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | adaptee |
Priority: | NOR | ||
Version: | 1.6.6 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Screenshot of Devanagari rendering in Konsole
Same page with Konqueror Screenshot of text as it currently appears in Konsole SVN. |
Description
yann
2005-11-13 17:46:39 UTC
Created attachment 13417 [details] Screenshot of Devanagari rendering in Konsole Screenshot of this page edited with w3m and vim in Konsole: http://wikisource.org/wiki/अरण्यकाण्डे_पञ्चसप्ततितमः_सर्गः_॥३-७५॥ Created attachment 13419 [details]
Same page with Konqueror
How it should look like: the same page seen with Konqueror.
*** This bug has been confirmed by popular vote. *** Created attachment 17400 [details]
Screenshot of text as it currently appears in Konsole SVN.
This is the output of catting the contents of the web page using Konsole SVN
(2.0alpha) . Is this any closer to what it ought to look like?
Unfortunately it remains totally unreadable as ligatures are never done and some of the script parts that should display at the top or at the bottom are simply dropped. Just compare it with how it's rendered in konqueror or kedit. I think this is related to Konsole's inability to properly handle combining characters (http://www.cl.cam.ac.uk/~mgk25/unicode.html#comb) - since every on-screen character is internally represented by a single 16-bit unicode point. There is another bug which brings this up as well. Hello. I confirm the bug is still present in KDE 4.1 branch (r847678). Since #96536(Unicode decomposed text gets garbled in Konsole ) has been fixed recently, maybe the situation in this report will also be improved in git version or 4.8? |