aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (detect_coding_iso2022, detect_coding_mask): IgnoreKenichi Handa1997-04-071-19/+26
| | | | | | invalid ESC sequence for ISO 2022. (Fencode_sjis_char, Fencode_big5_char): Adjusted for the change of SPLIT_CHAR.
* (Ffind_coding_system): Doc fix.Richard M. Stallman1997-04-051-12/+22
|
* Adjusted for the change of MAX_CHARSET.Kenichi Handa1997-03-181-2/+2
|
* (decode_eol): Fix bug of converting CRLF to LF.Kenichi Handa1997-03-051-1/+1
|
* (create_process, Fopen_network_stream): Typo in indexesKenichi Handa1997-02-271-167/+254
| | | | | | | | | | | | | | | | | | | | | of array proc_encode_coding_system fixed. Remove prefix "coding-system-" from coding system symbol names. (encode_coding) : Fix typo ("=" -> "=="). (detect_coding_iso2022): Detect coding-category-iso-8-2 more precisely. (ENCODE_RESET_PLANE_AND_REGISTER): Argument `eol' is deleted. Don't call ENCODE_DESIGNATION if nothing designated initially. (encode_designation_at_bol) New function. (encode_coding_iso2022): Handle CODING_FLAG_ISO_INIT_AT_BOL and CODING_FLAG_ISO_DESIGNATE_AT_BOL. (setup_coding_system): Now, flags of ISO2022 coding systems contains charsets instead of charset IDs. (detect_coding_iso2022, decode_coding_iso2022): Make the code robust against invalid SI and SO. (Ffind_coding_system, syms_of_coding): Escape newlines in docstring. (setup_coding_system): Correct setting coding->symbol and coding->eol_type. The performance improved.
* Fix FSF address in comment.Karl Heuer1997-02-231-12/+14
|
* Initial revisionKarl Heuer1997-02-201-0/+3520