Bug 235283

Summary: [Win] Use character names instead of codepoint values in overrideControlCharacters()
Product: WebKit Reporter: Myles C. Maxfield <mmaxfield>
Component: New BugsAssignee: Myles C. Maxfield <mmaxfield>
Status: RESOLVED FIXED    
Severity: Normal CC: darin, heycam, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Myles C. Maxfield 2022-01-16 14:26:03 PST
[Win] Use character names instead of codepoint values in overrideControlCharacters()
Comment 1 Myles C. Maxfield 2022-01-16 14:27:15 PST
Created attachment 449289 [details]
Patch
Comment 2 Cameron McCormack (:heycam) 2022-01-16 14:29:49 PST
Comment on attachment 449289 [details]
Patch

r=me although I do wonder if it's easier to understand the ranges using the code points rather than character names.
Comment 3 EWS 2022-01-16 17:06:03 PST
Committed r288077 (246097@main): <https://commits.webkit.org/246097@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 449289 [details].
Comment 4 Radar WebKit Bug Importer 2022-01-16 17:07:16 PST
<rdar://problem/87658786>
Comment 5 Darin Adler 2022-01-16 17:11:41 PST
Comment on attachment 449289 [details]
Patch

Win