「文字コード」の版間の差分
ナビゲーションに移動
検索に移動
Kusanaginoturugi (トーク | 投稿記録) (英語版より新規作成) |
(相違点なし)
|
2023年3月29日 (水) 11:14時点における版
関連記事
Character encoding is the process of interpreting bytes to readable characters. UTF-8 is the dominant encoding since 2009 and is promoted as a de-facto standard [1].
目次
UTF-8
Terminal
The following lists some terminals that support UTF-8:
- gnustep-terminal
- konsole
- mlterm
- rxvt-unicode
- st
- VTE-based terminals
- xterm - Run with the argument
-u8
or configure resourcexterm*utf8: 2
.
Gnome-terminal or rxvt-unicode
You need to launch these applications from a UTF-8 locale or they will drop UTF-8 support. Enable the en_US.UTF-8
locale (or your local UTF-8 alternative) per the instructions above and set it as the default locale, then reboot.
Troubleshooting
- Use mp3unicode for fixing encoding problems with mp3 files.
Incorrect encoding for extracted files
Old versions of Windows (XP, Vista, and 7) use different encoding for the content of compressed files. To unzip use the command:
$ unzip -O CP936 file.zip