I created a CustomLayout but doesn't work encoding. Here in Brazil we use accentuation on some words but when I display my CustomLayout this words show < ? >.
Example: Nação(nation)-> displayed Na< ? >< ? >o.
How to set encoding in vaadin 7 ?
I created a CustomLayout but doesn't work encoding. Here in Brazil we use accentuation on some words but when I display my CustomLayout this words show < ? >.
Example: Nação(nation)-> displayed Na< ? >< ? >o.
How to set encoding in vaadin 7 ?
Vaadin uses UTF-8 so save your CustomLayout file in UTF-8 and it will work.