Comment #3 on issue 6431 by [email protected]: Two issues about
Vietnamese Spell-Checker
http://code.google.com/p/chromium/issues/detail?id=6431
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=10087
------------------------------------------------------------------------
r10087 | [email protected] | 2009-02-20 01:10:03 -0800 (Fri, 20 Feb 2009)
| 8 lines
Changed paths:
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/spellcheck_worditerator.cc?r1=10087&r2=10086
Fix for Issue 6431 "Two issues about Vietnamese Spell-Checker".
This issue is caused by my stupid mistake in the SpellcheckWordIterator
class. Unfortunately, the class does not treat combining characters as word
characters for languages which uses combining characters (e.g. Vietnamese,
Thai, etc.) because the ICU exemplar set is canonicalized and it does not
include combining characters.
To fix this, this change decomposes an exemplar set and also mark the
decomposed characters (including combining characters) as word characters.
BUG=6431
Review URL: http://codereview.chromium.org/21079
------------------------------------------------------------------------
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---