[webkit-changes] [WebKit/WebKit] 286f59: Use LocaleICU on Windows
Yusuke Suzuki
noreply at github.com
Sun Dec 8 22:46:22 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 286f59b1142ffb0c47ac4add53fad4c11c56a9f1
https://github.com/WebKit/WebKit/commit/286f59b1142ffb0c47ac4add53fad4c11c56a9f1
Author: Yusuke Suzuki <ysuzuki at apple.com>
Date: 2024-12-08 (Sun, 08 Dec 2024)
Changed paths:
M Source/WebCore/PlatformWin.cmake
M Source/WebCore/platform/text/LocaleICU.cpp
M Source/WebCore/platform/text/LocaleICU.h
R Source/WebCore/platform/text/win/LocaleWin.cpp
R Source/WebCore/platform/text/win/LocaleWin.h
Log Message:
-----------
Use LocaleICU on Windows
https://bugs.webkit.org/show_bug.cgi?id=284266
rdar://141134272
Reviewed by Fujii Hironori and Ross Kirsling.
LocaleICU is better maintained and having better functionality.
Also it makes Windows port more similar to the other ports using ICU
(GTK / WPE). Improving maintenability and consistency because Windows
port is using ICU for the rest.
* Source/WebCore/PlatformWin.cmake:
* Source/WebCore/platform/text/LocaleICU.h:
* Source/WebCore/platform/text/win/LocaleWin.cpp: Removed.
* Source/WebCore/platform/text/win/LocaleWin.h: Removed.
Canonical link: https://commits.webkit.org/287540@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list