Weird characters in text

See the examples below:
It should be written “Configurações”


Is this something to do with encoding??

Use something like Notepad++ to change the file encodeing to UTF-8 without BOM and re-save it.

  1. Load the file containing the badly-displayed characters into Notepad++
  2. In the Encoding menu, select Convert to UTF-8 without BOM
  3. Save the file
  4. Rebuild or re-run your app.

Hope that helps.

~ Brad