[Webkit-unassigned] [Bug 147604] [INTL] Implement Collator Compare Functions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 7 17:26:31 PST 2015


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

--- Comment #13 from Sukolsak Sakshuwong <sukolsak at gmail.com> ---
(In reply to comment #12)
> Comment on attachment 264986 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=264986&action=review
> 
> > Source/JavaScriptCore/runtime/IntlCollator.cpp:98
> > +                String collation(keywordValue);
> 
> Are these keyword value strings encoded as ASCII, Latin-1, or UTF-8?

ASCII. The Unicode Technical Standard #35 says "A Unicode Collation Identifier defines a type of collation (sort order). The valid values are those name attribute values in the type elements of bcp47/collation.xml." According to http://unicode.org/repos/cldr/trunk/common/bcp47/collation.xml, all the valid values are ASCII.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151108/f6691414/attachment.html>


More information about the webkit-unassigned mailing list