Bug 563465 - Port DefaultTextDoubleClickStrategy to java BreakIterator
Summary: Port DefaultTextDoubleClickStrategy to java BreakIterator
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 4.16   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 563464
Blocks:
  Show dependency tree
 
Reported: 2020-05-22 04:12 EDT by Alexander Kurtakov CLA
Modified: 2021-01-14 05:53 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Kurtakov CLA 2020-05-22 04:12:14 EDT
Currently it uses ICU4J BreakIterator but this has to change.
Comment 1 Sebastian Ratz CLA 2021-01-14 05:53:34 EST
I don't think this will be possible that easily.

If we want proper word boundary detection for all possible languages, I don't think there is a way around using a dedicated Unicode library such as ICU for this.