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

Broken encoding in conversation list #43

Closed
i7u opened this issue Jul 18, 2012 · 2 comments
Closed

Broken encoding in conversation list #43

i7u opened this issue Jul 18, 2012 · 2 comments
Labels
Milestone

Comments

@i7u
Copy link

i7u commented Jul 18, 2012

This is similar to #11

When chatting with friends using the greek character set, we can read each other's messages just fine. But if I switch in conversation view, I see something this: http://imagezilla.net/show/77249chatsecure_bug02.png

(notice how under the 3rd "conversation" there are "descriptive" symbols for the greek characters:
"&mu" instead of "μ"
"&iota" instead of "ι"
"&kappa" instead of "κ"

etc...

@chrisballinger
Copy link
Member

I suspect this is because of the HTML escaping that I do to the strings in the conversation to prevent the injection of malicious Javascript into the conversation view. This will probably be fixed in a future release by removing that preview and replacing it with something better, like the number of unread messages.

@chrisballinger
Copy link
Member

The conversation view has been removed in v1.3.

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

No branches or pull requests

2 participants