2
0

More than 3 years have passed since last update.

VSCode の Live Server で文字コード Shift_JIS が文字化けしてしまう

Posted at

VSCode の Live Server で、文字コード Shift_JIS のファイルを開くと文字化けしてしまいます。

Live Server で Shift_JIS は使えないようなので node-static をインストールします。

npm install node-static -g

任意のディレクトリで node-static を起動します。

static
serving "." at http://127.0.0.1:8080

http://127.0.0.1:8080
にアクセスして任意のファイルを表示させます。

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0