Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Special characters when using tell command #66

Open
geisterfurz007 opened this issue Mar 12, 2017 · 1 comment
Open

Special characters when using tell command #66

geisterfurz007 opened this issue Mar 12, 2017 · 1 comment

Comments

@geisterfurz007
Copy link
Contributor

geisterfurz007 commented Mar 12, 2017

I tried using the tell command with
**tell geisterfurz007 "Hello!"
and got pinged with the message
&quotHello!&quot (with ; after &quot, but this editor would make them a " if this was there...)
I think, it would be great to add support for special characters / prevent this encoding if it is not required elsewhere.

@Vogel612
Copy link
Collaborator

This is HTML-Entity-Escaping. We're possibly overencoding somewhere or should HTML-decode the messages we receive before interpreting them.The latter seems the more correct option to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants