質問編集履歴

2

誤字

2020/07/31 10:20

投稿

hankechi78
hankechi78

スコア8

test CHANGED
File without changes
test CHANGED
@@ -44,7 +44,7 @@
44
44
 
45
45
  filepath = 'integrated2010_2020.html'
46
46
 
47
- with codecs.open(filepath, 'utf-16', 'ignore') as f:
47
+ with codecs.open(filepath, 'utf-8', 'ignore') as f:
48
48
 
49
49
  html = f.read()
50
50
 

1

日本語の修正

2020/07/31 10:19

投稿

hankechi78
hankechi78

スコア8

test CHANGED
File without changes
test CHANGED
@@ -92,7 +92,7 @@
92
92
 
93
93
  以下に問題のhtmlファイルの抜粋を掲載いたします。
94
94
 
95
- (なお、エラーコードにある「905行目」は、同ファイルの905行目なのかわかりませんが、以下のような何の変哲もないテキストかと思います。
95
+ (なお、エラーコードにある「905行目」は、同ファイルの905行目を指しているとすれば、以下のような形式です。
96
96
 
97
97
  <p class="p7"><span class="s1">(フランス語テキスト(諸事情により掲載不可です))<span class="Apple-converted-space"> </span></span></p>)
98
98