python-discord / meta

Issue tracker for suggestions and other questions relating to our community
https://pythondiscord.com
30 stars 5 forks source link

Python Discord Bot does not appropriately parse iOS and other Unicode quotation marks. #10

Closed pydis-bot closed 5 years ago

pydis-bot commented 5 years ago

Originally posted by Clayton Turner:

The iOS platform and others I'm sure use a non standard character for single and double quotiation marks. It appears the d.py rewrite system has implemented a fix for this, in one of the later versions, see here: https://github.com/Rapptz/discord.py/blob/rewrite/discord/ext/commands/view.py#L111.

Recommend updating d.py to the current version or extending the quotes in their ext.commands to the updated map.

pydis-bot commented 5 years ago

Comment from Gareth Coles:

moved to python-discord/projects/bot#23