comparison src/coding.c @ 72552:6493d4697ad2

(Fdetect_coding_region, Fdetect_coding_string): Fix docstring about ISO-2022 control characters.
author Kenichi Handa <handa@m17n.org>
date Mon, 28 Aug 2006 04:18:47 +0000
parents 94e4795b333d
children 0d1207b43a5b 2d56e13fd23d c358d0861b16
comparison
equal deleted inserted replaced
72551:ad9a6e48c18a 72552:6493d4697ad2
6656 Return a list of possible coding systems used on decoding a byte 6656 Return a list of possible coding systems used on decoding a byte
6657 sequence containing the bytes in the region between START and END when 6657 sequence containing the bytes in the region between START and END when
6658 the coding system `undecided' is specified. The list is ordered by 6658 the coding system `undecided' is specified. The list is ordered by
6659 priority decided in the current language environment. 6659 priority decided in the current language environment.
6660 6660
6661 If only ASCII characters are found, it returns a list of single element 6661 If only ASCII characters are found (except for such ISO-2022 control
6662 characters ISO-2022 as ESC), it returns a list of single element
6662 `undecided' or its subsidiary coding system according to a detected 6663 `undecided' or its subsidiary coding system according to a detected
6663 end-of-line format. 6664 end-of-line format.
6664 6665
6665 If optional argument HIGHEST is non-nil, return the coding system of 6666 If optional argument HIGHEST is non-nil, return the coding system of
6666 highest priority. */) 6667 highest priority. */)
6703 Return a list of possible coding systems used on decoding a byte 6704 Return a list of possible coding systems used on decoding a byte
6704 sequence containing the bytes in STRING when the coding system 6705 sequence containing the bytes in STRING when the coding system
6705 `undecided' is specified. The list is ordered by priority decided in 6706 `undecided' is specified. The list is ordered by priority decided in
6706 the current language environment. 6707 the current language environment.
6707 6708
6708 If only ASCII characters are found, it returns a list of single element 6709 If only ASCII characters are found (except for such ISO-2022 control
6710 characters ISO-2022 as ESC), it returns a list of single element
6709 `undecided' or its subsidiary coding system according to a detected 6711 `undecided' or its subsidiary coding system according to a detected
6710 end-of-line format. 6712 end-of-line format.
6711 6713
6712 If optional argument HIGHEST is non-nil, return the coding system of 6714 If optional argument HIGHEST is non-nil, return the coding system of
6713 highest priority. */) 6715 highest priority. */)