Character encodings in HTML: Difference between revisions

Content deleted Content added
ISO 10646/Unicode character set
Discourage use
Line 31:
Decimal and hexadecimal HTML entities can also be used, based on the [[Unicode]] numeric code for the character encoded. For example, &lambda; can also be represented as a decimal-coded entity as <code>&amp;955;</code>.
Note that use of HTML characters encodings may significantly reduce the readability of HTML: One is thus encouraged to refrain from using this coding when not necessary. In particular, texts in many European languages tend to become almost unreadable in HTML source form. As the acceptance of [[ISO 8859-1]] has prograssed, use of the special characters encodings should be reserved for special cases. The characters '''&amp;''', '''&lt;''' and '''&gt;''' always need to be encoded, as noted above.
 
''to be continued...''