[Webkit-unassigned] [Bug 30437] Japanese Text Search Problem

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 21 00:03:04 PDT 2009


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


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #41543|review?, commit-queue?      |review+, commit-queue+
               Flag|                            |




--- Comment #22 from Darin Adler <darin at apple.com>  2009-10-21 00:03:02 PDT ---
(From update of attachment 41543)
> +    UCollator* collator = ucol_openRules(japaneseKanaCollationRules, -1, UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, 0, &status);
> +    ASSERT(status == U_ZERO_ERROR || status == U_USING_FALLBACK_WARNING || status == U_USING_DEFAULT_WARNING);

Are all three of these expected here for some reason, or are you just ignoring
the same set I ignored for usearch_open?

> +    usearch_setCollator(searcher, collator(), &status);
> +    ASSERT(status == U_ZERO_ERROR || status == U_USING_FALLBACK_WARNING || status == U_USING_DEFAULT_WARNING);

Same question.

r=me, but I would like to hear the answer to that question at some point.

-- 
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