Ciencia_Al_Poder created this task. Ciencia_Al_Poder added a subscriber: Ciencia_Al_Poder. Ciencia_Al_Poder added a project: pywikibot-core. Restricted Application added subscribers: Aklapper, pywikipedia-bugs.
TASK DESCRIPTION When I try to upload a file that contains a question mark on it, it displays an error, prompting me to change the target filename:
Invalid character(s): %s. Please try again
But the wiki accepts it as a destination filename. The problem is that it's listed as a forbidden character:
``` # FIXME: these 2 belong somewhere else, presumably in family # forbidden characters are handled by pywikibot/page.py forbidden = ':*?/\' # to be extended ```
I guess it could be removed, since if it's really forbidden, the wiki will throw the error when trying to upload.
TASK DETAIL https://phabricator.wikimedia.org/T93482
REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/
To: Ciencia_Al_Poder Cc: pywikipedia-bugs, Ciencia_Al_Poder, Aklapper, jayvdb
pywikipedia-bugs@lists.wikimedia.org