From 69210880c0e532d268a3edd375bf9fa0ae22644e Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Tue, 16 Apr 2002 22:59:20 +0000 Subject: [PATCH] (locale-preferred-coding-systems): Add "jpn". --- lisp/international/mule-cmds.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index 76055a0ed77..f94f224a0b0 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -1916,6 +1916,7 @@ the language name that would otherwise be used for this locale.") ("ja.*[._]jis7" . iso-2022-jp) ("ja.*[._]pck" . japanese-shift-jis) ("ja.*[._]sjis" . japanese-shift-jis) + ("jpn" . japanese-shift-jis) ; MS-Windows uses this. (".*[._]utf" . utf-8))) "List of pairs of locale regexps and preferred coding systems. The first element whose locale regexp matches the start of a downcased locale -- 2.39.5