Bug 16613 - Visited Links with UTF-8 Chars ignored
Summary: Visited Links with UTF-8 Chars ignored
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.5
: P2 Minor
Assignee: Nobody
URL: http://en.wikipedia.org/wiki/Reykjavík
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-26 13:27 PST by brian.suda
Modified: 2013-03-14 10:32 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description brian.suda 2007-12-26 13:27:06 PST
I linked to http://en.wikipedia.org/wiki/Reykjavík and followed the link. The CSS link :visited did not style correctly. It does on the other links, but not this one or others with non-ascii chars. Characters such as the í are confusing the history to thinking they were not visited.
Comment 1 David Kilzer (:ddkilzer) 2007-12-26 21:28:56 PST
Confirmed with a local debug build of WebKit r28968 with Safari 3.0.4 (523.12.2) on Mac OS X 10.4.11 (8S165).  Works with Firefox 2.0.0.11.

Comment 2 Alexey Proskuryakov 2010-05-20 15:54:16 PDT
See also: <rdar://problem/3557378> (visible to Apple employees only).
Comment 3 Robert Hogan 2013-03-11 04:45:30 PDT
This seems OK now. Can you confirm?
Comment 4 Alexey Proskuryakov 2013-03-11 10:12:17 PDT
I can still reproduce this with Mac port.
Comment 5 Zan Dobersek 2013-03-14 10:32:37 PDT
Can reproduce this on Gtk port, doesn't occur on Chromium.

Given the following two links,
<a href="Reykjav%C3%ADk.html">Link #1</a>
<a href="Reykjavík.html">Link #2</a>

on Gtk (and I suppose Mac as well) clicking on either link #1 or link #2 only marks link #1 as visited. Chromium marks both links as visited when either of the two is clicked.