https://bugzilla.wikimedia.org/show_bug.cgi?id=54539
Web browser: --- Bug ID: 54539 Summary: Remove error-prone invalid-char exception Product: Pywikibot Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: Unprioritized Component: General Assignee: Pywikipedia-bugs@lists.wikimedia.org Reporter: legoktm.wikipedia@gmail.com Classification: Unclassified Mobile Platform: ---
Originally from: http://sourceforge.net/p/pywikipediabot/patches/623/ Reported by: gallaecio Created on: 2013-08-03 21:14:53.303000 Subject: Remove error-prone invalid-char exception Original description: The code removed by this patch was preventing me from loading the following page:
http://techbase.kde.org/Localization/fy/Fryske_kompj%C3%BBterwurden
https://bugzilla.wikimedia.org/show_bug.cgi?id=54539
Kunal Mehta (Legoktm) legoktm.wikipedia@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://sourceforge.net/p/p | |ywikipediabot/patches/623
https://bugzilla.wikimedia.org/show_bug.cgi?id=54539
--- Comment #1 from Kunal Mehta (Legoktm) legoktm.wikipedia@gmail.com --- Created attachment 13367 --> https://bugzilla.wikimedia.org/attachment.cgi?id=13367&action=edit Copy of attachment from http://sourceforge.net/p/pywikipediabot/patches/623/attachment/patch.diff
https://bugzilla.wikimedia.org/show_bug.cgi?id=54539
Merlijn van Deen valhallasw@arctus.nl changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID
--- Comment #2 from Merlijn van Deen valhallasw@arctus.nl --- uFFFD is the replacement character, and should never be in a correct title. The problem in the KDE case was a latin-1/utf-8 mess, which caused an invalid page title (both by our and mediawikis norms)
pywikipedia-bugs@lists.wikimedia.org