Bug 69760

Summary: [PATCH] a diff patch to improve khtml line breaking
Product: [Applications] konqueror Reporter: Ken Deeter <ktdeeter>
Component: khtmlAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: described patch

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 ***.