From 801fd6b37e3d2fdb6569e11ce1b544c0f8477015 Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 20 Apr 1998 08:17:04 +0000 Subject: [PATCH] (charsets-mime-charset-alist): Add 'shift_jis. --- emu-e20.el | 2 ++ emu-x20.el | 2 ++ 2 files changed, 4 insertions(+) diff --git a/emu-e20.el b/emu-e20.el index 2c8f6f1..c3c42d3 100644 --- a/emu-e20.el +++ b/emu-e20.el @@ -153,6 +153,8 @@ code conversion will not take place." ((ascii latin-iso8859-9) . iso-8859-9) ((ascii latin-jisx0201 japanese-jisx0208-1978 japanese-jisx0208) . iso-2022-jp) + ((ascii latin-jisx0201 + katakana-jisx0201 japanese-jisx0208) . shift_jis) ((ascii korean-ksc5601) . euc-kr) ((ascii chinese-gb2312) . cn-gb-2312) ((ascii chinese-big5-1 chinese-big5-2) . cn-big5) diff --git a/emu-x20.el b/emu-x20.el index 42930a0..2b41be0 100644 --- a/emu-x20.el +++ b/emu-x20.el @@ -113,6 +113,8 @@ find-file-hooks, etc. ((ascii latin-iso8859-9) . iso-8859-9) ((ascii latin-jisx0201 japanese-jisx0208-1978 japanese-jisx0208) . iso-2022-jp) + ((ascii latin-jisx0201 + katakana-jisx0201 japanese-jisx0208) . shift_jis) ((ascii korean-ksc5601) . euc-kr) ((ascii chinese-gb2312) . cn-gb-2312) ((ascii chinese-big5-1 chinese-big5-2) . cn-big5) -- 1.7.10.4