https://bugzilla.wikimedia.org/show_bug.cgi?id=55018
--- Comment #4 from Kunal Mehta (Legoktm) legoktm.wikipedia@gmail.com --- While using python 2.X there are two kind of stings: ASCII strings are noted like "This is a ascii string" unicode strings are noted like u"This is a unicode string"
Just write a u before that sting in line 987 (and remove that reload/encoding stuff): new_text = new_text + u'\n== Notes ==\n' # set to standard name
But ok, this part should be localized