aboutsummaryrefslogtreecommitdiffstats
path: root/tests/html/combining-character-sequences.html
blob: 086429081ac4011132597a538b7634bd2fc14016 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<head>
<body>
<div>
  Here come the combining character sequences:
  &#168;
  A&#776; = &#196;
  a&#776; = &#228;
  O&#776; = &#214;
  o&#776; = &#246;
  U&#776; = &#220;
  u&#776; = &#252;
  Z&#776;
  z&#776;
</div>
</body>