aboutsummaryrefslogtreecommitdiffstats
path: root/wkhtmltopdf/tests/templates
diff options
context:
space:
mode:
authorMarc Tamlyn <marc.tamlyn@gmail.com>2012-08-31 11:51:23 +0100
committerMarc Tamlyn <marc.tamlyn@gmail.com>2012-08-31 11:51:23 +0100
commite876828399e06654d8a1c336fbde65477b3c27c4 (patch)
tree7c34158205eb9f2f209987a59a450719ece161bf /wkhtmltopdf/tests/templates
parentef5678ce4ff518b7e3dfbda87563b7ffac6d7816 (diff)
downloaddjango-wkhtmltopdf-e876828399e06654d8a1c336fbde65477b3c27c4.tar.gz
django-wkhtmltopdf-e876828399e06654d8a1c336fbde65477b3c27c4.tar.bz2
django-wkhtmltopdf-e876828399e06654d8a1c336fbde65477b3c27c4.zip
Add a test for unicode.
This isn't great but better than nothing...
Diffstat (limited to 'wkhtmltopdf/tests/templates')
-rw-r--r--wkhtmltopdf/tests/templates/unicode.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/wkhtmltopdf/tests/templates/unicode.html b/wkhtmltopdf/tests/templates/unicode.html
new file mode 100644
index 0000000..62968bb
--- /dev/null
+++ b/wkhtmltopdf/tests/templates/unicode.html
@@ -0,0 +1,8 @@
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ </head>
+ <body>
+ <h1>☃</h1>
+ </body>
+</html>