Character encodings in HTML: Difference between revisions

Content deleted Content added
m correction
attempt to NPOV last paragraph (e.g., ISO-8859-1 isn't much use for most Asian languages)
Line 33:
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 unnecessary use of HTML characterscharacter encodings may significantly reduce the readability of HTML: One is thus encouraged to refrain from using this coding when not necessary. InIf particular,the textscharacter inencoding manyfor Europeana languagesweb tendpage to becomeis almostchosen unreadableappropriately inthen HTML sourcecharacter form.encodings Asare theusually acceptanceonly ofrequired [[ISOfor 8859-1]]a has prograssed, use of thefew special characters encodings should be reserved for special cases. The characters '''&amp;''', '''&lt;''' and '''&gt;''' always need to be encoded, as noted above.