Skip to content

Commit 84a395a

Browse files
committed
GH#857: all files are UTF-8 encoded (only relevant for Python 2)
1 parent 274e1dc commit 84a395a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/Crypto/Util/Counter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# -*- coding: ascii -*-
1+
# -*- coding: utf-8 -*-
22
#
33
# Util/Counter.py : Fast counter for use with CTR-mode ciphers
44
#

lib/Crypto/Util/asn1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# -*- coding: ascii -*-
1+
# -*- coding: utf-8 -*-
22
#
33
# Util/asn1.py : Minimal support for ASN.1 DER binary encoding.
44
#

0 commit comments

Comments
 (0)