(coding-category-utf-8,
coding-category-utf-16-be, coding-category-utf-16-le): New coding categories. Include them in the argument for set-coding-priority.
This commit is contained in:
@@ -361,6 +361,9 @@
|
||||
coding-category-iso-7-else 'iso-2022-7bit-lock
|
||||
coding-category-iso-8-else 'iso-2022-8bit-ss2
|
||||
coding-category-ccl nil
|
||||
coding-category-utf-8 nil
|
||||
coding-category-utf-16-be nil
|
||||
coding-category-utf-16-le nil
|
||||
coding-category-big5 'chinese-big5
|
||||
coding-category-raw-text 'raw-text
|
||||
coding-category-binary 'no-conversion)
|
||||
@@ -377,7 +380,10 @@
|
||||
coding-category-sjis
|
||||
coding-category-big5
|
||||
coding-category-ccl
|
||||
coding-category-binary))
|
||||
coding-category-binary
|
||||
coding-category-utf-16-be
|
||||
coding-category-utf-16-le
|
||||
coding-category-utf-8))
|
||||
|
||||
|
||||
;;; Miscellaneous settings.
|
||||
|
||||
Reference in New Issue
Block a user