https://bugzilla.wikimedia.org/show_bug.cgi?id=55227
Merlijn van Deen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] See Also| |https://bugzilla.wikimedia. | |org/show_bug.cgi?id=27446 Resolution|--- |DUPLICATE --- Comment #5 from Merlijn van Deen <[email protected]> --- Duplicate of #55256 - the cause is a buggy page name ( km:អែនជេលីណា ចូលី ends in \u200b zero width space ): Not #3081100, but related. (cur | prev) 00:09, 12 November 2012 ElphiBot (talk | contribs) m . . (95,243 bytes) (+10) . . (r2.7.1) (Robot: Modifying km:អែនជេលីណា ចូលី to km:អែនជេលីណា ចូលី) most clearly shows what is happening: This is combined with a change in behavior -- to cite myself: To clarify; the pywikipedia bug was caused by calling .strip() on the page title. When working with Unicode < 4.0, this will strip the U+200B character (python < 2.7), with Unicode > 4.0, this will *not* strip the U+200B character (python >= 2.7). *** This bug has been marked as a duplicate of bug 55256 *** -- 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
