content/base/test/file_xhtmlserializer_2_latin1.xhtml

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:8b45be044dec
1 <?xml version="1.0"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <meta http-equiv="content-type" content="text/html; charset=" />
6 <title>Test for html serializer with entities</title>
7 </head>
8 <body>
9
10 <p>The basic set is just &nbsp; &amp; &lt; &gt; " for interoperability with older products that don't support α and friends.</p>
11
12 <p>latin1 &iexcl; &cent; &pound; &curren; &yen; &brvbar; &sect; &uml;
13 &copy; &ordf; &laquo; &not; &shy; &reg; &macr; &deg; &plusmn; &sup2;
14 &sup3; &acute;
15 &micro; &para; &middot; &cedil; &sup1; &ordm; &raquo; &frac14; &frac12;
16 &frac34; &iquest; &Agrave; &Aacute; &Acirc; &Atilde; &Auml; &Aring;
17 &AElig;
18 &Ccedil; &Egrave; &Eacute; &Ecirc; &Euml; &Igrave; &Iacute; &Icirc;
19 &Iuml; &ETH; &Ntilde; &Ograve; &Oacute; &Ocirc; &Otilde; &Ouml; &times;
20 &Oslash;
21 &Ugrave; &Uacute; &Ucirc; &Uuml; &Yacute; &THORN; &szlig; &agrave;
22 &aacute; &acirc; &atilde; &auml; &aring; &aelig; &ccedil; &egrave;
23 &eacute; &ecirc;
24 &euml; &igrave; &iacute; &icirc; &iuml; &eth; &ntilde; &ograve; &oacute;
25 &ocirc; &otilde; &ouml; &divide; &oslash; &ugrave; &uacute; &ucirc;
26 &uuml; &yacute;
27 &thorn; &yuml; </p>
28 <p>symbols, math.. ƒ Α Β Γ Δ Ε Ζ Η Θ Ι Κ Λ Μ Ν Ξ Ο Π Ρ Σ Τ Υ
29 Φ Χ Ψ Ω α β γ δ ε ζ η θ ι κ λ μ ν ξ ο π ρ ς
30 σ τ υ φ χ ψ ω ϑ ϒ ϖ • … ′ ″ ‾ ⁄ ℘ ℑ ℜ
31 ™ ℵ ← ↑ → ↓ ↔ ↵ ⇐ ⇑ ⇒ ⇓ ⇔ ∀ ∂ ∃ ∅ ∇ ∈ ∉
32 ∋ ∏ ∑ − ∗ √ ∝ ∞ ∠ ∧ ∨ ∩ ∪ ∫ ∴ ∼ ≅ ≈ ≠ ≡ ≤ ≥
33 ⊂ ⊃ ⊄ ⊆ ⊇ ⊕ ⊗ ⊥ ⋅ ⌈ ⌉ ⌊ ⌋ ⟨ ⟩ ◊ ♠ ♣ ♥ ♦
34 </p>
35 <p> others
36 Œ œ Š š Ÿ ˆ ˜       ‌ ‍ ‎ ‏–— ‘ ’
37 ‚“ ” „ † ‡ ‰ ‹ › €
38 </p>
39
40 </body>
41 </html>

mercurial