[Wikidata-bugs] [Maniphest] T286861: scripts/interwikidata.py returns a InconsistentTitleError on a Malayalam title

2021-07-18 Thread JJMC89
JJMC89 removed a project: Wikidata. TASK DETAIL https://phabricator.wikimedia.org/T286861 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: JJMC89 Cc: Xqt, santhosh, Urbanecm, Aklapper, Amire80, pywikibot-bugs-list, Jyoo1011, JohnsonLee01, SHEKH, Dijks

[Wikidata-bugs] [Maniphest] T286861: scripts/interwikidata.py returns a InconsistentTitleError on a Malayalam title

2021-07-18 Thread Amire80
Amire80 added a comment. Aha, so as I suspected, it probably is a Malayalam encoding issue. There was a change in how Malayalam final letters are encoded about eleven years ago. I'd expect this not to throw an error, but to be automatically compatible in MediaWiki's Unicode handling, but I'm

[Wikidata-bugs] [Maniphest] T286861: scripts/interwikidata.py returns a InconsistentTitleError on a Malayalam title

2021-07-18 Thread Xqt
Xqt added a comment. The warning is an MediaWiki-API issue. The page title on left contains 3 chars for `'ന്‍'` which is `'ന'` + `'്'` +` '\u200d'` whereas on right side `'ൻ'` is `chr(3451)`. There must be a wrong title given somewhere. TASK DETAIL https://phabricator.wikimedia.org/T2

[Wikidata-bugs] [Maniphest] T286861: scripts/interwikidata.py returns a InconsistentTitleError on a Malayalam title

2021-07-18 Thread Amire80
Amire80 created this task. Amire80 added projects: Pywikibot, Wikidata. Restricted Application added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTION I am running this: `python3 pwb.py scripts/interwikidata.py -lang:shi -clean -page:'Aliksandṛ Puckin' -always` On this vers