5

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 ?

Besa
  • 517
  • 1
  • 8
  • 19

1 Answers1

15

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

Unome
  • 6,750
  • 7
  • 45
  • 87
Jhonattan
  • 492
  • 5
  • 14
  • In Visual Studio 2017: `File` > `Save .... as` > Button with arrow near `Save` > `Save with Encoding` – ErTR Jul 25 '19 at 14:53