comparison lisp/international/utf-8.el @ 38436:b174db545cfd

Some fixes to follow coding conventions.
author Pavel Janík <Pavel@Janik.cz>
date Mon, 16 Jul 2001 12:23:00 +0000
parents 88389fa9b713
children 16ee1ffbef65
comparison
equal deleted inserted replaced
38435:a9102b5472f0 38436:b174db545cfd
1 ;;; utf-8.el --- Limited UTF-8 decoding/encoding support 1 ;;; utf-8.el --- limited UTF-8 decoding/encoding support
2 2
3 ;; Copyright (C) 2001 Electrotechnical Laboratory, JAPAN. 3 ;; Copyright (C) 2001 Electrotechnical Laboratory, JAPAN.
4 ;; Licensed to the Free Software Foundation. 4 ;; Licensed to the Free Software Foundation.
5 ;; Copyright (C) 2001 Free Software Foundation, Inc. 5 ;; Copyright (C) 2001 Free Software Foundation, Inc.
6 6
373 (mime-charset . utf-8) 373 (mime-charset . utf-8)
374 (coding-category . coding-category-utf-8) 374 (coding-category . coding-category-utf-8)
375 (valid-codes (0 . 255)))) 375 (valid-codes (0 . 255))))
376 376
377 (define-coding-system-alias 'utf-8 'mule-utf-8) 377 (define-coding-system-alias 'utf-8 'mule-utf-8)
378
379 ;;; utf-8.el ends here