[Webkit-unassigned] [Bug 28742] [Chromium] Combining Diacritical Marks (U+0300..) are not handled correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 2 16:47:17 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=28742


Jungshik Shin <jshin at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jshin at chromium.org




--- Comment #17 from Jungshik Shin <jshin at chromium.org>  2009-09-02 16:47:17 PDT ---
+        // Note that we don't use the icu::Normalizer::isNormalized(UNORM_NFC)
API here since
+        // the API returns FALSE (= not normalized) for complex runs that
don't require NFC
+        // normalization (e.g., Arabic text). 

Yuseke, can you give me (off-line) strings you have this problem with?  If
input strings are indeed normalized and isNormalized returns false, that's a
bug in ICU to fix. 

BTW, icu:: qualifier was missing for UnicodeString and I added it in r47998.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list