Special Characters problem

Hi Guys,

I am trying to develop a mobile app using ionic. My language is pt-BR ( portuguese - Brazil) and there are some special characters. It is not working properly. It shows a weird question mark ? instead of the word I want.

How can I fix it ? I have google for it but couldn’t find the answer.

Thanks

You can find many posts in the forum talking about this, it’s usually just because you marked your files as utf-8 encoded but did not save them with utf-8 encoding.

Have a look at the settings of your editor or IDE, they must be wrong and not use utf-8

2 Likes

Thanks, problem was with my IDE