0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Linux Mint locale shift-jis EUC 追加 文字化け対策

Last updated at Posted at 2025-07-01

## SHIFT-jis EUC-JP 追加
Windows11で作成したテキストが文字化けして見れない時の対策。

sudo vim /etc/locale.gen

二行追加

ja_JP.SJIS SHIFT_JIS
ja_JP.EUC-JP EUC-JP

/etc/locale.genを更新したら,データベースを更新するコマンドを実行

sudo locale-gen

locale確認。 追加されていればOK。

locale -a

あとは geditを入れて開く。 これで文字化けは解消。

sudo apt install gedit
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?