Bug 265478

Summary: Adopt char32_t instead of UChar32 to sidestep ambiguity with int and int32_t
Product: WebKit Reporter: Darin Adler <darin>
Component: WebCore Misc.Assignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, annevk, m_dubet, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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.