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

Ellipsis class content is garbled #213

Closed
sarus opened this issue Feb 27, 2017 · 4 comments
Closed

Ellipsis class content is garbled #213

sarus opened this issue Feb 27, 2017 · 4 comments

Comments

@sarus
Copy link

sarus commented Feb 27, 2017

I'm seeing garbled content for the .ellipsis class when the tree is collapsed.

image

Inspector Content:

image

Has anyone run into this issue?

Thanks!

@sarus
Copy link
Author

sarus commented Feb 27, 2017

Just needed to add UTF-8 charset as a meta tag in head

<meta charset="utf-8"/>

I would consider adding this to the sample index.html file in the README.

Thanks!

@sarus sarus closed this as completed Feb 27, 2017
@RomanHotsiy
Copy link
Member

@sarus dup of #29

@RomanHotsiy
Copy link
Member

@sarus nice catch with <meta charset="utf-8">.
Adding to sample index.html
Thanks

@raubel
Copy link

raubel commented Aug 13, 2018

For information, it may not be enough to add <meta charset="utf-8"> in the page. The response header can override this setting.
In my case, the index.html page is served by a Java servlet, and I need to set the response encoding explicitly (response.setCharacterEncoding("UTF-8")).

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