https://bugzilla.wikimedia.org/show_bug.cgi?id=25934

--- Comment #2 from Dmitriy <c...@uniyar.ac.ru> 2010-11-15 16:08:15 UTC ---
Firefox is performing entities decode for URL in address line. For example, try
to place the following link to wiki page (even without the patch), then open it
and look at address line:
http://ru.wikipedia.org/wiki/%D0%94%D1%80%D0%BE%D1%84%D0%B0
Series of hex codes %xx were replaced with Cyrillic chars, which are readable
to anyone who knows Cyrillic alphabet.

However, when you copy/paste such URL to text editor back from address line,
%xx will reappear again - so internally that is the same binary representation,
the decoding is preformed only for visualization.

Opera and Safari probably does this, too. IE8 - does not, haven't checked IE9,
yet.

[http://ru.wikipedia.org/wiki/%D0%94%D1%80%D0%BE%D1%84%D0%B0
%D0%94%D1%80%D0%BE%D1%84%D0%B0], the description is not decoded with my patch,
only URL. Quite opposite, however probably matches Firefox logic.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to