summaryrefslogtreecommitdiffstats
path: root/htdocs/dev/tests/xhtml-windows-1250.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/dev/tests/xhtml-windows-1250.xhtml')
-rw-r--r--htdocs/dev/tests/xhtml-windows-1250.xhtml16
1 files changed, 16 insertions, 0 deletions
diff --git a/htdocs/dev/tests/xhtml-windows-1250.xhtml b/htdocs/dev/tests/xhtml-windows-1250.xhtml
new file mode 100644
index 0000000..42155ab
--- /dev/null
+++ b/htdocs/dev/tests/xhtml-windows-1250.xhtml
@@ -0,0 +1,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>