Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
New, Patch Available
Description
Hyphenation patterns containing an hyphenation indicator 7, 8 or 9 at an uneven position don't work.
This is caused by a wrong bit shifting operation at HyphenationTree.getValue which should read ((v & 0x0f0)>>>4)