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

Accented characters problem #313

Open
superzolom opened this issue Nov 13, 2018 · 2 comments
Open

Accented characters problem #313

superzolom opened this issue Nov 13, 2018 · 2 comments

Comments

@superzolom
Copy link

superzolom commented Nov 13, 2018

Hook.io seems to have trouble to handle accented and special characters.
For example, a JSON webhook contains a string "bœuf". In hook.io logs, the strings becomes 'BÅ“uf'.

@Marak
Copy link
Collaborator

Marak commented Mar 29, 2019

I'm not really sure how we could resolve this?

I believe most of the cases were you are seeing BÅ“uf' instead of bœuf is due to the HTML document itself not having the correct encoding tags?

https://www.w3.org/International/questions/qa-html-encoding-declarations

For some cases I think we can easily add the tag ( such as the logs page ), but for other places ( like the contents of a service responding in a browser ) I'm not sure exactly the best way to fix this.

I'm open to suggestion if anyone has any suggestions.

@MarcMcIntosh
Copy link

Looks like your using latin1 encoding.

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

3 participants