Bug 69760 - [PATCH] a diff patch to improve khtml line breaking
Summary: [PATCH] a diff patch to improve khtml line breaking
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-06 23:33 UTC by Ken Deeter
Modified: 2004-03-30 17:55 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
described patch (4.56 KB, patch)
2003-12-06 23:34 UTC, Ken Deeter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ken Deeter 2003-12-06 23:33:21 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources

After attempting to fix the problem with bug 68478 and realizing that I ignored the licensing issues, I rewrote a patch from scratch that fixes the problem w/o using the qt GPL code.

modifies khtml/rendering/break_lines.h, specifically the handling for the asian characters. Though I implemented based on the JIS standard, I believe it will only improve all of CJK linebreak handling, and do Japanese specific stuff only where Jap-only characters are encountered.
Comment 1 Ken Deeter 2003-12-06 23:34:14 UTC
Created attachment 3586 [details]
described patch
Comment 2 Kazuki Ohta 2004-03-02 14:26:28 UTC
I've committed the code based on your patch.
thank you!
Comment 3 Waldo Bastian 2004-03-30 17:55:12 UTC
*** Bug has been marked as fixed ***.