[webkit-changes] [WebKit/WebKit] bc9716: Remove deprecated collation types "big5han" and "g...

Commit Queue noreply at github.com
Wed Feb 7 12:43:00 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: bc9716f4ee6360017237a4b85426cc3b56fd8b66
      https://github.com/WebKit/WebKit/commit/bc9716f4ee6360017237a4b85426cc3b56fd8b66
  Author: Alexey Shvayka <ashvayka at apple.com>
  Date:   2024-02-07 (Wed, 07 Feb 2024)

  Changed paths:
    M JSTests/stress/intl-enumeration.js
    M JSTests/stress/intl-locale-info.js

  Log Message:
  -----------
  Remove deprecated collation types "big5han" and "gb2312" from JSTests expectations
https://bugs.webkit.org/show_bug.cgi?id=268879
<rdar://problem/122437088>

Reviewed by Yusuke Suzuki and Mark Lam.

These collation types were deprecated for a long time and not available in Chrome / Firefox [1],
and finally removed in ICU 74 [2].

[1]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/getCollations#supported_collation_types
[2]: https://github.com/unicode-org/icu/pull/2365

* JSTests/stress/intl-enumeration.js:
* JSTests/stress/intl-locale-info.js:

Canonical link: https://commits.webkit.org/274236@main




More information about the webkit-changes mailing list