diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2020-05-29 16:25:11 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2020-05-29 16:25:11 -0400 |
commit | 68b74a1bf581433b59bfb1656b654018607c092d (patch) | |
tree | 552c684cff28e8417dd678d4db441b82e5da149c /test/templates/unicode_arguments.html | |
parent | d9290964f0063d5b2f04d20d3122b5811e1f47e5 (diff) | |
download | external_python_mako-68b74a1bf581433b59bfb1656b654018607c092d.tar.gz external_python_mako-68b74a1bf581433b59bfb1656b654018607c092d.tar.bz2 external_python_mako-68b74a1bf581433b59bfb1656b654018607c092d.zip |
Switch template encoding to utf-8
The default template encoding is now utf-8. Previously, the encoding was
"ascii", which was standard throughout Python 2. This allows that
"magic encoding comment" for utf-8 templates is no longer required.
Fixes: #267
Change-Id: I411a75ebd6161e2517e06b5180a3571e5f5d923e
Diffstat (limited to 'test/templates/unicode_arguments.html')
-rw-r--r-- | test/templates/unicode_arguments.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/templates/unicode_arguments.html b/test/templates/unicode_arguments.html index b363cb6..e6d7c2c 100644 --- a/test/templates/unicode_arguments.html +++ b/test/templates/unicode_arguments.html @@ -1,4 +1,3 @@ -# coding: utf-8 <%def name="my_def(x)"> x is: ${x} |