質問編集履歴
2
456
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
文字コード
|
1
|
+
文字コード UnicodeDecodeError: 'cp932' codec can't decode byte 0x83 illegal multibyte seq
|
body
CHANGED
File without changes
|
1
1
title
CHANGED
File without changes
|
body
CHANGED
@@ -12,6 +12,8 @@
|
|
12
12
|
UnicodeDecodeError: 'cp932' codec can't decode byte 0x83 in position 33: illegal multibyte sequence
|
13
13
|
```
|
14
14
|
|
15
|
+
なお以下pの中にはhoge.txtのように.txtの内容が入ります。
|
16
|
+
|
15
17
|
#ためしたコード
|
16
18
|
```ここに言語を入力
|
17
19
|
cmd = "python3 ./hoge.py gs://bucket/"
|