mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(japanese-cp932): New coding system.
(cp932): New alias of it.
This commit is contained in:
parent
c04e918c72
commit
1cd8a17573
1 changed files with 8 additions and 0 deletions
|
|
@ -74,6 +74,14 @@
|
|||
(define-coding-system-alias 'shift_jis 'japanese-shift-jis)
|
||||
(define-coding-system-alias 'sjis 'japanese-shift-jis)
|
||||
|
||||
(define-coding-system 'japanese-cp932
|
||||
"CP932 (Microsoft shift-jis)"
|
||||
:coding-type 'charset
|
||||
:mnemonic ?S
|
||||
:charset-list '(ascii katakana-sjis cp932-2-byte))
|
||||
|
||||
(define-coding-system-alias 'cp932 'japanese-cp932)
|
||||
|
||||
;; Fixme: AKA Shift-JIS according to
|
||||
;; <URL:http://www.microsoft.com/globaldev/reference/WinCP.asp>. Is
|
||||
;; that correct?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue