Bug 101123 - TextBreakIterator code should use an enum instead of isCJK bool
Summary: TextBreakIterator code should use an enum instead of isCJK bool
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Glenn Adams
URL:
Keywords:
Depends on: 89235
Blocks:
  Show dependency treegraph
 
Reported: 2012-11-02 16:21 PDT by Eric Seidel (no email)
Modified: 2023-06-08 17:08 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2012-11-02 16:21:55 PDT
TextBreakIterator code should use an enum instead of isCJK bool

This code is about to be added as part of bug 89235.

This is a follow-up bug for that patch.
Comment 1 Ahmad Saleem 2023-06-08 17:03:06 PDT
@Myles - is this needed now? You recently work on 'TextBreakIterator', so just checking.
Comment 2 Tim Nguyen (:ntim) 2023-06-08 17:08:44 PDT
I can't find a bool named isCJK in the codebase, so presumably this has been fixed.