summaryrefslogtreecommitdiffstats
path: root/htdocs/dev/tests/xhtml-windows-1250.xhtml
blob: 42155abcc11840b2863df365e8376c0e6534924f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="Windows-1250"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>Windows-1250 test document</title>
  </head>
  <body>
    <p>
      Sample document encoded in Windows-1250.
    </p>
    <p>
      šèøžýŠÈØŽÝ
    </p>
  </body>
</html>