1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-15 03:11:54 -07:00
Commit graph

17 commits

Author SHA1 Message Date
Kenichi Handa
e3d8eb8c66 (char_string): Renamed from
char_string_with_unification.  Pay attention to
CHAR_MODIFIER_MASK.
(string_char): Renamed from string_char.
2002-10-09 05:24:48 +00:00
Kenichi Handa
b672c5ae18 (unibyte_to_multibyte_table): New variable.
(unibyte_char_to_multibyte): Move to character.h and defined as
macro.
(multibyte_char_to_unibyte): If C is an eight-bit character,
convert it to the corresponding byte value.
2002-09-03 04:07:11 +00:00
Kenichi Handa
67dde6602c (syms_of_character): Setup Vprintable_chars. 2002-08-20 11:11:19 +00:00
Kenichi Handa
8973478b03 (_fetch_multibyte_char_len): This variable deleted. 2002-08-20 03:59:51 +00:00
Dave Love
ed1d5bc0b2 (Funibyte_char_to_multibyte): Doc fix. 2002-08-18 12:55:13 +00:00
Kenichi Handa
ac86488bf2 (unibyte_char_to_multibyte): Refer to
charset_unibyte, not charset_primary.
(multibyte_char_to_unibyte): Likewise.
(Funibyte_char_to_multibyte): Likewise.
2002-08-15 02:28:08 +00:00
Kenichi Handa
3c5a53bdce (Funibyte_char_to_multibyte): If C can't be decoded
by the primary charset, make it eight-bit char.
(Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
2002-07-31 07:06:36 +00:00
Dave Love
68978cf02e (syms_of_character) <translation-table-vector>: Doc
fix.
2002-07-30 11:32:52 +00:00
Kenichi Handa
c57f3328cd (Vscript_alist): This variable deleted.
(Vchar_script_table, Qchar_script_table): New variable.
(syms_of_character): Declare Vchar_script_table as a lisp variable
and initialize it.
2002-07-26 06:20:29 +00:00
Kenichi Handa
15843e6fa9 (Vscript_alist): New variable.
(string_char_with_unification): Add `const' to local variables.
(str_as_unibyte): Likewise.
(string_escape_byte8): Likewise.
(syms_of_character): Declare script-alist as a Lisp variable.
2002-07-22 06:46:17 +00:00
Dave Love
6cc0e1cacb (syms_of_character): Fix CHAR_TABLE_SET call. 2002-07-16 14:59:03 +00:00
Kenichi Handa
be8b50bc30 (syms_of_character): Setup Vchar_width_table for
eight-bit-control and raw-byte chars.
2002-06-12 00:13:15 +00:00
Kenichi Handa
db6d4189b5 (syms_of_character): Set the default value of
Vprintable_chars to Qnil.
2002-06-03 23:16:54 +00:00
Dave Love
d2e832963a (Fstring): Doc fix. 2002-05-25 23:13:09 +00:00
Kenichi Handa
7b40ebaf2a (string_escape_byte8): Make multibyte string with correct size. 2002-05-16 11:25:20 +00:00
Kenichi Handa
1889b23802 (c_string_width): Add return type `int'.
(char_string_with_unification): Arg ADVANCED deleted.
2002-03-05 00:07:51 +00:00
Kenichi Handa
0168c3d809 New file. 2002-03-01 01:15:38 +00:00