java - Spanish language chars are not displayed properly? -


i using gwt. implemented internationalization support spanish language. spanish chars not displayed propertly. ex: teléfono buscar displayed . enter image description here(see junk char after tel). using ie browser.

do need configure further settings? thanks!

i suspect may due fact editor isn't using utf-8 encoding.

if you're using eclipse, can configure use utf-8 *.properties going window > preferences > general > content types.

just make sure change default encoding value utf-8 shown below.

enter image description here

there similar setting text editor, including vi.


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

ios - Can NSManagedObject conform to NSCoding -