So I've been making a website and tested it on XAMPP. It showed the vowels and emojis I used on the website correctly.
But when I tried to put it on my web server I ordered at OVH they were formatting incorrectly, probably because the web server was configured with another character encoding.
So I've added <meta charset="utf-8">
and even edited the .htaccess and added AddDefaultCharset UTF-8
to it.
But I still have the same issue. There's no option in the WebHosting-Panel to change the character encoding. Is there any other option to show it correctly. Thank you very much!