WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
294722
WTF: Convert UChar to char16_t
https://bugs.webkit.org/show_bug.cgi?id=294722
Summary
WTF: Convert UChar to char16_t
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2025-06-19 04:46:32 PDT
<
rdar://problem/153817245
>
adrian_taylor
Comment 2
2025-06-19 04:52:44 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/46956
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.
Top of Page
Format For Printing
XML
Clone This Bug