Closed Bug 391068 Opened 17 years ago Closed 17 years ago

Simple error in ATSUI cluster analysis

Categories

(Core :: Graphics, defect)

x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: roc, Assigned: roc)

Details

Attachments

(1 file)

Attached patch fixSplinter Review
When the last cluster in a string has multiple characters, we fail to record it properly. E.g. breakOffset might go from 4 to 7, and then we see that breakOffset == length and exit the loop. We actually should only stop when lastBreak == length, but that's not quite right either ... this can all be simplified so I just did that.
Attachment #275417 - Flags: review?(vladimir)
Attachment #275417 - Flags: approval1.9? → approval1.9+
checked in
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: