Plss give me some eg coding which has metadata encoding charset | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Plss give me some eg coding which has metadata encoding charset

Encoding charset

24th Dec 2019, 2:16 PM
Yogeshwaran
3 Answers
0
the encoding charset is for supporting non ascii characters. in other words, non English characters. i.e: ⵜⵉⴼⵉⵏⴰⵖ. العربية ، français,😀😊🚀, Asian characters... without the correct encoding you wouldn't be able to see those letters/emoj... correctly.
26th Dec 2019, 1:53 PM
Bahhaⵣ
Bahhaⵣ - avatar
0
from 3schools <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> </head> <body> <h1>My Website</h1> <p>Some text...</p> </body> </html>
24th Dec 2019, 3:23 PM
Bahhaⵣ
Bahhaⵣ - avatar
0
Bro what is the use of it in simple words
26th Dec 2019, 12:48 PM
Yogeshwaran