https://issues.apache.org/bugzilla/show_bug.cgi?id=47726
--- Comment #6 from Hung S Nguyen <[email protected]> 2009-12-03 01:55:47 UTC --- Created an attachment (id=24664) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24664) TextLayoutManager.java I don't think that Thai letters are mapped to the class AL. When you debug in LineBreakStatus.java --> nextChar(), if you print the currentClass, it will be 30 (SA). SA means South East Asian (http://unicode.org/reports/tr14/#SA). If it is SA, it's able to breaks line at any postion of Thai word. In comment of LineBreakStatus.java, I also see: "* TODO: Better handling for AI, SA, CB and other line break classes.". Now, I fixed issue in FOP 0.94 and attached my file changed. Do you agree with my fix? Please give me your idea. Thanks Hung -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
