[webkit-changes] [WebKit/WebKit] 5a7592: Update the GB18030 table for ICU 74.1
Fujii Hironori
noreply at github.com
Tue Oct 31 12:01:37 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5a759283ec61057c92782099301d61db2da105ef
https://github.com/WebKit/WebKit/commit/5a759283ec61057c92782099301d61db2da105ef
Author: Fujii Hironori <Hironori.Fujii at sony.com>
Date: 2023-10-31 (Tue, 31 Oct 2023)
Changed paths:
M Source/WebCore/PAL/pal/text/EncodingTables.cpp
Log Message:
-----------
Update the GB18030 table for ICU 74.1
https://bugs.webkit.org/show_bug.cgi?id=263953
Reviewed by Don Olmstead.
An assertion was failing with ICU 74.1.
> ASSERTION FAILED: (*array)[6555] == 0xe5e5
> WebCore\PAL\pal\text\EncodingTables.cpp(8630) : operator()
ICU 74.1 fixed the problem.
[ICU-22420] Align GB18030 decoders with the WHATWG decoding specification
<https://unicode-org.atlassian.net/browse/ICU-22420>
* Source/WebCore/PAL/pal/text/EncodingTables.cpp:
Conditioned out the code if ICU >= 74.
Canonical link: https://commits.webkit.org/270019@main
More information about the webkit-changes
mailing list