My application uses Labels for internationalization.
In all pages, the accented characters are shown as unicodes. E.g.,
à ---> \u00E0
I have no idea which can be the problem and I can't find any useful documentation on this topic: I only found http://forum.zkoss.org/question/14643/internationalization-accent-characters/?answer=101862#post-id-101862 but all the suggested links are dead.
Properties file are edited with Eclipse ResourceBundle Editor which saves accented letters as unicode: I don't know why the accented characters are rendered as \uXXXX.
Thanks in advance for the collaboration.