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
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
<rdar://problem/153817245>
adrian_taylor
Pull request: https://github.com/WebKit/WebKit/pull/46956
EWS
Committed 296518@main (170c1fcf9e15): <https://commits.webkit.org/296518@main>
Reviewed commits have been landed. Closing PR #46956 and removing active labels.