From 1e24bfa0bd1ef332e30ffd57b2328ecacc0ff6c4 Mon Sep 17 00:00:00 2001 From: Pieter Marsman Date: Sun, 14 Jul 2019 15:40:22 +0200 Subject: [PATCH] Fix error, python2 cannot handle unicode in a .py file --- tests/test_encodingdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_encodingdb.py b/tests/test_encodingdb.py index 82c0282..bfd2a87 100644 --- a/tests/test_encodingdb.py +++ b/tests/test_encodingdb.py @@ -35,7 +35,7 @@ def test_name2unicode_uni_with_sequence_of_digits_lowercase(): def test_name2unicode_uni_empty_string(): - """The name "uni20ac" has a single component, which is mapped to a €. + """The name "uni20ac" has a single component, which is mapped to a euro-sign. According to the specification this should be mapped to an empty string, but we also want to support lowercase hexadecimals