Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 244cd98f79863e405e0094b78d13c20817e3cfea
https://github.com/WebKit/WebKit/commit/244cd98f79863e405e0094b78d13c20817e3cfea
Author: Ryosei Otaka <[email protected]>
Date: 2026-07-26 (Sun, 26 Jul 2026)
Changed paths:
M Source/JavaScriptCore/wasm/generateWasmOpsHeader.py
Log Message:
-----------
generateWasmOpsHeader.py makes an error without UTF-8 environments
https://bugs.webkit.org/show_bug.cgi?id=320150
Reviewed by Yusuke Suzuki.
Source\JavaScriptCore\wasm\generateWasmOpsHeader.py
requires UTF-8 encoding, but in a Japanese environment
on Windows, CP932 is used by default.
Therefore, there are characters that cannot be
interpreted, and an error occurs.
"—" is not defined on CP932.
No new tests.
* Source/JavaScriptCore/wasm/generateWasmOpsHeader.py:
Canonical link: https://commits.webkit.org/317960@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications