diff options
author | ville <ville@localhost> | 2010-03-04 15:50:30 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2010-03-04 15:50:30 +0000 |
commit | 896822b35a5374ee3b7163162d4a115e00842169 (patch) | |
tree | f151d6a74183cc6b70b9f842217260b80aab79a0 /htdocs/dev/tests/xhtml-windows-1250.xhtml | |
parent | bd3b1921e2e0ef114de88d199e59938f35be6e88 (diff) | |
download | markup-validator-896822b35a5374ee3b7163162d4a115e00842169.zip markup-validator-896822b35a5374ee3b7163162d4a115e00842169.tar.gz markup-validator-896822b35a5374ee3b7163162d4a115e00842169.tar.bz2 |
Add another Windows-1250 test case.
Diffstat (limited to 'htdocs/dev/tests/xhtml-windows-1250.xhtml')
-rw-r--r-- | htdocs/dev/tests/xhtml-windows-1250.xhtml | 16 |
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> |