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

managing comments: lists of comments don't display correctly on comments containing UTF-8 chars #31

Open
chrismade opened this issue Jan 13, 2018 · 1 comment

Comments

@chrismade
Copy link

repro: The list of comments showing at
/author/comments.html#moderated
and
/author/comments.html#approved
are not showing UTF-8 chars in comments correctly - this is a minor issue because this is just an internal management list for admins -
visitors will not see that issue

@chrismade
Copy link
Author

I can track down this issue to file
ui.apps/src/main/resources/jcr_root/apps/slick/author/comments/list/body.html 
where the HTML of the 'list of comments' is created - using HTL and class
org.millr.slick.components.common.ListComments
but I cannot find any 'response' object to which I could apply
    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

1 participant