I am using GWT. i implemented internationalization to support spanish language. but spanish chars are not displayed propertly. Ex: Teléfono Buscar is displayed as .
(see some junk char after Tel). i am using IE browser.
Do i need to configure any further settings? Thanks!
I suspect this may be due to the fact that your editor isn’t using
UTF-8encoding.If you’re using Eclipse, you can configure it to use
UTF-8for*.propertiesby going toWindow > Preferences > General > Content Types.Just make sure you change the
Default encodingvalue toUTF-8as shown below.There will be a similar setting for any text editor, including
vi.