+ 4
Do all character entities display properly on all systems?
1 Odpowiedź
0
not really, there are a ton of ways to code characters. For html and most apps the most used is UTF-8. If you are coding a web page you sould put <meta charset="UTF-8"> in the head to tell the browser what kind of charset to use.
ofc if you use a different charset you should change the metatag