Content deleted Content added
m Reverted edits by 174.255.2.88 (talk) (HG) (3.1.22) |
Drmccreedy (talk | contribs) m code point |
||
Line 288:
For example, as mentioned above, the correct numeric character reference for the [[Euro sign]] "€" <code>U+20AC</code> when using [[Unicode]] is decimal <code>&#8364;</code> and hexadecimal <code>&#x20AC;</code>. However, if using tools supporting obsolete implementations of HTML, the reference <code>&#128;</code> (Euro in [[Cp1252]] code page) or <code>&#164;</code> (Euro in [[ISO/IEC 8859-15]] ) may work.
As another example, if some text was created originally [[MacRoman]] character set, the [[quotation mark glyphs|left double quotation mark]] {{not a typo|“}} will be represented with
==See also==
|