https://bugzilla.wikimedia.org/show_bug.cgi?id=20432
Tisza Gergő <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |http://hu.wikipedia.org/wiki | |/Speci%C3%A1lis:Vand%C3%A1ls | |z%C5%B1r%C5%91-napl%C3%B3 Status|RESOLVED |REOPENED Resolution|WORKSFORME | --- Comment #3 from Tisza Gergő <[email protected]> 2009-09-03 05:39:02 UTC --- http://hu.wikipedia.org/wiki/Speci%C3%A1lis:Vand%C3%A1lsz%C5%B1r%C5%91-napl%C3%B3 Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 It is not a browser issue though, if you check the source in a text editor you can see that the page has UTF-8 encoding and the title uses the wrong codes. For example it has 0xc3 0xbb, which is û (U+00FB LATIN SMALL LETTER U WITH CIRCUMFLEX), instead of 0xc5 0xb1, ű (U+0171 LATIN SMALL LETTER U WITH DOUBLE ACUTE). That is a typical encoding error as the latter has the same code in ISO-8859-2 as the former in ISO-8859-1. It also doesn't seem to be a translation issue as [[hu:MediaWiki:Abusefilter-log-name]] has the correct encoding. All other "vandálszűrő" strings on the same page have correct encoding too. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
