https://bugzilla.wikimedia.org/show_bug.cgi?id=62870
--- Comment #9 from Bawolff (Brian Wolff) <[email protected]> --- (In reply to Jarek Tuszynski from comment #8) > https://commons.wikimedia.org/wiki/File: > Rencontres_Wikim%C3%A9dia_et_%C3%89ducation_2012_- > _De_la_production_a%CC%80_l--39- > utilisation_de_ressources_e%CC%81ducatives_libres_-_-1.webm.webm is another > file that seem the have the same issue. Can someone fix or delete this file? I don't have filemover rights to move the file. However someone with filemover or admin rights, and some knowledge of the api can fix these files by using the API action=move module, and the fromid parameter (fromid takes the page id number. This is the same as the curid parameter on normal requests). Similarly they are deletable from the API too (Actually for deletion its possible via the normal web interface, but you need to do fancy stuff with something like firebug to add curid to the POST parameters of the confirmation screen) The id for File:Rencontres Wikimédia et Éducation 2012 - De la production à l--39-utilisation de ressources éducatives libres - -1.webm.webm ( https://commons.wikimedia.org/wiki/?curid=31747120 ) is 31747120. Interestingly enough, for that title, the first é and É are fine, its the last two à and é that are the issue. ----- Until the patch for this bug gets reviewed and deployed to commons (which should happen quite soon), may I suggest converting XML files to NFC before uploading them to gwtoolset. On linux if you have the libicu-dev package installed you can do this with the command uconv -x any-NFC -o output.xml input.xml (I have no idea how to do this on other operating systems) -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
