Difference between revisions of "Character encodings in HTML"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(External links)
 
(One intermediate revision by the same user not shown)
Line 8: Line 8:
 
* [[ASCII]]
 
* [[ASCII]]
 
* [[Character (computing)]]
 
* [[Character (computing)]]
 +
* [[Charset sniffing]] – used by many browsers when character encoding metadata is not available
 
* [[HTML]]
 
* [[HTML]]
 +
* [[Language code]]
 +
* [[List of XML and HTML character entity references]]
 +
* [[Unicode]]
 +
* [[Unicode and HTML]]
  
 
== External links ==  
 
== External links ==  

Latest revision as of 19:35, 16 May 2016

When an HTML document includes special characters outside the range of seven-bit ASCII, two goals are worth considering:

  • The information's integrity
  • Universal browser display.

See also

External links