質問編集履歴

1

#コメントがmarkdownになった為

2019/03/06 05:20

投稿

tuta
tuta

スコア15

test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,11 @@
6
6
 
7
7
  import codecs
8
8
 
9
+ '''
10
+
9
- #print(codecs.decode(b'\x82\xa0',encoding='shift_jis')) #あ
11
+ print(codecs.decode(b'\x82\xa0',encoding='shift_jis')) #あ
12
+
13
+ '''
10
14
 
11
15
  print(codecs.decode(b'\x87\x64',encoding='shift_jis')) #㌧ E38CA7
12
16
 
@@ -16,6 +20,6 @@
16
20
 
17
21
 
18
22
 
19
- 3のshit_jisをutf-8にするときにエラーになります
23
+ 行のshit_jisをutf-8にするときにエラーになります
20
24
 
21
25
  "あ"の場合はOKです