(setq locale-coding-system 'utf-8)
(set-terminal-coding-system 'utf-8)
(set-keyboard-coding-system 'utf-8)
(set-selection-coding-system 'utf-8)
(prefer-coding-system 'utf-8)
Category Archives: I18N
Explorations into Internationalization (I18N), Localization (L10N) and Unicode.
Unicode development under Apache
<meta http-equiv="Content-Type"
content="text/html; charset=Shift-JIS" />
Content-Type: text/html; charset=ISO-8859-1
AddDefaultCharset UTF-8
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8" >
<meta http-equiv="Content-Type"
content="application/xhtml+xml; charset=utf-8" />