Hi
I’m using the new feature of Shinyproxy “template-path” to customize the homepage of shinyproxy.
My page contains some characters accentuation like “é, à, è”, but shinyproxy renders them to ��.
HTML code example :
Preview with Shinyproxy :
The file encoding is UTF-8 :
Is there any way to configure the resolver to use utf-8, from the application.yml ?
resolver.setCharacterEncoding("UTF-8");
I found that “proxy.template-path” is used in the container-proxy application, here :
Thank you for your help
ada