id summary reporter owner description type status priority component severity resolution keywords cc release 6092 When try to rename a page with utf-8 character, urllib.quote throw a KeyError Olivier ANDRE Noah Kantrowitz "it's a know problem with urllib.quote. To avoid this you can add {{{ """"""correction for utf8 name """""" if isinstance(oldname, unicode): oldname = oldname.encode(""utf-8"") if isinstance(newname, unicode): newname = newname.encode(""utf-8"") }}} in the begining of the rename_page function, in file util.py (Ligne 25)" defect closed normal WikiRenamePlugin normal wontfix urllib, quote, UTF-8 0.11