Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Charset UTF 8 does not work when used with Ionic Framework

On my web app I have characters like 'Å' and I have the meta tag <meta charset="utf-8" > but these characters are not shown in the browsers. They are shown like question mark '?' .

I am using Ionic framework ? What am I missing ?

like image 752
Besa Avatar asked Feb 26 '15 07:02

Besa


1 Answers

Open the file with VS and change the save options in File -> Advanced Save Options -> Unicode (Utf8...)

like image 190
Jhonattan Avatar answered Nov 16 '22 19:11

Jhonattan