What if I don't use <meta charset=UTF8>in my program.? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What if I don't use <meta charset=UTF8>in my program.?

17th Mar 2020, 2:30 PM
Pratyush
Pratyush - avatar
4 Answers
+ 4
The default charset is UTF-8 so I think your going to be fine. I'm not sure though.
17th Mar 2020, 2:41 PM
CeePlusPlus
CeePlusPlus - avatar
+ 1
Most browsers will use utf-8 by default. But some may use another encoding which if it happens you will start seeing funny symbols instead of texts for some characters
17th Mar 2020, 3:11 PM
Ore
Ore - avatar
0
if you do not put it in your site certain characters will not appear in the browser.
18th Mar 2020, 5:37 PM
Mohamed Lamine Boulet Camara
Mohamed Lamine Boulet Camara - avatar
0
Its all about encoding and decoding. You may have problems after encoding
18th Mar 2020, 7:23 PM
Mitraj Gohil
Mitraj Gohil - avatar