- 31 May, 2003 1 commit
-
-
Kenichi Handa authored
is nonzero, accept multibyte form of eight-bit-control chars. (decode_composition_emacs_mule): Likewise. (decode_coding_emacs_mule): Likewise. (encode_coding_emacs_mule): If coding->flags is nonzero, produce multibyte form of eight-bit-control chars.
-
- 30 May, 2003 1 commit
-
-
Kenichi Handa authored
property before calling ccl_driver.
-
- 28 May, 2003 1 commit
-
-
Kenichi Handa authored
-
- 25 May, 2003 1 commit
-
-
Stefan Monnier authored
-
- 24 May, 2003 1 commit
-
-
Andreas Schwab authored
-
- 22 May, 2003 1 commit
-
-
Kenichi Handa authored
of CODING_REPLACEMENT_CHARACTER. (decode_coding_iso2022): If CODING_FLAG_ISO_SAFE, set CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in coding->mode, and check this flag on encoding. (encode_coding_sjis_big5): Check CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag of coding->mode. (Fset_terminal_coding_system_internal): Set CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in terminal_coding.mode instead of setting CODING_FLAG_ISO_SAFE flag in terminal_coding.flags.
-
- 19 May, 2003 1 commit
-
-
Kenichi Handa authored
even if the coding doesn't require decoding.
-
- 08 May, 2003 1 commit
-
-
Dave Love authored
-
- 01 May, 2003 1 commit
-
-
Kenichi Handa authored
function. (find_safe_codings): Pay attention to the property tranlsation-table-for-encode of each codings. (syms_of_coding): Give Qtranslation_table the extra slot number 2.
-
- 08 Apr, 2003 3 commits
-
-
Kenichi Handa authored
(find_safe_codings): Pay attention to characters registered in latin-extra-code-table.
-
Kenichi Handa authored
-
Kenichi Handa authored
Vlast_coding_system_used to the argument. (code_convert_region): If post-read-conversion function changed the value of last-coding-sytem, keep the new value in coding->symbol so that it won't be overridden. (run_pre_post_conversion_on_str): Likewise.
-
- 18 Mar, 2003 1 commit
-
-
Kenichi Handa authored
(Vcoding_system_safe_chars): New variable. (intersection): Remove this function. (find_safe_codings): Don't use Vchar_coding_system_table, but try all codings in SAFE_CODINGS. (Ffind_coding_systems_region_internal): Adjusted for the change of find_safe_codings. Get generic coding systems from Vcoding_system_safe_chars. (Fdefine_coding_system_internal): New function. (syms_of_coding): Defsubr Sdefine_coding_system_internal. Initialize and staticpro Vcoding_system_safe_chars.
-
- 13 Mar, 2003 2 commits
-
-
Kenichi Handa authored
-
Kenichi Handa authored
-
- 07 Mar, 2003 1 commit
-
-
Kenichi Handa authored
composition components reaches the limit, terminate composing. (COMPOSITION_OK): New macro. (detect_coding_iso2022): Use it if an escapse sequence for composition is found. (coding_restore_composition): Adjust the number of composition components if it is not sane.
-
- 04 Feb, 2003 1 commit
-
-
Juanma Barranquero authored
-
- 31 Jan, 2003 1 commit
-
-
Kenichi Handa authored
`coding-system-require-warning'.
-
- 17 Dec, 2002 1 commit
-
-
Kenichi Handa authored
(syms_of_coding): DEFVAR it.
-
- 13 Dec, 2002 1 commit
-
-
Kenichi Handa authored
-
- 09 Nov, 2002 1 commit
-
-
Dave Love authored
(syms_of_coding): DEFVAR it.
-
- 06 Nov, 2002 1 commit
-
-
Dave Love authored
-
- 02 Nov, 2002 1 commit
-
-
Stefan Monnier authored
(decode_coding_sjis_big5, decode_eol): Allow lone \r in DOS EOL.
-
- 18 Oct, 2002 1 commit
-
-
Juanma Barranquero authored
-
- 08 Oct, 2002 1 commit
-
-
Kenichi Handa authored
conversion, pay attention to the case that coding->produced is not greater than coding->consumed.
-
- 30 Sep, 2002 1 commit
-
-
Kenichi Handa authored
Only when it is non-nil, handle composition sequence. (setup_coding_system) <0>: Don't force composition handling.
-
- 26 Sep, 2002 1 commit
-
-
Richard M. Stallman authored
-
- 06 Sep, 2002 1 commit
-
-
Juanma Barranquero authored
-
- 13 Aug, 2002 1 commit
-
-
Gerd Moellmann authored
-
- 11 Aug, 2002 1 commit
-
-
Kenichi Handa authored
(Funencodable_char_position): New function. (syms_of_coding): Defsubr Funencodable_char_position.
-
- 08 Aug, 2002 2 commits
-
-
Ken Raeburn authored
-
Kenichi Handa authored
VISIT is a filename, make it the target.
-
- 26 Jul, 2002 1 commit
-
-
Kenichi Handa authored
for CODING_CATEGORY_MASK_ISO_8_2, if we read one extra byte, check it in the normal loop.
-
- 19 Jul, 2002 1 commit
-
-
Ken Raeburn authored
(decode_coding, encode_coding, detect_coding_system): Source strings now treated as const. (decode_coding_string, encode_coding_string): Use STRING_COPYIN to modify Lisp string contents.
-
- 16 Jul, 2002 1 commit
-
-
Ken Raeburn authored
pointer to lisp string data.
-
- 15 Jul, 2002 1 commit
-
-
Ken Raeburn authored
SCHARS, SBYTES, STRING_INTERVALS, SREF, SDATA; explicit size_byte references left unchanged for now.
-
- 11 Jul, 2002 1 commit
-
-
Juanma Barranquero authored
-
- 03 Jul, 2002 1 commit
-
-
Juanma Barranquero authored
-
- 24 Jun, 2002 1 commit
-
-
Kenichi Handa authored
-
- 20 May, 2002 1 commit
-
-
Ken Raeburn authored
(code_convert_string1, code_convert_string_norecord) (Ffind_operation_coding_system): Use SYMBOL_NAME instead of XSYMBOL and name field.
-