Hi Team,
We are facing issue with rendering of special character like é from request parameter and it renders as ? on page source on dispatcher url, where as on publishers renders fine.
We checked the org.apache.sling.engine.parameters settings and utf-8 is set and dispatcher httpd.conf also UTF-8 is set as
AddDefaultCharset utf-8
url - example
http://localhost:4502/content/abc/en/home/search.html?model=coupé
from publishers renders character fine but dispatcher shows on page as
coup?
Also when try hitting like http://localhost:4502/content/abc/en/home/search.html?model=coupé&_charset_=ISO-8859-1
renders character fine on dispatcher.
on page
is already set.
Kindly share on inputs to check on same.