From 8536e97c6779a2d2504dde930e464620b9778fb6 Mon Sep 17 00:00:00 2001 From: Stefan Seefeld Date: Wed, 14 Jun 2017 10:44:16 -0400 Subject: [PATCH] Use utf-8 encoding --- test/crossmod_opaque.py | 2 +- test/opaque.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/crossmod_opaque.py b/test/crossmod_opaque.py index c51aac76..533ac16f 100644 --- a/test/crossmod_opaque.py +++ b/test/crossmod_opaque.py @@ -1,4 +1,4 @@ -# -*- coding: latin-1 -*- +# -*- coding: utf-8 -*- # Copyright Gottfried Ganßauge 2006. # Distributed under the Boost Software License, Version 1.0. (See # accompanying file LICENSE_1_0.txt or copy at diff --git a/test/opaque.py b/test/opaque.py index 719c4243..9f566372 100644 --- a/test/opaque.py +++ b/test/opaque.py @@ -1,4 +1,4 @@ -# -*- coding: latin-1 -*- +# -*- coding: utf-8 -*- # Copyright Gottfried Ganßauge 2003..2006. Distributed under the Boost # Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)