Hi, everyone!
I have a related question, the answer to which may be of some use to others.
I have configured template_toolkit, and it seem to work, but I am running into an issue with UTF8 encoding.
E.g.: if in the template I write 'François' the 'ç' is rendered correctly. However if I add
and assign name => 'François' in a route, the 'ç' is rendered as 'ħ'.
Does anyone know how to remedy this? Thanks in advance...