Bug 120656 - Rewrite the word boundary code to always provide the whole paragraph to ICU
Summary: Rewrite the word boundary code to always provide the whole paragraph to ICU
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-09-03 17:11 PDT by Ryosuke Niwa
Modified: 2013-09-03 17:11 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2013-09-03 17:11:19 PDT
Right now, we expand the range slowly to include more context as requested by ICU to find word boundaries.
This strategy is broken for many languages that rely on dictionary look up to find word boundaries.

We should rewrite it to always give the whole paragraph.
Comment 1 Radar WebKit Bug Importer 2013-09-03 17:11:45 PDT
<rdar://problem/14903118>