diff options
author | Marc Tamlyn <marc.tamlyn@gmail.com> | 2012-08-31 11:51:23 +0100 |
---|---|---|
committer | Marc Tamlyn <marc.tamlyn@gmail.com> | 2012-08-31 11:51:23 +0100 |
commit | e876828399e06654d8a1c336fbde65477b3c27c4 (patch) | |
tree | 7c34158205eb9f2f209987a59a450719ece161bf /wkhtmltopdf/tests/templates/unicode.html | |
parent | ef5678ce4ff518b7e3dfbda87563b7ffac6d7816 (diff) | |
download | django-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/unicode.html')
-rw-r--r-- | wkhtmltopdf/tests/templates/unicode.html | 8 |
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> |