auniverseaway / slick-2

A blogging engine written for Apache Sling 8.
Apache License 2.0
31 stars 14 forks source link

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

Open chrismade opened 6 years ago

chrismade commented 6 years ago

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 commented 6 years ago

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");