We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8e009d commit 0e4b57dCopy full SHA for 0e4b57d
1 file changed
gitdb/utils/encoding.py
@@ -8,7 +8,7 @@
8
text_type = unicode
9
10
11
-def force_bytes(data, encoding="ascii"):
+def force_bytes(data, encoding="utf-8"):
12
if isinstance(data, bytes):
13
return data
14
0 commit comments