Mercurial > emacs
changeset 20155:d74c1bd094a2
Give proper SAFE-CHARSET argument in
each call of make-coding-system.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 23 Oct 1997 12:03:41 +0000 |
parents | d0550e30957c |
children | c8c4c714710b |
files | lisp/language/vietnamese.el |
diffstat | 1 files changed, 6 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/language/vietnamese.el Thu Oct 23 12:03:07 1997 +0000 +++ b/lisp/language/vietnamese.el Thu Oct 23 12:03:41 1997 +0000 @@ -203,21 +203,24 @@ (make-coding-system 'vietnamese-viscii 4 ?V "8-bit encoding for Vietnamese VISCII 1.1 (MIME:VISCII)" - (cons ccl-decode-viscii ccl-encode-viscii)) + (cons ccl-decode-viscii ccl-encode-viscii) + '(ascii vietnamese-viscii-lower vietnamese-viscii-upper)) (define-coding-system-alias 'viscii 'vietnamese-viscii) (make-coding-system 'vietnamese-vscii 4 ?v "8-bit encoding for Vietnamese VSCII-1" - (cons ccl-decode-vscii ccl-encode-vscii)) + (cons ccl-decode-vscii ccl-encode-vscii) + '(ascii vietnamese-viscii-lower vietnamese-viscii-upper)) (define-coding-system-alias 'vscii 'vietnamese-vscii) (make-coding-system 'vietnamese-viqr 0 ?q "Vietnamese latin transcription (VIQR)" - nil) + nil + '(ascii vietnamese-viscii-lower vietnamese-viscii-upper)) (coding-system-put 'vietnamese-viqr 'post-read-conversion 'viqr-post-read-conversion) (coding-system-put 'vietnamese-viqr 'pre-write-conversion