Next: Big5 and Shift-JIS Functions, Previous: Encoding and Decoding Text, Up: Coding Systems [Contents][Index]
This function returns a list of all recognized coding categories.
This function changes the priority order of the coding categories. list should be a list of coding categories, in descending order of priority. Unspecified coding categories will be lower in priority than all specified ones, in the same relative order they were in previously.
This function returns a list of coding categories in descending order of priority.
This function changes the coding system associated with a coding category.
This function returns the coding system associated with a coding category.
This function detects coding system of the text in the region between
start and end. Returned value is a list of possible coding
systems ordered by priority. If only ASCII characters are found, it
returns autodetect
or one of its subsidiary coding systems
according to a detected end-of-line type. Optional arg buffer
defaults to the current buffer.