Hello!
I have in my volt view the following variable
{{ link_to('dashboard', session.get('user-alias')|upper) }}
When the input is only english characters, like batman it outputs BATMAN ... But when the input is something like josé it outputs JOSé
By the way, the mbstring extension is loaded in my PHP. Any idea on how to elegantly fix this error ?