Bug 294722

Summary: WTF: Convert UChar to char16_t
Product: WebKit Reporter: adrian_taylor
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: mcatanzaro, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=299532

adrian_taylor
Reported 2025-06-19 04:46:10 PDT
WebKit wishes to switch from ICU's UChar to the C++ standard char16_t (one is currently typedeffed to the other). This issue performs that conversion for the WTF project. For WTF, this also unblocks use of clang modules which are otherwise impeded by the requirement for ICU to have UCHAR_TYPE defined by the surrounding WTF, a concept not possible in clang modules.
Attachments
Radar WebKit Bug Importer
Comment 1 2025-06-19 04:46:32 PDT
adrian_taylor
Comment 2 2025-06-19 04:52:44 PDT
EWS
Comment 3 2025-06-23 09:42:06 PDT
Committed 296518@main (170c1fcf9e15): <https://commits.webkit.org/296518@main> Reviewed commits have been landed. Closing PR #46956 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.