psewar / Raidfelden.Discord.Bot

A Discord Bot built to add Crowd Sourced raids and pokemon to Monocle maps
MIT License
1 stars 1 forks source link

[Patch] IOS smart punctuation introduces non-ascii quotes #6

Closed bjmnbraun closed 6 years ago

bjmnbraun commented 6 years ago

IOS devices don't insert ascii quotes when using quotes, unfortunately. They use fancier look-alikes of quotes that are slanted.

This patch modifies all messages into the bot to replace such lookalikes with ascii quotes

0001-Handle-IOS-quotes.patch.zip

psewar commented 6 years ago

Yeah that was also an issue that people frequently ran into. As a workaround they could disable the smart punctuation feature in the IOS settings, but fixing it in the bot is of course the best option. :) I applied your patch and will close this issue now, thank you