RESOLVED FIXED265478
Adopt char32_t instead of UChar32 to sidestep ambiguity with int and int32_t
https://bugs.webkit.org/show_bug.cgi?id=265478
Summary Adopt char32_t instead of UChar32 to sidestep ambiguity with int and int32_t
Darin Adler
Reported 2023-11-28 14:56:43 PST
Nearly every case where we use UChar32, it seems we can use char32_t instead.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-11-28 14:58:37 PST
Darin Adler
Comment 2 2023-11-28 16:10:24 PST
EWS
Comment 3 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.
Note You need to log in before you can comment on or make changes to this bug.