Bug 265478 - Adopt char32_t instead of UChar32 to sidestep ambiguity with int and int32_t
Summary: Adopt char32_t instead of UChar32 to sidestep ambiguity with int and int32_t
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Darin Adler
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-11-28 14:56 PST by Darin Adler
Modified: 2023-12-01 02:10 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2023-11-28 14:56:43 PST
Nearly every case where we use UChar32, it seems we can use char32_t instead.
Comment 1 Radar WebKit Bug Importer 2023-11-28 14:58:37 PST
<rdar://problem/118900819>
Comment 2 Darin Adler 2023-11-28 16:10:24 PST
Pull request: https://github.com/WebKit/WebKit/pull/21026
Comment 3 EWS 2023-12-01 02:10:32 PST
Committed 271373@main (c3f90442cf07): <https://commits.webkit.org/271373@main>

Reviewed commits have been landed. Closing PR #21026 and removing active labels.