文字コード

提供: ArchWiki
2023年3月29日 (水) 11:14時点におけるKusanaginoturugi (トーク | 投稿記録)による版 (英語版より新規作成)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
ナビゲーションに移動 検索に移動

関連記事

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:

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

この記事あるいはセクションは Localization/Simplified Chinese#Garbled problem と合併することが議論されています。
ノート: The mentioned encoding at #Incorrect encoding for extracted files is chinese-specific, having a dedicated section for a single line about mp3unicode does not seem adequate, the whole section should be merged there. (議論: トーク:文字コード#)
  • 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