We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f356e12 + d829152 commit 5699c13Copy full SHA for 5699c13
gitdb/utils/encoding.py
@@ -1,4 +1,4 @@
1
-def force_bytes(data, encoding="ascii"):
+def force_bytes(data, encoding="utf-8"):
2
if isinstance(data, bytes):
3
return data
4
0 commit comments