[webkit-changes] [WebKit/WebKit] 71a3b4: Don't punycode U+00ED

Alex Christensen noreply at github.com
Tue Jan 3 14:27:34 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 71a3b490a749c416a034f91ae79ceca528788f33
      https://github.com/WebKit/WebKit/commit/71a3b490a749c416a034f91ae79ceca528788f33
  Author: Alex Christensen <achristensen at apple.com>
  Date:   2023-01-03 (Tue, 03 Jan 2023)

  Changed paths:
    M Source/WTF/wtf/URLHelpers.cpp
    M Tools/TestWebKitAPI/Tests/WTF/cocoa/URLExtras.mm

  Log Message:
  -----------
  Don't punycode U+00ED
https://bugs.webkit.org/show_bug.cgi?id=250035
rdar://103841792

Reviewed by Tim Horton.

It is visually different than 'i' and it is used in several languages that have many native speakers.
It is also not punycoded in Chrome or Firefox.

* Source/WTF/wtf/URLHelpers.cpp:
(WTF::URLHelpers::isLookalikeCharacter):
* Tools/TestWebKitAPI/Tests/WTF/cocoa/URLExtras.mm:
(TestWebKitAPI::TEST):

Canonical link: https://commits.webkit.org/258404@main




More information about the webkit-changes mailing list