Skip to content

Commit 24d6193

Browse files
khei4fujii
authored andcommitted
remark: UnicodeDecodeError on non-english locale PowerShell. See https://bugs.webkit.org/show_bug.cgi?id=273060
1 parent 9818e13 commit 24d6193

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/Ports/WindowsPort.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ If you are using Japanese Windows, some layout tests fail due to form control si
198198
`GetStockObject(DEFAULT_GUI_FONT)` returns `MS UI Gothic` on it.
199199
Remove `GUIFont.Facename` of `HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\GRE_Initialize`.
200200
And, replace `MS UI Gothic` with `Microsoft Sans Serif` in `HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes\MS Shell Dlg`.
201+
Also, change system locale to English, because Python script crashes non-English system locale. See [Bug 273060](https://bugs.webkit.org/show_bug.cgi?id=273060).
201202

202203
If http tests fail as flaky failures due to the socket count limit, increase the user port range. See [Bug 224523](https://bugs.webkit.org/show_bug.cgi?id=224523)
203204
```

0 commit comments

Comments
 (0)