Content deleted Content added
ClueBot NG (talk | contribs) m Reverting possible vandalism by 2A03:2880:3020:1FF5:FACE:B00C:0:8000 to version by Wbm1058. Report False Positive? Thanks, ClueBot NG. (2326363) (Bot) |
|||
Line 23:
=== Character encoding===
In order to support all Unicode characters without resorting to numeric character references, a web page must have an encoding covering all of Unicode. The most popular is [[UTF-8]], where the [[ASCII]] characters, such as English letters, digits, and some other common characters are preserved unchanged against ASCII. This makes HTML code (such as <br> and </div>) unchanged compared to ASCII. Characters outside the ASCII range are stored in 2-4 bytes. It is also possible to use [[UTF-16]] where most characters are stored as two bytes with varying [[endianness]], which is supported by modern browsers but less commonly used.
=== Numeric character references ===
|