Edgeでのみ発生する文字化け
index.html
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8"/>
</head>
<body>
<p>読み込む: <script src="write.js"></script></p>
<p>もういちど読み込む: <script src="write.js"></script></p>
<p>もういちど読み込む: <script src="write.js"></script></p>
</body>
</html>
write.js
document.write("水金地火木土天海");
このようなごく簡単なhtmlとjsファイル(どちらもUTF-8)を用意して同じディレクトリに置きます。
Edgeで開きます。
化けます。
化け方の確認
Windows-1252として開いたら同じような化け方が確認できます。