DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=41062>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=41062 Summary: Defect reading hyphenation patterns Product: Fop Version: all Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: general AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] The PatternParser.characters method used for parsing patterns and other things from hyphenation XML files can't cope with the parser splitting text in multiple character events. This may lead to patterns crossing a buffer boundary to be parsed as two wrong patterns. Furthermore, the implementation is quite ineffective: - copying the characters into a StringBuffer is unnecessary - the tokenizer moves the whole array The readToken is declared to return a string, but it always returns null and stores the token in a class variable (horrible design). -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
