Mercurial > emacs
annotate src/charset.c @ 71504:2b4e59cd1121
(Qeql): Add extern.
(x_set_mouse_pixel_position) [MAC_OSX]: Use CGWarpMouseCursorPosition.
(fm_style_face_attributes_alist) [USE_ATSUI]: New variable.
(syms_of_macterm) [USE_ATSUI]: Initialize and staticpro it.
Change keys of Vmac_atsu_font_table from strings to numbers.
(fm_style_to_face_attributes) [USE_ATSUI]: New function.
(init_font_name_table) [USE_ATSUI]: Use it.
(saved_ts_script_language_on_focus) [USE_MAC_TSM]: New variable.
(syms_of_macterm) [USE_MAC_TSM]: Initialize and staticpro it.
[USE_MAC_TSM] (mac_tsm_resume): Restore script and language codes
only when saved_ts_script_language_on_focus coincides with
Vmac_ts_script_language_on_focus.
[USE_MAC_TSM] (mac_tsm_suspend): Save value of
Vmac_ts_script_language_on_focus to saved_ts_script_language_on_focus.
(XTread_socket) [USE_MAC_TSM]: Add Mac OS Classic support.
[USE_MAC_TSM] (mac_handle_text_input_event, init_tsm): Likewise.
| author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
|---|---|
| date | Wed, 28 Jun 2006 08:31:32 +0000 |
| parents | 3bd95f4f2941 |
| children | 6ee41fdd69ff c5406394f567 |
| rev | line source |
|---|---|
|
18341
33e78cc7f058
Change copyright notices.
Richard M. Stallman <rms@gnu.org>
parents:
18003
diff
changeset
|
1 /* Basic multilingual character support. |
|
68651
3bd95f4f2941
Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
67841
diff
changeset
|
2 Copyright (C) 2001, 2002, 2003, 2004, 2005, |
|
3bd95f4f2941
Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
67841
diff
changeset
|
3 2006 Free Software Foundation, Inc. |
| 67658 | 4 Copyright (C) 1995, 1997, 1998, 1999, 2000, 2001 |
| 5 National Institute of Advanced Industrial Science and Technology (AIST) | |
| 6 Registration Number H14PRO021 | |
| 17052 | 7 |
| 17071 | 8 This file is part of GNU Emacs. |
| 9 | |
| 10 GNU Emacs is free software; you can redistribute it and/or modify | |
| 11 it under the terms of the GNU General Public License as published by | |
| 12 the Free Software Foundation; either version 2, or (at your option) | |
| 13 any later version. | |
| 17052 | 14 |
| 17071 | 15 GNU Emacs is distributed in the hope that it will be useful, |
| 16 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| 17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| 18 GNU General Public License for more details. | |
| 17052 | 19 |
| 17071 | 20 You should have received a copy of the GNU General Public License |
| 21 along with GNU Emacs; see the file COPYING. If not, write to | |
| 64084 | 22 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 23 Boston, MA 02110-1301, USA. */ | |
| 17052 | 24 |
| 25 /* At first, see the document in `charset.h' to understand the code in | |
| 26 this file. */ | |
| 27 | |
|
26088
b7aa6ac26872
Add support for large files, 64-bit Solaris, system locale codings.
Paul Eggert <eggert@twinsun.com>
parents:
25611
diff
changeset
|
28 #ifdef emacs |
|
b7aa6ac26872
Add support for large files, 64-bit Solaris, system locale codings.
Paul Eggert <eggert@twinsun.com>
parents:
25611
diff
changeset
|
29 #include <config.h> |
|
b7aa6ac26872
Add support for large files, 64-bit Solaris, system locale codings.
Paul Eggert <eggert@twinsun.com>
parents:
25611
diff
changeset
|
30 #endif |
|
b7aa6ac26872
Add support for large files, 64-bit Solaris, system locale codings.
Paul Eggert <eggert@twinsun.com>
parents:
25611
diff
changeset
|
31 |
| 17052 | 32 #include <stdio.h> |
| 33 | |
| 34 #ifdef emacs | |
| 35 | |
| 36 #include <sys/types.h> | |
| 37 #include "lisp.h" | |
| 38 #include "buffer.h" | |
| 39 #include "charset.h" | |
| 31420 | 40 #include "composite.h" |
| 17052 | 41 #include "coding.h" |
| 17843 | 42 #include "disptab.h" |
| 17052 | 43 |
| 44 #else /* not emacs */ | |
| 45 | |
| 46 #include "mulelib.h" | |
| 47 | |
| 48 #endif /* emacs */ | |
| 49 | |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
50 Lisp_Object Qcharset, Qascii, Qeight_bit_control, Qeight_bit_graphic; |
| 23883 | 51 Lisp_Object Qunknown; |
| 17052 | 52 |
| 53 /* Declaration of special leading-codes. */ | |
|
44322
fca902769bf4
(Fstring): Allow 0 arguments.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
43713
diff
changeset
|
54 EMACS_INT leading_code_private_11; /* for private DIMENSION1 of 1-column */ |
|
fca902769bf4
(Fstring): Allow 0 arguments.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
43713
diff
changeset
|
55 EMACS_INT leading_code_private_12; /* for private DIMENSION1 of 2-column */ |
|
fca902769bf4
(Fstring): Allow 0 arguments.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
43713
diff
changeset
|
56 EMACS_INT leading_code_private_21; /* for private DIMENSION2 of 1-column */ |
|
fca902769bf4
(Fstring): Allow 0 arguments.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
43713
diff
changeset
|
57 EMACS_INT leading_code_private_22; /* for private DIMENSION2 of 2-column */ |
| 17052 | 58 |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
59 /* Declaration of special charsets. The values are set by |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
60 Fsetup_special_charsets. */ |
| 17052 | 61 int charset_latin_iso8859_1; /* ISO8859-1 (Latin-1) */ |
| 62 int charset_jisx0208_1978; /* JISX0208.1978 (Japanese Kanji old set) */ | |
| 63 int charset_jisx0208; /* JISX0208.1983 (Japanese Kanji) */ | |
| 64 int charset_katakana_jisx0201; /* JISX0201.Kana (Japanese Katakana) */ | |
| 65 int charset_latin_jisx0201; /* JISX0201.Roman (Japanese Roman) */ | |
| 66 int charset_big5_1; /* Big5 Level 1 (Chinese Traditional) */ | |
| 67 int charset_big5_2; /* Big5 Level 2 (Chinese Traditional) */ | |
|
66375
6680788d2e7f
(charset_mule_unicode_0100_24ff)
Kenichi Handa <handa@m17n.org>
parents:
64770
diff
changeset
|
68 int charset_mule_unicode_0100_24ff; |
|
6680788d2e7f
(charset_mule_unicode_0100_24ff)
Kenichi Handa <handa@m17n.org>
parents:
64770
diff
changeset
|
69 int charset_mule_unicode_2500_33ff; |
|
6680788d2e7f
(charset_mule_unicode_0100_24ff)
Kenichi Handa <handa@m17n.org>
parents:
64770
diff
changeset
|
70 int charset_mule_unicode_e000_ffff; |
| 17052 | 71 |
| 72 Lisp_Object Qcharset_table; | |
| 73 | |
| 74 /* A char-table containing information of each character set. */ | |
| 75 Lisp_Object Vcharset_table; | |
| 76 | |
| 77 /* A vector of charset symbol indexed by charset-id. This is used | |
| 78 only for returning charset symbol from C functions. */ | |
| 79 Lisp_Object Vcharset_symbol_table; | |
| 80 | |
| 81 /* A list of charset symbols ever defined. */ | |
| 82 Lisp_Object Vcharset_list; | |
| 83 | |
|
22185
80a2aa51a6e1
Change term "character translation table" to
Kenichi Handa <handa@m17n.org>
parents:
22168
diff
changeset
|
84 /* Vector of translation table ever defined. |
|
80a2aa51a6e1
Change term "character translation table" to
Kenichi Handa <handa@m17n.org>
parents:
22168
diff
changeset
|
85 ID of a translation table is used to index this vector. */ |
|
80a2aa51a6e1
Change term "character translation table" to
Kenichi Handa <handa@m17n.org>
parents:
22168
diff
changeset
|
86 Lisp_Object Vtranslation_table_vector; |
|
20720
f084bb8d535f
(min_composite_char): New variable.
Kenichi Handa <handa@m17n.org>
parents:
20705
diff
changeset
|
87 |
|
23489
09201cebfa21
(Vauto_fill_chars, Qauto_fill_chars): New variables.
Kenichi Handa <handa@m17n.org>
parents:
23427
diff
changeset
|
88 /* A char-table for characters which may invoke auto-filling. */ |
|
09201cebfa21
(Vauto_fill_chars, Qauto_fill_chars): New variables.
Kenichi Handa <handa@m17n.org>
parents:
23427
diff
changeset
|
89 Lisp_Object Vauto_fill_chars; |
|
09201cebfa21
(Vauto_fill_chars, Qauto_fill_chars): New variables.
Kenichi Handa <handa@m17n.org>
parents:
23427
diff
changeset
|
90 |
|
09201cebfa21
(Vauto_fill_chars, Qauto_fill_chars): New variables.
Kenichi Handa <handa@m17n.org>
parents:
23427
diff
changeset
|
91 Lisp_Object Qauto_fill_chars; |
|
09201cebfa21
(Vauto_fill_chars, Qauto_fill_chars): New variables.
Kenichi Handa <handa@m17n.org>
parents:
23427
diff
changeset
|
92 |
| 17052 | 93 /* Tables used by macros BYTES_BY_CHAR_HEAD and WIDTH_BY_CHAR_HEAD. */ |
| 94 int bytes_by_char_head[256]; | |
| 95 int width_by_char_head[256]; | |
| 96 | |
| 97 /* Mapping table from ISO2022's charset (specified by DIMENSION, | |
| 98 CHARS, and FINAL-CHAR) to Emacs' charset. */ | |
| 99 int iso_charset_table[2][2][128]; | |
| 100 | |
| 101 /* Variables used locally in the macro FETCH_MULTIBYTE_CHAR. */ | |
| 102 unsigned char *_fetch_multibyte_char_p; | |
| 103 int _fetch_multibyte_char_len; | |
| 104 | |
|
20705
a949dc65fbea
(nonascii_insert_offset): Variable moved from cmds.c.
Richard M. Stallman <rms@gnu.org>
parents:
20636
diff
changeset
|
105 /* Offset to add to a non-ASCII value when inserting it. */ |
|
43713
f92c4d87863a
Change defvar_int def and vars to use EMACS_INT instead of just int.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
43144
diff
changeset
|
106 EMACS_INT nonascii_insert_offset; |
|
20705
a949dc65fbea
(nonascii_insert_offset): Variable moved from cmds.c.
Richard M. Stallman <rms@gnu.org>
parents:
20636
diff
changeset
|
107 |
|
20890
c7cfd531cf2b
(Vnonascii_translate_table): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
20833
diff
changeset
|
108 /* Translation table for converting non-ASCII unibyte characters |
|
c7cfd531cf2b
(Vnonascii_translate_table): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
20833
diff
changeset
|
109 to multibyte codes, or nil. */ |
|
22121
6e79a15594ab
Change terms unify/unification to
Kenichi Handa <handa@m17n.org>
parents:
21718
diff
changeset
|
110 Lisp_Object Vnonascii_translation_table; |
|
20890
c7cfd531cf2b
(Vnonascii_translate_table): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
20833
diff
changeset
|
111 |
|
22703
15e0119749cf
(Vgeneric_character_list): New variable.
Kenichi Handa <handa@m17n.org>
parents:
22524
diff
changeset
|
112 /* List of all possible generic characters. */ |
|
15e0119749cf
(Vgeneric_character_list): New variable.
Kenichi Handa <handa@m17n.org>
parents:
22524
diff
changeset
|
113 Lisp_Object Vgeneric_character_list; |
|
15e0119749cf
(Vgeneric_character_list): New variable.
Kenichi Handa <handa@m17n.org>
parents:
22524
diff
changeset
|
114 |
| 19384 | 115 |
|
20933
5ceea9d50194
(invalid_character): New function.
Kenichi Handa <handa@m17n.org>
parents:
20890
diff
changeset
|
116 void |
|
5ceea9d50194
(invalid_character): New function.
Kenichi Handa <handa@m17n.org>
parents:
20890
diff
changeset
|
117 invalid_character (c) |
|
5ceea9d50194
(invalid_character): New function.
Kenichi Handa <handa@m17n.org>
parents:
20890
diff
changeset
|
118 int c; |
|
5ceea9d50194
(invalid_character): New function.
Kenichi Handa <handa@m17n.org>
parents:
20890
diff
changeset
|
119 { |
|
67039
2022f6e307e1
(invalid_character): Use Lisp-readable syntax
Juri Linkov <juri@jurta.org>
parents:
66375
diff
changeset
|
120 error ("Invalid character: %d, #o%o, #x%x", c, c, c); |
|
20933
5ceea9d50194
(invalid_character): New function.
Kenichi Handa <handa@m17n.org>
parents:
20890
diff
changeset
|
121 } |
|
5ceea9d50194
(invalid_character): New function.
Kenichi Handa <handa@m17n.org>
parents:
20890
diff
changeset
|
122 |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
123 /* Parse string STR of length LENGTH and fetch information of a |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
124 character at STR. Set BYTES to the byte length the character |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
125 occupies, CHARSET, C1, C2 to proper values of the character. */ |
|
25506
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
126 |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
127 #define SPLIT_MULTIBYTE_SEQ(str, length, bytes, charset, c1, c2) \ |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
128 do { \ |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
129 (c1) = *(str); \ |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
130 (bytes) = BYTES_BY_CHAR_HEAD (c1); \ |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
131 if ((bytes) == 1) \ |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
132 (charset) = ASCII_BYTE_P (c1) ? CHARSET_ASCII : CHARSET_8_BIT_GRAPHIC; \ |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
133 else if ((bytes) == 2) \ |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
134 { \ |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
135 if ((c1) == LEADING_CODE_8_BIT_CONTROL) \ |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
136 (charset) = CHARSET_8_BIT_CONTROL, (c1) = (str)[1] - 0x20; \ |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
137 else \ |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
138 (charset) = (c1), (c1) = (str)[1] & 0x7F; \ |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
139 } \ |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
140 else if ((bytes) == 3) \ |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
141 { \ |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
142 if ((c1) < LEADING_CODE_PRIVATE_11) \ |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
143 (charset) = (c1), (c1) = (str)[1] & 0x7F, (c2) = (str)[2] & 0x7F; \ |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
144 else \ |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
145 (charset) = (str)[1], (c1) = (str)[2] & 0x7F; \ |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
146 } \ |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
147 else \ |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
148 (charset) = (str)[1], (c1) = (str)[2] & 0x7F, (c2) = (str)[3] & 0x7F; \ |
|
25506
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
149 } while (0) |
|
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
150 |
|
44878
c62f10c00a76
(CHAR_COMPONENTS_VALID_P): Tell in a comment that some invalid pairs are
Eli Zaretskii <eliz@gnu.org>
parents:
44322
diff
changeset
|
151 /* 1 if CHARSET, C1, and C2 compose a valid character, else 0. |
|
c62f10c00a76
(CHAR_COMPONENTS_VALID_P): Tell in a comment that some invalid pairs are
Eli Zaretskii <eliz@gnu.org>
parents:
44322
diff
changeset
|
152 Note that this intentionally allows invalid components, such |
|
c62f10c00a76
(CHAR_COMPONENTS_VALID_P): Tell in a comment that some invalid pairs are
Eli Zaretskii <eliz@gnu.org>
parents:
44322
diff
changeset
|
153 as 0xA0 0xA0, because there exist many files that contain |
|
c62f10c00a76
(CHAR_COMPONENTS_VALID_P): Tell in a comment that some invalid pairs are
Eli Zaretskii <eliz@gnu.org>
parents:
44322
diff
changeset
|
154 such invalid byte sequences, especially in EUC-GB. */ |
| 25584 | 155 #define CHAR_COMPONENTS_VALID_P(charset, c1, c2) \ |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
156 ((charset) == CHARSET_ASCII \ |
|
25611
9c9d13747ffb
(CHAR_COMPONENTS_VALID_P): Fix for ASCII.
Kenichi Handa <handa@m17n.org>
parents:
25610
diff
changeset
|
157 ? ((c1) >= 0 && (c1) <= 0x7F) \ |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
158 : ((charset) == CHARSET_8_BIT_CONTROL \ |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
159 ? ((c1) >= 0x80 && (c1) <= 0x9F) \ |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
160 : ((charset) == CHARSET_8_BIT_GRAPHIC \ |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
161 ? ((c1) >= 0x80 && (c1) <= 0xFF) \ |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
162 : (CHARSET_DIMENSION (charset) == 1 \ |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
163 ? ((c1) >= 0x20 && (c1) <= 0x7F) \ |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
164 : ((c1) >= 0x20 && (c1) <= 0x7F \ |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
165 && (c2) >= 0x20 && (c2) <= 0x7F))))) |
|
20933
5ceea9d50194
(invalid_character): New function.
Kenichi Handa <handa@m17n.org>
parents:
20890
diff
changeset
|
166 |
|
26844
9e9a0735c824
In this entry, just `Modified' means that codes for a
Kenichi Handa <handa@m17n.org>
parents:
26632
diff
changeset
|
167 /* Store multi-byte form of the character C in STR. The caller should |
|
9e9a0735c824
In this entry, just `Modified' means that codes for a
Kenichi Handa <handa@m17n.org>
parents:
26632
diff
changeset
|
168 allocate at least 4-byte area at STR in advance. Returns the |
|
9e9a0735c824
In this entry, just `Modified' means that codes for a
Kenichi Handa <handa@m17n.org>
parents:
26632
diff
changeset
|
169 length of the multi-byte form. If C is an invalid character code, |
|
38394
245ae371bd4d
(char_to_string_1): Extracted from char_to_string.
Gerd Moellmann <gerd@gnu.org>
parents:
36521
diff
changeset
|
170 return -1. */ |
| 17052 | 171 |
| 172 int | |
|
38394
245ae371bd4d
(char_to_string_1): Extracted from char_to_string.
Gerd Moellmann <gerd@gnu.org>
parents:
36521
diff
changeset
|
173 char_to_string_1 (c, str) |
| 17052 | 174 int c; |
|
26844
9e9a0735c824
In this entry, just `Modified' means that codes for a
Kenichi Handa <handa@m17n.org>
parents:
26632
diff
changeset
|
175 unsigned char *str; |
| 17052 | 176 { |
|
26844
9e9a0735c824
In this entry, just `Modified' means that codes for a
Kenichi Handa <handa@m17n.org>
parents:
26632
diff
changeset
|
177 unsigned char *p = str; |
|
9e9a0735c824
In this entry, just `Modified' means that codes for a
Kenichi Handa <handa@m17n.org>
parents:
26632
diff
changeset
|
178 |
|
25250
2228d0a678ef
(non_ascii_char_to_string): Handle modifier bits as
Kenichi Handa <handa@m17n.org>
parents:
23978
diff
changeset
|
179 if (c & CHAR_MODIFIER_MASK) /* This includes the case C is negative. */ |
|
23767
1dfb6d38354f
(non_ascii_char_to_string): If C has modifier bits,
Kenichi Handa <handa@m17n.org>
parents:
23720
diff
changeset
|
180 { |
|
25250
2228d0a678ef
(non_ascii_char_to_string): Handle modifier bits as
Kenichi Handa <handa@m17n.org>
parents:
23978
diff
changeset
|
181 /* Multibyte character can't have a modifier bit. */ |
|
2228d0a678ef
(non_ascii_char_to_string): Handle modifier bits as
Kenichi Handa <handa@m17n.org>
parents:
23978
diff
changeset
|
182 if (! SINGLE_BYTE_CHAR_P ((c & ~CHAR_MODIFIER_MASK))) |
|
38394
245ae371bd4d
(char_to_string_1): Extracted from char_to_string.
Gerd Moellmann <gerd@gnu.org>
parents:
36521
diff
changeset
|
183 return -1; |
|
25250
2228d0a678ef
(non_ascii_char_to_string): Handle modifier bits as
Kenichi Handa <handa@m17n.org>
parents:
23978
diff
changeset
|
184 |
|
2228d0a678ef
(non_ascii_char_to_string): Handle modifier bits as
Kenichi Handa <handa@m17n.org>
parents:
23978
diff
changeset
|
185 /* For Meta, Shift, and Control modifiers, we need special care. */ |
|
23767
1dfb6d38354f
(non_ascii_char_to_string): If C has modifier bits,
Kenichi Handa <handa@m17n.org>
parents:
23720
diff
changeset
|
186 if (c & CHAR_META) |
|
25250
2228d0a678ef
(non_ascii_char_to_string): Handle modifier bits as
Kenichi Handa <handa@m17n.org>
parents:
23978
diff
changeset
|
187 { |
|
2228d0a678ef
(non_ascii_char_to_string): Handle modifier bits as
Kenichi Handa <handa@m17n.org>
parents:
23978
diff
changeset
|
188 /* Move the meta bit to the right place for a string. */ |
|
2228d0a678ef
(non_ascii_char_to_string): Handle modifier bits as
Kenichi Handa <handa@m17n.org>
parents:
23978
diff
changeset
|
189 c = (c & ~CHAR_META) | 0x80; |
|
2228d0a678ef
(non_ascii_char_to_string): Handle modifier bits as
Kenichi Handa <handa@m17n.org>
parents:
23978
diff
changeset
|
190 } |
|
2228d0a678ef
(non_ascii_char_to_string): Handle modifier bits as
Kenichi Handa <handa@m17n.org>
parents:
23978
diff
changeset
|
191 if (c & CHAR_SHIFT) |
|
2228d0a678ef
(non_ascii_char_to_string): Handle modifier bits as
Kenichi Handa <handa@m17n.org>
parents:
23978
diff
changeset
|
192 { |
|
2228d0a678ef
(non_ascii_char_to_string): Handle modifier bits as
Kenichi Handa <handa@m17n.org>
parents:
23978
diff
changeset
|
193 /* Shift modifier is valid only with [A-Za-z]. */ |
|
2228d0a678ef
(non_ascii_char_to_string): Handle modifier bits as
Kenichi Handa <handa@m17n.org>
parents:
23978
diff
changeset
|
194 if ((c & 0377) >= 'A' && (c & 0377) <= 'Z') |
|
2228d0a678ef
(non_ascii_char_to_string): Handle modifier bits as
Kenichi Handa <handa@m17n.org>
parents:
23978
diff
changeset
|
195 c &= ~CHAR_SHIFT; |
|
2228d0a678ef
(non_ascii_char_to_string): Handle modifier bits as
Kenichi Handa <handa@m17n.org>
parents:
23978
diff
changeset
|
196 else if ((c & 0377) >= 'a' && (c & 0377) <= 'z') |
|
2228d0a678ef
(non_ascii_char_to_string): Handle modifier bits as
Kenichi Handa <handa@m17n.org>
parents:
23978
diff
changeset
|
197 c = (c & ~CHAR_SHIFT) - ('a' - 'A'); |
|
2228d0a678ef
(non_ascii_char_to_string): Handle modifier bits as
Kenichi Handa <handa@m17n.org>
parents:
23978
diff
changeset
|
198 } |
|
23767
1dfb6d38354f
(non_ascii_char_to_string): If C has modifier bits,
Kenichi Handa <handa@m17n.org>
parents:
23720
diff
changeset
|
199 if (c & CHAR_CTL) |
|
25250
2228d0a678ef
(non_ascii_char_to_string): Handle modifier bits as
Kenichi Handa <handa@m17n.org>
parents:
23978
diff
changeset
|
200 { |
|
2228d0a678ef
(non_ascii_char_to_string): Handle modifier bits as
Kenichi Handa <handa@m17n.org>
parents:
23978
diff
changeset
|
201 /* Simulate the code in lread.c. */ |
|
2228d0a678ef
(non_ascii_char_to_string): Handle modifier bits as
Kenichi Handa <handa@m17n.org>
parents:
23978
diff
changeset
|
202 /* Allow `\C- ' and `\C-?'. */ |
|
2228d0a678ef
(non_ascii_char_to_string): Handle modifier bits as
Kenichi Handa <handa@m17n.org>
parents:
23978
diff
changeset
|
203 if (c == (CHAR_CTL | ' ')) |
|
2228d0a678ef
(non_ascii_char_to_string): Handle modifier bits as
Kenichi Handa <handa@m17n.org>
parents:
23978
diff
changeset
|
204 c = 0; |
|
2228d0a678ef
(non_ascii_char_to_string): Handle modifier bits as
Kenichi Handa <handa@m17n.org>
parents:
23978
diff
changeset
|
205 else if (c == (CHAR_CTL | '?')) |
|
2228d0a678ef
(non_ascii_char_to_string): Handle modifier bits as
Kenichi Handa <handa@m17n.org>
parents:
23978
diff
changeset
|
206 c = 127; |
|
2228d0a678ef
(non_ascii_char_to_string): Handle modifier bits as
Kenichi Handa <handa@m17n.org>
parents:
23978
diff
changeset
|
207 /* ASCII control chars are made from letters (both cases), |
|
2228d0a678ef
(non_ascii_char_to_string): Handle modifier bits as
Kenichi Handa <handa@m17n.org>
parents:
23978
diff
changeset
|
208 as well as the non-letters within 0100...0137. */ |
|
2228d0a678ef
(non_ascii_char_to_string): Handle modifier bits as
Kenichi Handa <handa@m17n.org>
parents:
23978
diff
changeset
|
209 else if ((c & 0137) >= 0101 && (c & 0137) <= 0132) |
|
2228d0a678ef
(non_ascii_char_to_string): Handle modifier bits as
Kenichi Handa <handa@m17n.org>
parents:
23978
diff
changeset
|
210 c &= (037 | (~0177 & ~CHAR_CTL)); |
|
2228d0a678ef
(non_ascii_char_to_string): Handle modifier bits as
Kenichi Handa <handa@m17n.org>
parents:
23978
diff
changeset
|
211 else if ((c & 0177) >= 0100 && (c & 0177) <= 0137) |
|
2228d0a678ef
(non_ascii_char_to_string): Handle modifier bits as
Kenichi Handa <handa@m17n.org>
parents:
23978
diff
changeset
|
212 c &= (037 | (~0177 & ~CHAR_CTL)); |
|
2228d0a678ef
(non_ascii_char_to_string): Handle modifier bits as
Kenichi Handa <handa@m17n.org>
parents:
23978
diff
changeset
|
213 } |
|
2228d0a678ef
(non_ascii_char_to_string): Handle modifier bits as
Kenichi Handa <handa@m17n.org>
parents:
23978
diff
changeset
|
214 |
|
36521
4c211a545642
(char_to_string): If a single byte char has modifier
Kenichi Handa <handa@m17n.org>
parents:
35999
diff
changeset
|
215 /* If C still has any modifier bits, just ignore it. */ |
|
4c211a545642
(char_to_string): If a single byte char has modifier
Kenichi Handa <handa@m17n.org>
parents:
35999
diff
changeset
|
216 c &= ~CHAR_MODIFIER_MASK; |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
217 } |
|
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
48317
diff
changeset
|
218 |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
219 if (SINGLE_BYTE_CHAR_P (c)) |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
220 { |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
221 if (ASCII_BYTE_P (c) || c >= 0xA0) |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
222 *p++ = c; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
223 else |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
224 { |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
225 *p++ = LEADING_CODE_8_BIT_CONTROL; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
226 *p++ = c + 0x20; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
227 } |
|
23767
1dfb6d38354f
(non_ascii_char_to_string): If C has modifier bits,
Kenichi Handa <handa@m17n.org>
parents:
23720
diff
changeset
|
228 } |
| 31176 | 229 else if (CHAR_VALID_P (c, 0)) |
| 17052 | 230 { |
|
25506
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
231 int charset, c1, c2; |
| 17052 | 232 |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
233 SPLIT_CHAR (c, charset, c1, c2); |
|
26844
9e9a0735c824
In this entry, just `Modified' means that codes for a
Kenichi Handa <handa@m17n.org>
parents:
26632
diff
changeset
|
234 |
|
9e9a0735c824
In this entry, just `Modified' means that codes for a
Kenichi Handa <handa@m17n.org>
parents:
26632
diff
changeset
|
235 if (charset >= LEADING_CODE_EXT_11) |
|
9e9a0735c824
In this entry, just `Modified' means that codes for a
Kenichi Handa <handa@m17n.org>
parents:
26632
diff
changeset
|
236 *p++ = (charset < LEADING_CODE_EXT_12 |
|
9e9a0735c824
In this entry, just `Modified' means that codes for a
Kenichi Handa <handa@m17n.org>
parents:
26632
diff
changeset
|
237 ? LEADING_CODE_PRIVATE_11 |
|
9e9a0735c824
In this entry, just `Modified' means that codes for a
Kenichi Handa <handa@m17n.org>
parents:
26632
diff
changeset
|
238 : (charset < LEADING_CODE_EXT_21 |
|
9e9a0735c824
In this entry, just `Modified' means that codes for a
Kenichi Handa <handa@m17n.org>
parents:
26632
diff
changeset
|
239 ? LEADING_CODE_PRIVATE_12 |
|
9e9a0735c824
In this entry, just `Modified' means that codes for a
Kenichi Handa <handa@m17n.org>
parents:
26632
diff
changeset
|
240 : (charset < LEADING_CODE_EXT_22 |
|
9e9a0735c824
In this entry, just `Modified' means that codes for a
Kenichi Handa <handa@m17n.org>
parents:
26632
diff
changeset
|
241 ? LEADING_CODE_PRIVATE_21 |
|
9e9a0735c824
In this entry, just `Modified' means that codes for a
Kenichi Handa <handa@m17n.org>
parents:
26632
diff
changeset
|
242 : LEADING_CODE_PRIVATE_22))); |
|
9e9a0735c824
In this entry, just `Modified' means that codes for a
Kenichi Handa <handa@m17n.org>
parents:
26632
diff
changeset
|
243 *p++ = charset; |
|
41898
9965a3b28660
(char_to_string_1, translate_char, Fdefine_charset): Add parentheses around
Pavel Jan?k <Pavel@Janik.cz>
parents:
40656
diff
changeset
|
244 if ((c1 > 0 && c1 < 32) || (c2 > 0 && c2 < 32)) |
|
38394
245ae371bd4d
(char_to_string_1): Extracted from char_to_string.
Gerd Moellmann <gerd@gnu.org>
parents:
36521
diff
changeset
|
245 return -1; |
|
26844
9e9a0735c824
In this entry, just `Modified' means that codes for a
Kenichi Handa <handa@m17n.org>
parents:
26632
diff
changeset
|
246 if (c1) |
|
25506
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
247 { |
|
26844
9e9a0735c824
In this entry, just `Modified' means that codes for a
Kenichi Handa <handa@m17n.org>
parents:
26632
diff
changeset
|
248 *p++ = c1 | 0x80; |
|
9e9a0735c824
In this entry, just `Modified' means that codes for a
Kenichi Handa <handa@m17n.org>
parents:
26632
diff
changeset
|
249 if (c2 > 0) |
|
9e9a0735c824
In this entry, just `Modified' means that codes for a
Kenichi Handa <handa@m17n.org>
parents:
26632
diff
changeset
|
250 *p++ = c2 | 0x80; |
|
25506
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
251 } |
| 17052 | 252 } |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
253 else |
|
38394
245ae371bd4d
(char_to_string_1): Extracted from char_to_string.
Gerd Moellmann <gerd@gnu.org>
parents:
36521
diff
changeset
|
254 return -1; |
| 17052 | 255 |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
256 return (p - str); |
| 17052 | 257 } |
| 258 | |
|
38394
245ae371bd4d
(char_to_string_1): Extracted from char_to_string.
Gerd Moellmann <gerd@gnu.org>
parents:
36521
diff
changeset
|
259 |
|
245ae371bd4d
(char_to_string_1): Extracted from char_to_string.
Gerd Moellmann <gerd@gnu.org>
parents:
36521
diff
changeset
|
260 /* Store multi-byte form of the character C in STR. The caller should |
|
245ae371bd4d
(char_to_string_1): Extracted from char_to_string.
Gerd Moellmann <gerd@gnu.org>
parents:
36521
diff
changeset
|
261 allocate at least 4-byte area at STR in advance. Returns the |
|
245ae371bd4d
(char_to_string_1): Extracted from char_to_string.
Gerd Moellmann <gerd@gnu.org>
parents:
36521
diff
changeset
|
262 length of the multi-byte form. If C is an invalid character code, |
|
245ae371bd4d
(char_to_string_1): Extracted from char_to_string.
Gerd Moellmann <gerd@gnu.org>
parents:
36521
diff
changeset
|
263 signal an error. |
|
245ae371bd4d
(char_to_string_1): Extracted from char_to_string.
Gerd Moellmann <gerd@gnu.org>
parents:
36521
diff
changeset
|
264 |
|
245ae371bd4d
(char_to_string_1): Extracted from char_to_string.
Gerd Moellmann <gerd@gnu.org>
parents:
36521
diff
changeset
|
265 Use macro `CHAR_STRING (C, STR)' instead of calling this function |
|
245ae371bd4d
(char_to_string_1): Extracted from char_to_string.
Gerd Moellmann <gerd@gnu.org>
parents:
36521
diff
changeset
|
266 directly if C can be an ASCII character. */ |
|
245ae371bd4d
(char_to_string_1): Extracted from char_to_string.
Gerd Moellmann <gerd@gnu.org>
parents:
36521
diff
changeset
|
267 |
|
245ae371bd4d
(char_to_string_1): Extracted from char_to_string.
Gerd Moellmann <gerd@gnu.org>
parents:
36521
diff
changeset
|
268 int |
|
245ae371bd4d
(char_to_string_1): Extracted from char_to_string.
Gerd Moellmann <gerd@gnu.org>
parents:
36521
diff
changeset
|
269 char_to_string (c, str) |
|
245ae371bd4d
(char_to_string_1): Extracted from char_to_string.
Gerd Moellmann <gerd@gnu.org>
parents:
36521
diff
changeset
|
270 int c; |
|
245ae371bd4d
(char_to_string_1): Extracted from char_to_string.
Gerd Moellmann <gerd@gnu.org>
parents:
36521
diff
changeset
|
271 unsigned char *str; |
|
245ae371bd4d
(char_to_string_1): Extracted from char_to_string.
Gerd Moellmann <gerd@gnu.org>
parents:
36521
diff
changeset
|
272 { |
|
245ae371bd4d
(char_to_string_1): Extracted from char_to_string.
Gerd Moellmann <gerd@gnu.org>
parents:
36521
diff
changeset
|
273 int len; |
|
245ae371bd4d
(char_to_string_1): Extracted from char_to_string.
Gerd Moellmann <gerd@gnu.org>
parents:
36521
diff
changeset
|
274 len = char_to_string_1 (c, str); |
|
245ae371bd4d
(char_to_string_1): Extracted from char_to_string.
Gerd Moellmann <gerd@gnu.org>
parents:
36521
diff
changeset
|
275 if (len == -1) |
|
245ae371bd4d
(char_to_string_1): Extracted from char_to_string.
Gerd Moellmann <gerd@gnu.org>
parents:
36521
diff
changeset
|
276 invalid_character (c); |
|
245ae371bd4d
(char_to_string_1): Extracted from char_to_string.
Gerd Moellmann <gerd@gnu.org>
parents:
36521
diff
changeset
|
277 return len; |
|
245ae371bd4d
(char_to_string_1): Extracted from char_to_string.
Gerd Moellmann <gerd@gnu.org>
parents:
36521
diff
changeset
|
278 } |
|
245ae371bd4d
(char_to_string_1): Extracted from char_to_string.
Gerd Moellmann <gerd@gnu.org>
parents:
36521
diff
changeset
|
279 |
|
245ae371bd4d
(char_to_string_1): Extracted from char_to_string.
Gerd Moellmann <gerd@gnu.org>
parents:
36521
diff
changeset
|
280 |
| 25584 | 281 /* Return the non-ASCII character corresponding to multi-byte form at |
| 282 STR of length LEN. If ACTUAL_LEN is not NULL, store the byte | |
| 283 length of the multibyte form in *ACTUAL_LEN. | |
|
22185
80a2aa51a6e1
Change term "character translation table" to
Kenichi Handa <handa@m17n.org>
parents:
22168
diff
changeset
|
284 |
|
26844
9e9a0735c824
In this entry, just `Modified' means that codes for a
Kenichi Handa <handa@m17n.org>
parents:
26632
diff
changeset
|
285 Use macros STRING_CHAR or STRING_CHAR_AND_LENGTH instead of calling |
|
9e9a0735c824
In this entry, just `Modified' means that codes for a
Kenichi Handa <handa@m17n.org>
parents:
26632
diff
changeset
|
286 this function directly if you want ot handle ASCII characters as |
|
9e9a0735c824
In this entry, just `Modified' means that codes for a
Kenichi Handa <handa@m17n.org>
parents:
26632
diff
changeset
|
287 well. */ |
| 17052 | 288 |
| 21514 | 289 int |
|
26844
9e9a0735c824
In this entry, just `Modified' means that codes for a
Kenichi Handa <handa@m17n.org>
parents:
26632
diff
changeset
|
290 string_to_char (str, len, actual_len) |
|
21419
95aae2ff5fcd
(string_to_non_ascii_char, multibyte_form_length)
Karl Heuer <kwzh@gnu.org>
parents:
21255
diff
changeset
|
291 const unsigned char *str; |
|
25506
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
292 int len, *actual_len; |
| 17052 | 293 { |
|
25506
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
294 int c, bytes, charset, c1, c2; |
|
21445
4c0b4a1025cd
(string_to_non_ascii_char): Include garbage bytes (if
Kenichi Handa <handa@m17n.org>
parents:
21419
diff
changeset
|
295 |
|
25506
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
296 SPLIT_MULTIBYTE_SEQ (str, len, bytes, charset, c1, c2); |
|
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
297 c = MAKE_CHAR (charset, c1, c2); |
| 17052 | 298 if (actual_len) |
|
25506
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
299 *actual_len = bytes; |
| 17052 | 300 return c; |
| 301 } | |
| 302 | |
| 25584 | 303 /* Return the length of the multi-byte form at string STR of length LEN. |
| 304 Use the macro MULTIBYTE_FORM_LENGTH instead. */ | |
| 17052 | 305 int |
| 306 multibyte_form_length (str, len) | |
|
21419
95aae2ff5fcd
(string_to_non_ascii_char, multibyte_form_length)
Karl Heuer <kwzh@gnu.org>
parents:
21255
diff
changeset
|
307 const unsigned char *str; |
| 17052 | 308 int len; |
| 309 { | |
|
25506
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
310 int bytes; |
| 17052 | 311 |
|
25506
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
312 PARSE_MULTIBYTE_SEQ (str, len, bytes); |
|
21445
4c0b4a1025cd
(string_to_non_ascii_char): Include garbage bytes (if
Kenichi Handa <handa@m17n.org>
parents:
21419
diff
changeset
|
313 return bytes; |
| 17052 | 314 } |
| 315 | |
|
25506
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
316 /* Check multibyte form at string STR of length LEN and set variables |
|
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
317 pointed by CHARSET, C1, and C2 to charset and position codes of the |
|
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
318 character at STR, and return 0. If there's no multibyte character, |
| 17052 | 319 return -1. This should be used only in the macro SPLIT_STRING |
| 320 which checks range of STR in advance. */ | |
| 321 | |
| 21514 | 322 int |
|
26844
9e9a0735c824
In this entry, just `Modified' means that codes for a
Kenichi Handa <handa@m17n.org>
parents:
26632
diff
changeset
|
323 split_string (str, len, charset, c1, c2) |
|
25506
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
324 const unsigned char *str; |
|
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
325 unsigned char *c1, *c2; |
|
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
326 int len, *charset; |
| 17052 | 327 { |
|
25506
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
328 register int bytes, cs, code1, code2 = -1; |
| 17052 | 329 |
|
25506
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
330 SPLIT_MULTIBYTE_SEQ (str, len, bytes, cs, code1, code2); |
|
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
331 if (cs == CHARSET_ASCII) |
|
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
332 return -1; |
|
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
333 *charset = cs; |
|
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
334 *c1 = code1; |
|
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
335 *c2 = code2; |
|
26327
74566592a2d6
(split_non_ascii_string): Define return value.
Dave Love <fx@gnu.org>
parents:
26088
diff
changeset
|
336 return 0; |
|
25506
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
337 } |
| 17052 | 338 |
| 25584 | 339 /* Return 1 iff character C has valid printable glyph. |
| 340 Use the macro CHAR_PRINTABLE_P instead. */ | |
|
25506
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
341 int |
|
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
342 char_printable_p (c) |
|
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
343 int c; |
|
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
344 { |
|
34985
cbfe4fc97ebe
(char_printable_p): Remove unused variable `chars'.
Eli Zaretskii <eliz@gnu.org>
parents:
34761
diff
changeset
|
345 int charset, c1, c2; |
|
25506
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
346 |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
347 if (ASCII_BYTE_P (c)) |
|
25506
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
348 return 1; |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
349 else if (SINGLE_BYTE_CHAR_P (c)) |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
350 return 0; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
351 else if (c >= MAX_CHAR) |
|
26844
9e9a0735c824
In this entry, just `Modified' means that codes for a
Kenichi Handa <handa@m17n.org>
parents:
26632
diff
changeset
|
352 return 0; |
|
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
48317
diff
changeset
|
353 |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
354 SPLIT_CHAR (c, charset, c1, c2); |
|
25506
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
355 if (! CHARSET_DEFINED_P (charset)) |
|
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
356 return 0; |
|
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
357 if (CHARSET_CHARS (charset) == 94 |
|
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
358 ? c1 <= 32 || c1 >= 127 |
|
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
359 : c1 < 32) |
|
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
360 return 0; |
|
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
361 if (CHARSET_DIMENSION (charset) == 2 |
|
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
362 && (CHARSET_CHARS (charset) == 94 |
|
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
363 ? c2 <= 32 || c2 >= 127 |
|
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
364 : c2 < 32)) |
|
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
365 return 0; |
|
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
366 return 1; |
| 17052 | 367 } |
| 368 | |
|
22185
80a2aa51a6e1
Change term "character translation table" to
Kenichi Handa <handa@m17n.org>
parents:
22168
diff
changeset
|
369 /* Translate character C by translation table TABLE. If C |
|
22121
6e79a15594ab
Change terms unify/unification to
Kenichi Handa <handa@m17n.org>
parents:
21718
diff
changeset
|
370 is negative, translate a character specified by CHARSET, C1, and C2 |
|
6e79a15594ab
Change terms unify/unification to
Kenichi Handa <handa@m17n.org>
parents:
21718
diff
changeset
|
371 (C1 and C2 are code points of the character). If no translation is |
|
6e79a15594ab
Change terms unify/unification to
Kenichi Handa <handa@m17n.org>
parents:
21718
diff
changeset
|
372 found in TABLE, return C. */ |
| 21514 | 373 int |
|
22121
6e79a15594ab
Change terms unify/unification to
Kenichi Handa <handa@m17n.org>
parents:
21718
diff
changeset
|
374 translate_char (table, c, charset, c1, c2) |
|
17727
9d39361ce928
(unify_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
17366
diff
changeset
|
375 Lisp_Object table; |
|
9d39361ce928
(unify_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
17366
diff
changeset
|
376 int c, charset, c1, c2; |
|
9d39361ce928
(unify_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
17366
diff
changeset
|
377 { |
|
9d39361ce928
(unify_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
17366
diff
changeset
|
378 Lisp_Object ch; |
|
9d39361ce928
(unify_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
17366
diff
changeset
|
379 int alt_charset, alt_c1, alt_c2, dimension; |
|
9d39361ce928
(unify_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
17366
diff
changeset
|
380 |
|
25610
5f9f35400f70
Reset MSBs of arguments of MAKE_CHAR.
Kenichi Handa <handa@m17n.org>
parents:
25584
diff
changeset
|
381 if (c < 0) c = MAKE_CHAR (charset, (c1 & 0x7F) , (c2 & 0x7F)); |
|
17727
9d39361ce928
(unify_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
17366
diff
changeset
|
382 if (!CHAR_TABLE_P (table) |
|
25506
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
383 || (ch = Faref (table, make_number (c)), !NATNUMP (ch))) |
|
17727
9d39361ce928
(unify_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
17366
diff
changeset
|
384 return c; |
|
9d39361ce928
(unify_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
17366
diff
changeset
|
385 |
|
9d39361ce928
(unify_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
17366
diff
changeset
|
386 SPLIT_CHAR (XFASTINT (ch), alt_charset, alt_c1, alt_c2); |
|
9d39361ce928
(unify_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
17366
diff
changeset
|
387 dimension = CHARSET_DIMENSION (alt_charset); |
|
41898
9965a3b28660
(char_to_string_1, translate_char, Fdefine_charset): Add parentheses around
Pavel Jan?k <Pavel@Janik.cz>
parents:
40656
diff
changeset
|
388 if ((dimension == 1 && alt_c1 > 0) || (dimension == 2 && alt_c2 > 0)) |
|
17727
9d39361ce928
(unify_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
17366
diff
changeset
|
389 /* CH is not a generic character, just return it. */ |
|
9d39361ce928
(unify_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
17366
diff
changeset
|
390 return XFASTINT (ch); |
|
9d39361ce928
(unify_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
17366
diff
changeset
|
391 |
|
9d39361ce928
(unify_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
17366
diff
changeset
|
392 /* Since CH is a generic character, we must return a specific |
|
9d39361ce928
(unify_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
17366
diff
changeset
|
393 charater which has the same position codes as C from CH. */ |
|
9d39361ce928
(unify_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
17366
diff
changeset
|
394 if (charset < 0) |
|
9d39361ce928
(unify_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
17366
diff
changeset
|
395 SPLIT_CHAR (c, charset, c1, c2); |
|
9d39361ce928
(unify_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
17366
diff
changeset
|
396 if (dimension != CHARSET_DIMENSION (charset)) |
|
9d39361ce928
(unify_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
17366
diff
changeset
|
397 /* We can't make such a character because of dimension mismatch. */ |
|
9d39361ce928
(unify_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
17366
diff
changeset
|
398 return c; |
|
9d39361ce928
(unify_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
17366
diff
changeset
|
399 return MAKE_CHAR (alt_charset, c1, c2); |
|
9d39361ce928
(unify_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
17366
diff
changeset
|
400 } |
|
9d39361ce928
(unify_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
17366
diff
changeset
|
401 |
|
21034
f3128abaf8aa
(DEFAULT_NONASCII_INSERT_OFFSET): Macro definition is
Kenichi Handa <handa@m17n.org>
parents:
20933
diff
changeset
|
402 /* Convert the unibyte character C to multibyte based on |
|
22121
6e79a15594ab
Change terms unify/unification to
Kenichi Handa <handa@m17n.org>
parents:
21718
diff
changeset
|
403 Vnonascii_translation_table or nonascii_insert_offset. If they can't |
|
21034
f3128abaf8aa
(DEFAULT_NONASCII_INSERT_OFFSET): Macro definition is
Kenichi Handa <handa@m17n.org>
parents:
20933
diff
changeset
|
404 convert C to a valid multibyte character, convert it based on |
|
f3128abaf8aa
(DEFAULT_NONASCII_INSERT_OFFSET): Macro definition is
Kenichi Handa <handa@m17n.org>
parents:
20933
diff
changeset
|
405 DEFAULT_NONASCII_INSERT_OFFSET which makes C a Latin-1 character. */ |
|
20705
a949dc65fbea
(nonascii_insert_offset): Variable moved from cmds.c.
Richard M. Stallman <rms@gnu.org>
parents:
20636
diff
changeset
|
406 |
| 21514 | 407 int |
|
20705
a949dc65fbea
(nonascii_insert_offset): Variable moved from cmds.c.
Richard M. Stallman <rms@gnu.org>
parents:
20636
diff
changeset
|
408 unibyte_char_to_multibyte (c) |
|
a949dc65fbea
(nonascii_insert_offset): Variable moved from cmds.c.
Richard M. Stallman <rms@gnu.org>
parents:
20636
diff
changeset
|
409 int c; |
|
a949dc65fbea
(nonascii_insert_offset): Variable moved from cmds.c.
Richard M. Stallman <rms@gnu.org>
parents:
20636
diff
changeset
|
410 { |
|
23928
b718a88bb2b1
(unibyte_char_to_multibyte): Don't convert 7-bit ASCII characters via
Eli Zaretskii <eliz@gnu.org>
parents:
23883
diff
changeset
|
411 if (c < 0400 && c >= 0200) |
|
20705
a949dc65fbea
(nonascii_insert_offset): Variable moved from cmds.c.
Richard M. Stallman <rms@gnu.org>
parents:
20636
diff
changeset
|
412 { |
|
21034
f3128abaf8aa
(DEFAULT_NONASCII_INSERT_OFFSET): Macro definition is
Kenichi Handa <handa@m17n.org>
parents:
20933
diff
changeset
|
413 int c_save = c; |
|
f3128abaf8aa
(DEFAULT_NONASCII_INSERT_OFFSET): Macro definition is
Kenichi Handa <handa@m17n.org>
parents:
20933
diff
changeset
|
414 |
|
22121
6e79a15594ab
Change terms unify/unification to
Kenichi Handa <handa@m17n.org>
parents:
21718
diff
changeset
|
415 if (! NILP (Vnonascii_translation_table)) |
|
23154
a9cbf64603ca
(unibyte_char_to_multibyte):
Kenichi Handa <handa@m17n.org>
parents:
23140
diff
changeset
|
416 { |
|
a9cbf64603ca
(unibyte_char_to_multibyte):
Kenichi Handa <handa@m17n.org>
parents:
23140
diff
changeset
|
417 c = XINT (Faref (Vnonascii_translation_table, make_number (c))); |
|
25506
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
418 if (c >= 0400 && ! char_valid_p (c, 0)) |
|
23154
a9cbf64603ca
(unibyte_char_to_multibyte):
Kenichi Handa <handa@m17n.org>
parents:
23140
diff
changeset
|
419 c = c_save + DEFAULT_NONASCII_INSERT_OFFSET; |
|
a9cbf64603ca
(unibyte_char_to_multibyte):
Kenichi Handa <handa@m17n.org>
parents:
23140
diff
changeset
|
420 } |
|
a9cbf64603ca
(unibyte_char_to_multibyte):
Kenichi Handa <handa@m17n.org>
parents:
23140
diff
changeset
|
421 else if (c >= 0240 && nonascii_insert_offset > 0) |
|
a9cbf64603ca
(unibyte_char_to_multibyte):
Kenichi Handa <handa@m17n.org>
parents:
23140
diff
changeset
|
422 { |
|
a9cbf64603ca
(unibyte_char_to_multibyte):
Kenichi Handa <handa@m17n.org>
parents:
23140
diff
changeset
|
423 c += nonascii_insert_offset; |
|
25506
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
424 if (c < 0400 || ! char_valid_p (c, 0)) |
|
23154
a9cbf64603ca
(unibyte_char_to_multibyte):
Kenichi Handa <handa@m17n.org>
parents:
23140
diff
changeset
|
425 c = c_save + DEFAULT_NONASCII_INSERT_OFFSET; |
|
a9cbf64603ca
(unibyte_char_to_multibyte):
Kenichi Handa <handa@m17n.org>
parents:
23140
diff
changeset
|
426 } |
|
a9cbf64603ca
(unibyte_char_to_multibyte):
Kenichi Handa <handa@m17n.org>
parents:
23140
diff
changeset
|
427 else if (c >= 0240) |
|
21034
f3128abaf8aa
(DEFAULT_NONASCII_INSERT_OFFSET): Macro definition is
Kenichi Handa <handa@m17n.org>
parents:
20933
diff
changeset
|
428 c = c_save + DEFAULT_NONASCII_INSERT_OFFSET; |
|
20705
a949dc65fbea
(nonascii_insert_offset): Variable moved from cmds.c.
Richard M. Stallman <rms@gnu.org>
parents:
20636
diff
changeset
|
429 } |
|
a949dc65fbea
(nonascii_insert_offset): Variable moved from cmds.c.
Richard M. Stallman <rms@gnu.org>
parents:
20636
diff
changeset
|
430 return c; |
|
a949dc65fbea
(nonascii_insert_offset): Variable moved from cmds.c.
Richard M. Stallman <rms@gnu.org>
parents:
20636
diff
changeset
|
431 } |
|
22927
209acf11198c
(multibyte_char_to_unibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
22774
diff
changeset
|
432 |
|
209acf11198c
(multibyte_char_to_unibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
22774
diff
changeset
|
433 |
|
209acf11198c
(multibyte_char_to_unibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
22774
diff
changeset
|
434 /* Convert the multibyte character C to unibyte 8-bit character based |
|
209acf11198c
(multibyte_char_to_unibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
22774
diff
changeset
|
435 on Vnonascii_translation_table or nonascii_insert_offset. If |
|
209acf11198c
(multibyte_char_to_unibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
22774
diff
changeset
|
436 REV_TBL is non-nil, it should be a reverse table of |
|
209acf11198c
(multibyte_char_to_unibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
22774
diff
changeset
|
437 Vnonascii_translation_table, i.e. what given by: |
|
209acf11198c
(multibyte_char_to_unibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
22774
diff
changeset
|
438 Fchar_table_extra_slot (Vnonascii_translation_table, make_number (0)) */ |
|
209acf11198c
(multibyte_char_to_unibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
22774
diff
changeset
|
439 |
|
209acf11198c
(multibyte_char_to_unibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
22774
diff
changeset
|
440 int |
|
209acf11198c
(multibyte_char_to_unibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
22774
diff
changeset
|
441 multibyte_char_to_unibyte (c, rev_tbl) |
|
209acf11198c
(multibyte_char_to_unibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
22774
diff
changeset
|
442 int c; |
|
209acf11198c
(multibyte_char_to_unibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
22774
diff
changeset
|
443 Lisp_Object rev_tbl; |
|
209acf11198c
(multibyte_char_to_unibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
22774
diff
changeset
|
444 { |
|
209acf11198c
(multibyte_char_to_unibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
22774
diff
changeset
|
445 if (!SINGLE_BYTE_CHAR_P (c)) |
|
209acf11198c
(multibyte_char_to_unibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
22774
diff
changeset
|
446 { |
|
209acf11198c
(multibyte_char_to_unibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
22774
diff
changeset
|
447 int c_save = c; |
|
209acf11198c
(multibyte_char_to_unibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
22774
diff
changeset
|
448 |
|
209acf11198c
(multibyte_char_to_unibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
22774
diff
changeset
|
449 if (! CHAR_TABLE_P (rev_tbl) |
|
209acf11198c
(multibyte_char_to_unibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
22774
diff
changeset
|
450 && CHAR_TABLE_P (Vnonascii_translation_table)) |
|
209acf11198c
(multibyte_char_to_unibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
22774
diff
changeset
|
451 rev_tbl = Fchar_table_extra_slot (Vnonascii_translation_table, |
|
209acf11198c
(multibyte_char_to_unibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
22774
diff
changeset
|
452 make_number (0)); |
|
209acf11198c
(multibyte_char_to_unibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
22774
diff
changeset
|
453 if (CHAR_TABLE_P (rev_tbl)) |
|
209acf11198c
(multibyte_char_to_unibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
22774
diff
changeset
|
454 { |
|
209acf11198c
(multibyte_char_to_unibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
22774
diff
changeset
|
455 Lisp_Object temp; |
|
209acf11198c
(multibyte_char_to_unibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
22774
diff
changeset
|
456 temp = Faref (rev_tbl, make_number (c)); |
|
209acf11198c
(multibyte_char_to_unibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
22774
diff
changeset
|
457 if (INTEGERP (temp)) |
|
209acf11198c
(multibyte_char_to_unibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
22774
diff
changeset
|
458 c = XINT (temp); |
|
23154
a9cbf64603ca
(unibyte_char_to_multibyte):
Kenichi Handa <handa@m17n.org>
parents:
23140
diff
changeset
|
459 if (c >= 256) |
|
a9cbf64603ca
(unibyte_char_to_multibyte):
Kenichi Handa <handa@m17n.org>
parents:
23140
diff
changeset
|
460 c = (c_save & 0177) + 0200; |
|
22927
209acf11198c
(multibyte_char_to_unibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
22774
diff
changeset
|
461 } |
|
23154
a9cbf64603ca
(unibyte_char_to_multibyte):
Kenichi Handa <handa@m17n.org>
parents:
23140
diff
changeset
|
462 else |
|
a9cbf64603ca
(unibyte_char_to_multibyte):
Kenichi Handa <handa@m17n.org>
parents:
23140
diff
changeset
|
463 { |
|
a9cbf64603ca
(unibyte_char_to_multibyte):
Kenichi Handa <handa@m17n.org>
parents:
23140
diff
changeset
|
464 if (nonascii_insert_offset > 0) |
|
a9cbf64603ca
(unibyte_char_to_multibyte):
Kenichi Handa <handa@m17n.org>
parents:
23140
diff
changeset
|
465 c -= nonascii_insert_offset; |
|
a9cbf64603ca
(unibyte_char_to_multibyte):
Kenichi Handa <handa@m17n.org>
parents:
23140
diff
changeset
|
466 if (c < 128 || c >= 256) |
|
a9cbf64603ca
(unibyte_char_to_multibyte):
Kenichi Handa <handa@m17n.org>
parents:
23140
diff
changeset
|
467 c = (c_save & 0177) + 0200; |
|
a9cbf64603ca
(unibyte_char_to_multibyte):
Kenichi Handa <handa@m17n.org>
parents:
23140
diff
changeset
|
468 } |
|
22927
209acf11198c
(multibyte_char_to_unibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
22774
diff
changeset
|
469 } |
|
209acf11198c
(multibyte_char_to_unibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
22774
diff
changeset
|
470 |
|
209acf11198c
(multibyte_char_to_unibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
22774
diff
changeset
|
471 return c; |
|
209acf11198c
(multibyte_char_to_unibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
22774
diff
changeset
|
472 } |
|
209acf11198c
(multibyte_char_to_unibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
22774
diff
changeset
|
473 |
|
20705
a949dc65fbea
(nonascii_insert_offset): Variable moved from cmds.c.
Richard M. Stallman <rms@gnu.org>
parents:
20636
diff
changeset
|
474 |
| 17052 | 475 /* Update the table Vcharset_table with the given arguments (see the |
| 476 document of `define-charset' for the meaning of each argument). | |
| 477 Several other table contents are also updated. The caller should | |
| 478 check the validity of CHARSET-ID and the remaining arguments in | |
| 479 advance. */ | |
| 480 | |
| 481 void | |
| 482 update_charset_table (charset_id, dimension, chars, width, direction, | |
| 483 iso_final_char, iso_graphic_plane, | |
| 484 short_name, long_name, description) | |
| 485 Lisp_Object charset_id, dimension, chars, width, direction; | |
| 486 Lisp_Object iso_final_char, iso_graphic_plane; | |
| 487 Lisp_Object short_name, long_name, description; | |
| 488 { | |
| 489 int charset = XINT (charset_id); | |
| 490 int bytes; | |
| 491 unsigned char leading_code_base, leading_code_ext; | |
| 492 | |
|
17322
a7d9b8e167ca
(non_ascii_char_to_string, update_charset_table,
Kenichi Handa <handa@m17n.org>
parents:
17186
diff
changeset
|
493 if (NILP (CHARSET_TABLE_ENTRY (charset))) |
|
a7d9b8e167ca
(non_ascii_char_to_string, update_charset_table,
Kenichi Handa <handa@m17n.org>
parents:
17186
diff
changeset
|
494 CHARSET_TABLE_ENTRY (charset) |
|
a7d9b8e167ca
(non_ascii_char_to_string, update_charset_table,
Kenichi Handa <handa@m17n.org>
parents:
17186
diff
changeset
|
495 = Fmake_vector (make_number (CHARSET_MAX_IDX), Qnil); |
| 17052 | 496 |
|
29139
c1c227f62493
(update_charset_table): Accept nil in LONG_NAME and
Kenichi Handa <handa@m17n.org>
parents:
29095
diff
changeset
|
497 if (NILP (long_name)) |
|
c1c227f62493
(update_charset_table): Accept nil in LONG_NAME and
Kenichi Handa <handa@m17n.org>
parents:
29095
diff
changeset
|
498 long_name = short_name; |
|
c1c227f62493
(update_charset_table): Accept nil in LONG_NAME and
Kenichi Handa <handa@m17n.org>
parents:
29095
diff
changeset
|
499 if (NILP (description)) |
|
c1c227f62493
(update_charset_table): Accept nil in LONG_NAME and
Kenichi Handa <handa@m17n.org>
parents:
29095
diff
changeset
|
500 description = long_name; |
|
c1c227f62493
(update_charset_table): Accept nil in LONG_NAME and
Kenichi Handa <handa@m17n.org>
parents:
29095
diff
changeset
|
501 |
| 17052 | 502 /* Get byte length of multibyte form, base leading-code, and |
| 503 extended leading-code of the charset. See the comment under the | |
| 504 title "GENERAL NOTE on CHARACTER SET (CHARSET)" in charset.h. */ | |
| 505 bytes = XINT (dimension); | |
| 506 if (charset < MIN_CHARSET_PRIVATE_DIMENSION1) | |
| 507 { | |
| 508 /* Official charset, it doesn't have an extended leading-code. */ | |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
509 if (charset != CHARSET_ASCII && charset != CHARSET_8_BIT_GRAPHIC) |
| 17052 | 510 bytes += 1; /* For a base leading-code. */ |
| 511 leading_code_base = charset; | |
| 512 leading_code_ext = 0; | |
| 513 } | |
| 514 else | |
| 515 { | |
| 516 /* Private charset. */ | |
| 517 bytes += 2; /* For base and extended leading-codes. */ | |
| 518 leading_code_base | |
| 519 = (charset < LEADING_CODE_EXT_12 | |
| 520 ? LEADING_CODE_PRIVATE_11 | |
| 521 : (charset < LEADING_CODE_EXT_21 | |
| 522 ? LEADING_CODE_PRIVATE_12 | |
| 523 : (charset < LEADING_CODE_EXT_22 | |
| 524 ? LEADING_CODE_PRIVATE_21 | |
| 525 : LEADING_CODE_PRIVATE_22))); | |
| 526 leading_code_ext = charset; | |
|
29538
c0c34d18e8a0
(update_charset_table): Update the table
Kenichi Handa <handa@m17n.org>
parents:
29269
diff
changeset
|
527 if (BYTES_BY_CHAR_HEAD (leading_code_base) != bytes) |
|
c0c34d18e8a0
(update_charset_table): Update the table
Kenichi Handa <handa@m17n.org>
parents:
29269
diff
changeset
|
528 error ("Invalid dimension for the charset-ID %d", charset); |
|
c0c34d18e8a0
(update_charset_table): Update the table
Kenichi Handa <handa@m17n.org>
parents:
29269
diff
changeset
|
529 } |
|
23628
4a0a107fac9e
(string_to_non_ascii_char): Change the check for the
Kenichi Handa <handa@m17n.org>
parents:
23576
diff
changeset
|
530 |
| 17052 | 531 CHARSET_TABLE_INFO (charset, CHARSET_ID_IDX) = charset_id; |
| 532 CHARSET_TABLE_INFO (charset, CHARSET_BYTES_IDX) = make_number (bytes); | |
| 533 CHARSET_TABLE_INFO (charset, CHARSET_DIMENSION_IDX) = dimension; | |
| 534 CHARSET_TABLE_INFO (charset, CHARSET_CHARS_IDX) = chars; | |
| 535 CHARSET_TABLE_INFO (charset, CHARSET_WIDTH_IDX) = width; | |
| 536 CHARSET_TABLE_INFO (charset, CHARSET_DIRECTION_IDX) = direction; | |
| 537 CHARSET_TABLE_INFO (charset, CHARSET_LEADING_CODE_BASE_IDX) | |
| 538 = make_number (leading_code_base); | |
| 539 CHARSET_TABLE_INFO (charset, CHARSET_LEADING_CODE_EXT_IDX) | |
| 540 = make_number (leading_code_ext); | |
| 541 CHARSET_TABLE_INFO (charset, CHARSET_ISO_FINAL_CHAR_IDX) = iso_final_char; | |
| 542 CHARSET_TABLE_INFO (charset, CHARSET_ISO_GRAPHIC_PLANE_IDX) | |
| 543 = iso_graphic_plane; | |
| 544 CHARSET_TABLE_INFO (charset, CHARSET_SHORT_NAME_IDX) = short_name; | |
| 545 CHARSET_TABLE_INFO (charset, CHARSET_LONG_NAME_IDX) = long_name; | |
| 546 CHARSET_TABLE_INFO (charset, CHARSET_DESCRIPTION_IDX) = description; | |
| 547 CHARSET_TABLE_INFO (charset, CHARSET_PLIST_IDX) = Qnil; | |
| 548 | |
| 549 { | |
| 550 /* If we have already defined a charset which has the same | |
| 551 DIMENSION, CHARS and ISO-FINAL-CHAR but the different | |
| 552 DIRECTION, we must update the entry REVERSE-CHARSET of both | |
| 553 charsets. If there's no such charset, the value of the entry | |
| 554 is set to nil. */ | |
| 555 int i; | |
| 556 | |
|
17186
65bc06706714
Adjusted for the change of MAX_CHARSET.
Kenichi Handa <handa@m17n.org>
parents:
17121
diff
changeset
|
557 for (i = 0; i <= MAX_CHARSET; i++) |
| 17052 | 558 if (!NILP (CHARSET_TABLE_ENTRY (i))) |
| 559 { | |
| 560 if (CHARSET_DIMENSION (i) == XINT (dimension) | |
| 561 && CHARSET_CHARS (i) == XINT (chars) | |
| 562 && CHARSET_ISO_FINAL_CHAR (i) == XINT (iso_final_char) | |
| 563 && CHARSET_DIRECTION (i) != XINT (direction)) | |
| 564 { | |
| 565 CHARSET_TABLE_INFO (charset, CHARSET_REVERSE_CHARSET_IDX) | |
| 566 = make_number (i); | |
| 567 CHARSET_TABLE_INFO (i, CHARSET_REVERSE_CHARSET_IDX) = charset_id; | |
| 568 break; | |
| 569 } | |
| 570 } | |
|
17186
65bc06706714
Adjusted for the change of MAX_CHARSET.
Kenichi Handa <handa@m17n.org>
parents:
17121
diff
changeset
|
571 if (i > MAX_CHARSET) |
| 17052 | 572 /* No such a charset. */ |
| 573 CHARSET_TABLE_INFO (charset, CHARSET_REVERSE_CHARSET_IDX) | |
| 574 = make_number (-1); | |
| 575 } | |
| 576 | |
|
29538
c0c34d18e8a0
(update_charset_table): Update the table
Kenichi Handa <handa@m17n.org>
parents:
29269
diff
changeset
|
577 if (charset != CHARSET_ASCII && charset != CHARSET_8_BIT_GRAPHIC |
| 17052 | 578 && charset < MIN_CHARSET_PRIVATE_DIMENSION1) |
| 579 { | |
|
29538
c0c34d18e8a0
(update_charset_table): Update the table
Kenichi Handa <handa@m17n.org>
parents:
29269
diff
changeset
|
580 bytes_by_char_head[leading_code_base] = bytes; |
| 17052 | 581 width_by_char_head[leading_code_base] = XINT (width); |
| 582 | |
| 583 /* Update table emacs_code_class. */ | |
| 584 emacs_code_class[charset] = (bytes == 2 | |
| 585 ? EMACS_leading_code_2 | |
| 586 : (bytes == 3 | |
| 587 ? EMACS_leading_code_3 | |
| 588 : EMACS_leading_code_4)); | |
| 589 } | |
| 590 | |
| 591 /* Update table iso_charset_table. */ | |
|
29717
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29538
diff
changeset
|
592 if (XINT (iso_final_char) >= 0 |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
593 && ISO_CHARSET_TABLE (dimension, chars, iso_final_char) < 0) |
| 17052 | 594 ISO_CHARSET_TABLE (dimension, chars, iso_final_char) = charset; |
| 595 } | |
| 596 | |
| 597 #ifdef emacs | |
| 598 | |
| 599 /* Return charset id of CHARSET_SYMBOL, or return -1 if CHARSET_SYMBOL | |
| 600 is invalid. */ | |
| 601 int | |
| 602 get_charset_id (charset_symbol) | |
| 603 Lisp_Object charset_symbol; | |
| 604 { | |
| 605 Lisp_Object val; | |
| 606 int charset; | |
| 607 | |
|
43144
69a3fef3cb46
(get_charset_id): Use if-else instead of ?:.
Eli Zaretskii <eliz@gnu.org>
parents:
42162
diff
changeset
|
608 /* This originally used a ?: operator, but reportedly the HP-UX |
|
69a3fef3cb46
(get_charset_id): Use if-else instead of ?:.
Eli Zaretskii <eliz@gnu.org>
parents:
42162
diff
changeset
|
609 compiler version HP92453-01 A.10.32.22 miscompiles that. */ |
|
69a3fef3cb46
(get_charset_id): Use if-else instead of ?:.
Eli Zaretskii <eliz@gnu.org>
parents:
42162
diff
changeset
|
610 if (SYMBOLP (charset_symbol) |
|
69a3fef3cb46
(get_charset_id): Use if-else instead of ?:.
Eli Zaretskii <eliz@gnu.org>
parents:
42162
diff
changeset
|
611 && VECTORP (val = Fget (charset_symbol, Qcharset)) |
|
69a3fef3cb46
(get_charset_id): Use if-else instead of ?:.
Eli Zaretskii <eliz@gnu.org>
parents:
42162
diff
changeset
|
612 && CHARSET_VALID_P (charset = |
|
69a3fef3cb46
(get_charset_id): Use if-else instead of ?:.
Eli Zaretskii <eliz@gnu.org>
parents:
42162
diff
changeset
|
613 XINT (XVECTOR (val)->contents[CHARSET_ID_IDX]))) |
|
69a3fef3cb46
(get_charset_id): Use if-else instead of ?:.
Eli Zaretskii <eliz@gnu.org>
parents:
42162
diff
changeset
|
614 return charset; |
|
69a3fef3cb46
(get_charset_id): Use if-else instead of ?:.
Eli Zaretskii <eliz@gnu.org>
parents:
42162
diff
changeset
|
615 else |
|
69a3fef3cb46
(get_charset_id): Use if-else instead of ?:.
Eli Zaretskii <eliz@gnu.org>
parents:
42162
diff
changeset
|
616 return -1; |
| 17052 | 617 } |
| 618 | |
| 619 /* Return an identification number for a new private charset of | |
| 620 DIMENSION and WIDTH. If there's no more room for the new charset, | |
| 621 return 0. */ | |
| 622 Lisp_Object | |
| 623 get_new_private_charset_id (dimension, width) | |
| 624 int dimension, width; | |
| 625 { | |
| 626 int charset, from, to; | |
| 627 | |
| 628 if (dimension == 1) | |
| 629 { | |
|
33629
d07521d90a8e
(get_new_private_charset_id): Don't limit CHARSET_ID by WIDTH.
Kenichi Handa <handa@m17n.org>
parents:
32380
diff
changeset
|
630 from = LEADING_CODE_EXT_11; |
|
d07521d90a8e
(get_new_private_charset_id): Don't limit CHARSET_ID by WIDTH.
Kenichi Handa <handa@m17n.org>
parents:
32380
diff
changeset
|
631 to = LEADING_CODE_EXT_21; |
| 17052 | 632 } |
| 633 else | |
| 634 { | |
|
33629
d07521d90a8e
(get_new_private_charset_id): Don't limit CHARSET_ID by WIDTH.
Kenichi Handa <handa@m17n.org>
parents:
32380
diff
changeset
|
635 from = LEADING_CODE_EXT_21; |
|
d07521d90a8e
(get_new_private_charset_id): Don't limit CHARSET_ID by WIDTH.
Kenichi Handa <handa@m17n.org>
parents:
32380
diff
changeset
|
636 to = LEADING_CODE_EXT_MAX + 1; |
| 17052 | 637 } |
| 638 | |
| 639 for (charset = from; charset < to; charset++) | |
| 640 if (!CHARSET_DEFINED_P (charset)) break; | |
| 641 | |
| 642 return make_number (charset < to ? charset : 0); | |
| 643 } | |
| 644 | |
| 645 DEFUN ("define-charset", Fdefine_charset, Sdefine_charset, 3, 3, 0, | |
|
40103
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
646 doc: /* Define CHARSET-ID as the identification number of CHARSET with INFO-VECTOR. |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
647 If CHARSET-ID is nil, it is decided automatically, which means CHARSET is |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
648 treated as a private charset. |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
649 INFO-VECTOR is a vector of the format: |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
650 [DIMENSION CHARS WIDTH DIRECTION ISO-FINAL-CHAR ISO-GRAPHIC-PLANE |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
651 SHORT-NAME LONG-NAME DESCRIPTION] |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
652 The meanings of each elements is as follows: |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
653 DIMENSION (integer) is the number of bytes to represent a character: 1 or 2. |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
654 CHARS (integer) is the number of characters in a dimension: 94 or 96. |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
655 WIDTH (integer) is the number of columns a character in the charset |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
656 occupies on the screen: one of 0, 1, and 2. |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
657 |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
658 DIRECTION (integer) is the rendering direction of characters in the |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
659 charset when rendering. If 0, render from left to right, else |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
660 render from right to left. |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
661 |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
662 ISO-FINAL-CHAR (character) is the final character of the |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
663 corresponding ISO 2022 charset. |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
664 It may be -1 if the charset is internal use only. |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
665 |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
666 ISO-GRAPHIC-PLANE (integer) is the graphic plane to be invoked |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
667 while encoding to variants of ISO 2022 coding system, one of the |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
668 following: 0/graphic-plane-left(GL), 1/graphic-plane-right(GR). |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
669 It may be -1 if the charset is internal use only. |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
670 |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
671 SHORT-NAME (string) is the short name to refer to the charset. |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
672 |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
673 LONG-NAME (string) is the long name to refer to the charset. |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
674 |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
675 DESCRIPTION (string) is the description string of the charset. */) |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
676 (charset_id, charset_symbol, info_vector) |
| 17052 | 677 Lisp_Object charset_id, charset_symbol, info_vector; |
| 678 { | |
| 679 Lisp_Object *vec; | |
| 680 | |
| 681 if (!NILP (charset_id)) | |
|
40656
cdfd4d09b79a
Update usage of CHECK_ macros (remove unused second argument).
Pavel Jan?k <Pavel@Janik.cz>
parents:
40115
diff
changeset
|
682 CHECK_NUMBER (charset_id); |
|
cdfd4d09b79a
Update usage of CHECK_ macros (remove unused second argument).
Pavel Jan?k <Pavel@Janik.cz>
parents:
40115
diff
changeset
|
683 CHECK_SYMBOL (charset_symbol); |
|
cdfd4d09b79a
Update usage of CHECK_ macros (remove unused second argument).
Pavel Jan?k <Pavel@Janik.cz>
parents:
40115
diff
changeset
|
684 CHECK_VECTOR (info_vector); |
| 17052 | 685 |
| 686 if (! NILP (charset_id)) | |
| 687 { | |
| 688 if (! CHARSET_VALID_P (XINT (charset_id))) | |
| 689 error ("Invalid CHARSET: %d", XINT (charset_id)); | |
| 690 else if (CHARSET_DEFINED_P (XINT (charset_id))) | |
| 691 error ("Already defined charset: %d", XINT (charset_id)); | |
| 692 } | |
| 693 | |
| 694 vec = XVECTOR (info_vector)->contents; | |
| 695 if (XVECTOR (info_vector)->size != 9 | |
| 696 || !INTEGERP (vec[0]) || !(XINT (vec[0]) == 1 || XINT (vec[0]) == 2) | |
| 697 || !INTEGERP (vec[1]) || !(XINT (vec[1]) == 94 || XINT (vec[1]) == 96) | |
| 698 || !INTEGERP (vec[2]) || !(XINT (vec[2]) == 1 || XINT (vec[2]) == 2) | |
| 699 || !INTEGERP (vec[3]) || !(XINT (vec[3]) == 0 || XINT (vec[3]) == 1) | |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
700 || !INTEGERP (vec[4]) |
|
41898
9965a3b28660
(char_to_string_1, translate_char, Fdefine_charset): Add parentheses around
Pavel Jan?k <Pavel@Janik.cz>
parents:
40656
diff
changeset
|
701 || !(XINT (vec[4]) == -1 || (XINT (vec[4]) >= '0' && XINT (vec[4]) <= '~')) |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
702 || !INTEGERP (vec[5]) |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
703 || !(XINT (vec[5]) == -1 || XINT (vec[5]) == 0 || XINT (vec[5]) == 1) |
| 17052 | 704 || !STRINGP (vec[6]) |
| 705 || !STRINGP (vec[7]) | |
| 706 || !STRINGP (vec[8])) | |
| 707 error ("Invalid info-vector argument for defining charset %s", | |
|
46370
40db0673e6f0
Most uses of XSTRING combined with STRING_BYTES or indirection changed to
Ken Raeburn <raeburn@raeburn.org>
parents:
46056
diff
changeset
|
708 SDATA (SYMBOL_NAME (charset_symbol))); |
| 17052 | 709 |
| 710 if (NILP (charset_id)) | |
| 711 { | |
| 712 charset_id = get_new_private_charset_id (XINT (vec[0]), XINT (vec[2])); | |
| 713 if (XINT (charset_id) == 0) | |
| 714 error ("There's no room for a new private charset %s", | |
|
46370
40db0673e6f0
Most uses of XSTRING combined with STRING_BYTES or indirection changed to
Ken Raeburn <raeburn@raeburn.org>
parents:
46056
diff
changeset
|
715 SDATA (SYMBOL_NAME (charset_symbol))); |
| 17052 | 716 } |
| 717 | |
| 718 update_charset_table (charset_id, vec[0], vec[1], vec[2], vec[3], | |
| 719 vec[4], vec[5], vec[6], vec[7], vec[8]); | |
|
17322
a7d9b8e167ca
(non_ascii_char_to_string, update_charset_table,
Kenichi Handa <handa@m17n.org>
parents:
17186
diff
changeset
|
720 Fput (charset_symbol, Qcharset, CHARSET_TABLE_ENTRY (XINT (charset_id))); |
| 17052 | 721 CHARSET_SYMBOL (XINT (charset_id)) = charset_symbol; |
| 722 Vcharset_list = Fcons (charset_symbol, Vcharset_list); | |
|
42162
478d5ff60075
(Fdefine_charset): Call Fupdate_coding_systems_internal.
Richard M. Stallman <rms@gnu.org>
parents:
41898
diff
changeset
|
723 Fupdate_coding_systems_internal (); |
| 17052 | 724 return Qnil; |
| 725 } | |
| 726 | |
|
22703
15e0119749cf
(Vgeneric_character_list): New variable.
Kenichi Handa <handa@m17n.org>
parents:
22524
diff
changeset
|
727 DEFUN ("generic-character-list", Fgeneric_character_list, |
|
15e0119749cf
(Vgeneric_character_list): New variable.
Kenichi Handa <handa@m17n.org>
parents:
22524
diff
changeset
|
728 Sgeneric_character_list, 0, 0, 0, |
|
40103
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
729 doc: /* Return a list of all possible generic characters. |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
730 It includes a generic character for a charset not yet defined. */) |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
731 () |
|
22703
15e0119749cf
(Vgeneric_character_list): New variable.
Kenichi Handa <handa@m17n.org>
parents:
22524
diff
changeset
|
732 { |
|
15e0119749cf
(Vgeneric_character_list): New variable.
Kenichi Handa <handa@m17n.org>
parents:
22524
diff
changeset
|
733 return Vgeneric_character_list; |
|
15e0119749cf
(Vgeneric_character_list): New variable.
Kenichi Handa <handa@m17n.org>
parents:
22524
diff
changeset
|
734 } |
|
15e0119749cf
(Vgeneric_character_list): New variable.
Kenichi Handa <handa@m17n.org>
parents:
22524
diff
changeset
|
735 |
|
20435
099812ea310f
(Fget_unused_iso_final_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
20362
diff
changeset
|
736 DEFUN ("get-unused-iso-final-char", Fget_unused_iso_final_char, |
|
099812ea310f
(Fget_unused_iso_final_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
20362
diff
changeset
|
737 Sget_unused_iso_final_char, 2, 2, 0, |
|
55505
7abf0e14a59e
(Fget_unused_iso_final_char): Fix typos in docstring.
Juanma Barranquero <lekktu@gmail.com>
parents:
53528
diff
changeset
|
738 doc: /* Return an unused ISO's final char for a charset of DIMENSION and CHARS. |
|
40103
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
739 DIMENSION is the number of bytes to represent a character: 1 or 2. |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
740 CHARS is the number of characters in a dimension: 94 or 96. |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
741 |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
742 This final char is for private use, thus the range is `0' (48) .. `?' (63). |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
743 If there's no unused final char for the specified kind of charset, |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
744 return nil. */) |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
745 (dimension, chars) |
|
20435
099812ea310f
(Fget_unused_iso_final_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
20362
diff
changeset
|
746 Lisp_Object dimension, chars; |
|
099812ea310f
(Fget_unused_iso_final_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
20362
diff
changeset
|
747 { |
|
099812ea310f
(Fget_unused_iso_final_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
20362
diff
changeset
|
748 int final_char; |
|
099812ea310f
(Fget_unused_iso_final_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
20362
diff
changeset
|
749 |
|
40656
cdfd4d09b79a
Update usage of CHECK_ macros (remove unused second argument).
Pavel Jan?k <Pavel@Janik.cz>
parents:
40115
diff
changeset
|
750 CHECK_NUMBER (dimension); |
|
cdfd4d09b79a
Update usage of CHECK_ macros (remove unused second argument).
Pavel Jan?k <Pavel@Janik.cz>
parents:
40115
diff
changeset
|
751 CHECK_NUMBER (chars); |
|
20435
099812ea310f
(Fget_unused_iso_final_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
20362
diff
changeset
|
752 if (XINT (dimension) != 1 && XINT (dimension) != 2) |
|
099812ea310f
(Fget_unused_iso_final_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
20362
diff
changeset
|
753 error ("Invalid charset dimension %d, it should be 1 or 2", |
|
099812ea310f
(Fget_unused_iso_final_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
20362
diff
changeset
|
754 XINT (dimension)); |
|
099812ea310f
(Fget_unused_iso_final_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
20362
diff
changeset
|
755 if (XINT (chars) != 94 && XINT (chars) != 96) |
|
099812ea310f
(Fget_unused_iso_final_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
20362
diff
changeset
|
756 error ("Invalid charset chars %d, it should be 94 or 96", |
|
099812ea310f
(Fget_unused_iso_final_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
20362
diff
changeset
|
757 XINT (chars)); |
|
099812ea310f
(Fget_unused_iso_final_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
20362
diff
changeset
|
758 for (final_char = '0'; final_char <= '?'; final_char++) |
|
099812ea310f
(Fget_unused_iso_final_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
20362
diff
changeset
|
759 { |
|
099812ea310f
(Fget_unused_iso_final_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
20362
diff
changeset
|
760 if (ISO_CHARSET_TABLE (dimension, chars, make_number (final_char)) < 0) |
|
099812ea310f
(Fget_unused_iso_final_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
20362
diff
changeset
|
761 break; |
|
099812ea310f
(Fget_unused_iso_final_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
20362
diff
changeset
|
762 } |
|
099812ea310f
(Fget_unused_iso_final_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
20362
diff
changeset
|
763 return (final_char <= '?' ? make_number (final_char) : Qnil); |
|
099812ea310f
(Fget_unused_iso_final_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
20362
diff
changeset
|
764 } |
|
099812ea310f
(Fget_unused_iso_final_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
20362
diff
changeset
|
765 |
| 17052 | 766 DEFUN ("declare-equiv-charset", Fdeclare_equiv_charset, Sdeclare_equiv_charset, |
| 767 4, 4, 0, | |
|
53528
dbd73534e01e
(Fdeclare_equiv_charset): Fix docstring.
Kenichi Handa <handa@m17n.org>
parents:
52401
diff
changeset
|
768 doc: /* Declare an equivalent charset for ISO-2022 decoding. |
|
dbd73534e01e
(Fdeclare_equiv_charset): Fix docstring.
Kenichi Handa <handa@m17n.org>
parents:
52401
diff
changeset
|
769 |
|
dbd73534e01e
(Fdeclare_equiv_charset): Fix docstring.
Kenichi Handa <handa@m17n.org>
parents:
52401
diff
changeset
|
770 On decoding by an ISO-2022 base coding system, when a charset |
|
dbd73534e01e
(Fdeclare_equiv_charset): Fix docstring.
Kenichi Handa <handa@m17n.org>
parents:
52401
diff
changeset
|
771 specified by DIMENSION, CHARS, and FINAL-CHAR is designated, behave as |
|
dbd73534e01e
(Fdeclare_equiv_charset): Fix docstring.
Kenichi Handa <handa@m17n.org>
parents:
52401
diff
changeset
|
772 if CHARSET is designated instead. */) |
|
dbd73534e01e
(Fdeclare_equiv_charset): Fix docstring.
Kenichi Handa <handa@m17n.org>
parents:
52401
diff
changeset
|
773 (dimension, chars, final_char, charset) |
|
dbd73534e01e
(Fdeclare_equiv_charset): Fix docstring.
Kenichi Handa <handa@m17n.org>
parents:
52401
diff
changeset
|
774 Lisp_Object dimension, chars, final_char, charset; |
| 17052 | 775 { |
|
53528
dbd73534e01e
(Fdeclare_equiv_charset): Fix docstring.
Kenichi Handa <handa@m17n.org>
parents:
52401
diff
changeset
|
776 int charset_id; |
| 17052 | 777 |
|
40656
cdfd4d09b79a
Update usage of CHECK_ macros (remove unused second argument).
Pavel Jan?k <Pavel@Janik.cz>
parents:
40115
diff
changeset
|
778 CHECK_NUMBER (dimension); |
|
cdfd4d09b79a
Update usage of CHECK_ macros (remove unused second argument).
Pavel Jan?k <Pavel@Janik.cz>
parents:
40115
diff
changeset
|
779 CHECK_NUMBER (chars); |
|
cdfd4d09b79a
Update usage of CHECK_ macros (remove unused second argument).
Pavel Jan?k <Pavel@Janik.cz>
parents:
40115
diff
changeset
|
780 CHECK_NUMBER (final_char); |
|
53528
dbd73534e01e
(Fdeclare_equiv_charset): Fix docstring.
Kenichi Handa <handa@m17n.org>
parents:
52401
diff
changeset
|
781 CHECK_SYMBOL (charset); |
| 17052 | 782 |
| 783 if (XINT (dimension) != 1 && XINT (dimension) != 2) | |
| 784 error ("Invalid DIMENSION %d, it should be 1 or 2", XINT (dimension)); | |
| 785 if (XINT (chars) != 94 && XINT (chars) != 96) | |
| 786 error ("Invalid CHARS %d, it should be 94 or 96", XINT (chars)); | |
| 787 if (XINT (final_char) < '0' || XFASTINT (final_char) > '~') | |
| 788 error ("Invalid FINAL-CHAR %c, it should be `0'..`~'", XINT (chars)); | |
|
53528
dbd73534e01e
(Fdeclare_equiv_charset): Fix docstring.
Kenichi Handa <handa@m17n.org>
parents:
52401
diff
changeset
|
789 if ((charset_id = get_charset_id (charset)) < 0) |
|
dbd73534e01e
(Fdeclare_equiv_charset): Fix docstring.
Kenichi Handa <handa@m17n.org>
parents:
52401
diff
changeset
|
790 error ("Invalid charset %s", SDATA (SYMBOL_NAME (charset))); |
| 17052 | 791 |
|
53528
dbd73534e01e
(Fdeclare_equiv_charset): Fix docstring.
Kenichi Handa <handa@m17n.org>
parents:
52401
diff
changeset
|
792 ISO_CHARSET_TABLE (dimension, chars, final_char) = charset_id; |
| 17052 | 793 return Qnil; |
| 794 } | |
| 795 | |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
796 /* Return information about charsets in the text at PTR of NBYTES |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
797 bytes, which are NCHARS characters. The value is: |
|
29094
8b1a19b318e9
Fix comment for find_charset_in_text.
Kenichi Handa <handa@m17n.org>
parents:
29003
diff
changeset
|
798 |
|
29095
39e94c12f469
Fix previous change (typo).
Kenichi Handa <handa@m17n.org>
parents:
29094
diff
changeset
|
799 0: Each character is represented by one byte. This is always |
|
29094
8b1a19b318e9
Fix comment for find_charset_in_text.
Kenichi Handa <handa@m17n.org>
parents:
29003
diff
changeset
|
800 true for unibyte text. |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
801 1: No charsets other than ascii eight-bit-control, |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
802 eight-bit-graphic, and latin-1 are found. |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
803 2: Otherwise. |
|
22168
2156ac6d054f
(find_charset_in_str): New arg CMPCHARP.
Kenichi Handa <handa@m17n.org>
parents:
22121
diff
changeset
|
804 |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
805 In addition, if CHARSETS is nonzero, for each found charset N, set |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
806 CHARSETS[N] to 1. For that, callers should allocate CHARSETS |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
807 (MAX_CHARSET + 1 elements) in advance. It may lookup a translation |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
808 table TABLE if supplied. For invalid charsets, set CHARSETS[1] to |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
809 1 (note that there's no charset whose ID is 1). */ |
| 17052 | 810 |
| 811 int | |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
812 find_charset_in_text (ptr, nchars, nbytes, charsets, table) |
|
46460
876356a4a4ca
(find_charset_in_text, c_string_width):
Ken Raeburn <raeburn@raeburn.org>
parents:
46370
diff
changeset
|
813 const unsigned char *ptr; |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
814 int nchars, nbytes, *charsets; |
|
17727
9d39361ce928
(unify_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
17366
diff
changeset
|
815 Lisp_Object table; |
| 17052 | 816 { |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
817 if (nchars == nbytes) |
| 23883 | 818 { |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
819 if (charsets && nbytes > 0) |
| 23883 | 820 { |
|
46460
876356a4a4ca
(find_charset_in_text, c_string_width):
Ken Raeburn <raeburn@raeburn.org>
parents:
46370
diff
changeset
|
821 const unsigned char *endp = ptr + nbytes; |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
822 int maskbits = 0; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
823 |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
824 while (ptr < endp && maskbits != 7) |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
825 { |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
826 maskbits |= (*ptr < 0x80 ? 1 : *ptr < 0xA0 ? 2 : 4); |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
827 ptr++; |
|
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
48317
diff
changeset
|
828 } |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
829 |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
830 if (maskbits & 1) |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
831 charsets[CHARSET_ASCII] = 1; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
832 if (maskbits & 2) |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
833 charsets[CHARSET_8_BIT_CONTROL] = 1; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
834 if (maskbits & 4) |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
835 charsets[CHARSET_8_BIT_GRAPHIC] = 1; |
| 23883 | 836 } |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
837 return 0; |
| 23883 | 838 } |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
839 else |
| 17052 | 840 { |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
841 int return_val = 1; |
|
26844
9e9a0735c824
In this entry, just `Modified' means that codes for a
Kenichi Handa <handa@m17n.org>
parents:
26632
diff
changeset
|
842 int bytes, charset, c1, c2; |
|
20228
acb7aa0aa71f
(find_charset_in_str): Handle the case that STR
Kenichi Handa <handa@m17n.org>
parents:
20188
diff
changeset
|
843 |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
844 if (! CHAR_TABLE_P (table)) |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
845 table = Qnil; |
|
20228
acb7aa0aa71f
(find_charset_in_str): Handle the case that STR
Kenichi Handa <handa@m17n.org>
parents:
20188
diff
changeset
|
846 |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
847 while (nchars-- > 0) |
|
17727
9d39361ce928
(unify_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
17366
diff
changeset
|
848 { |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
849 SPLIT_MULTIBYTE_SEQ (ptr, len, bytes, charset, c1, c2); |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
850 ptr += bytes; |
| 17052 | 851 |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
852 if (!CHARSET_DEFINED_P (charset)) |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
853 charset = 1; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
854 else if (! NILP (table)) |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
855 { |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
856 int c = translate_char (table, -1, charset, c1, c2); |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
857 if (c >= 0) |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
858 charset = CHAR_CHARSET (c); |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
859 } |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
860 |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
861 if (return_val == 1 |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
862 && charset != CHARSET_ASCII |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
863 && charset != CHARSET_8_BIT_CONTROL |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
864 && charset != CHARSET_8_BIT_GRAPHIC |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
865 && charset != charset_latin_iso8859_1) |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
866 return_val = 2; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
867 |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
868 if (charsets) |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
869 charsets[charset] = 1; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
870 else if (return_val == 2) |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
871 break; |
| 17052 | 872 } |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
873 return return_val; |
| 17052 | 874 } |
| 875 } | |
| 876 | |
| 877 DEFUN ("find-charset-region", Ffind_charset_region, Sfind_charset_region, | |
|
17727
9d39361ce928
(unify_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
17366
diff
changeset
|
878 2, 3, 0, |
|
40103
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
879 doc: /* Return a list of charsets in the region between BEG and END. |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
880 BEG and END are buffer positions. |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
881 Optional arg TABLE if non-nil is a translation table to look up. |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
882 |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
883 If the region contains invalid multibyte characters, |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
884 `unknown' is included in the returned list. |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
885 |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
886 If the current buffer is unibyte, the returned list may contain |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
887 only `ascii', `eight-bit-control', and `eight-bit-graphic'. */) |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
888 (beg, end, table) |
|
17727
9d39361ce928
(unify_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
17366
diff
changeset
|
889 Lisp_Object beg, end, table; |
| 17052 | 890 { |
|
17880
06f58d8a59ba
(Ffind_charset_region): Change the declaration of
Kenichi Handa <handa@m17n.org>
parents:
17863
diff
changeset
|
891 int charsets[MAX_CHARSET + 1]; |
|
20534
066251bcf9f7
(Fchars_in_string): Update call to CHAR_HEAD_P.
Richard M. Stallman <rms@gnu.org>
parents:
20435
diff
changeset
|
892 int from, from_byte, to, stop, stop_byte, i; |
| 17052 | 893 Lisp_Object val; |
| 894 | |
| 895 validate_region (&beg, &end); | |
| 896 from = XFASTINT (beg); | |
| 897 stop = to = XFASTINT (end); | |
|
20534
066251bcf9f7
(Fchars_in_string): Update call to CHAR_HEAD_P.
Richard M. Stallman <rms@gnu.org>
parents:
20435
diff
changeset
|
898 |
| 17052 | 899 if (from < GPT && GPT < to) |
|
20534
066251bcf9f7
(Fchars_in_string): Update call to CHAR_HEAD_P.
Richard M. Stallman <rms@gnu.org>
parents:
20435
diff
changeset
|
900 { |
|
066251bcf9f7
(Fchars_in_string): Update call to CHAR_HEAD_P.
Richard M. Stallman <rms@gnu.org>
parents:
20435
diff
changeset
|
901 stop = GPT; |
|
066251bcf9f7
(Fchars_in_string): Update call to CHAR_HEAD_P.
Richard M. Stallman <rms@gnu.org>
parents:
20435
diff
changeset
|
902 stop_byte = GPT_BYTE; |
|
066251bcf9f7
(Fchars_in_string): Update call to CHAR_HEAD_P.
Richard M. Stallman <rms@gnu.org>
parents:
20435
diff
changeset
|
903 } |
|
066251bcf9f7
(Fchars_in_string): Update call to CHAR_HEAD_P.
Richard M. Stallman <rms@gnu.org>
parents:
20435
diff
changeset
|
904 else |
|
066251bcf9f7
(Fchars_in_string): Update call to CHAR_HEAD_P.
Richard M. Stallman <rms@gnu.org>
parents:
20435
diff
changeset
|
905 stop_byte = CHAR_TO_BYTE (stop); |
|
066251bcf9f7
(Fchars_in_string): Update call to CHAR_HEAD_P.
Richard M. Stallman <rms@gnu.org>
parents:
20435
diff
changeset
|
906 |
|
066251bcf9f7
(Fchars_in_string): Update call to CHAR_HEAD_P.
Richard M. Stallman <rms@gnu.org>
parents:
20435
diff
changeset
|
907 from_byte = CHAR_TO_BYTE (from); |
|
066251bcf9f7
(Fchars_in_string): Update call to CHAR_HEAD_P.
Richard M. Stallman <rms@gnu.org>
parents:
20435
diff
changeset
|
908 |
|
17880
06f58d8a59ba
(Ffind_charset_region): Change the declaration of
Kenichi Handa <handa@m17n.org>
parents:
17863
diff
changeset
|
909 bzero (charsets, (MAX_CHARSET + 1) * sizeof (int)); |
| 17052 | 910 while (1) |
| 911 { | |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
912 find_charset_in_text (BYTE_POS_ADDR (from_byte), stop - from, |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
913 stop_byte - from_byte, charsets, table); |
| 17052 | 914 if (stop < to) |
|
20534
066251bcf9f7
(Fchars_in_string): Update call to CHAR_HEAD_P.
Richard M. Stallman <rms@gnu.org>
parents:
20435
diff
changeset
|
915 { |
|
066251bcf9f7
(Fchars_in_string): Update call to CHAR_HEAD_P.
Richard M. Stallman <rms@gnu.org>
parents:
20435
diff
changeset
|
916 from = stop, from_byte = stop_byte; |
|
066251bcf9f7
(Fchars_in_string): Update call to CHAR_HEAD_P.
Richard M. Stallman <rms@gnu.org>
parents:
20435
diff
changeset
|
917 stop = to, stop_byte = CHAR_TO_BYTE (stop); |
|
066251bcf9f7
(Fchars_in_string): Update call to CHAR_HEAD_P.
Richard M. Stallman <rms@gnu.org>
parents:
20435
diff
changeset
|
918 } |
| 17052 | 919 else |
| 920 break; | |
| 921 } | |
|
20534
066251bcf9f7
(Fchars_in_string): Update call to CHAR_HEAD_P.
Richard M. Stallman <rms@gnu.org>
parents:
20435
diff
changeset
|
922 |
| 17052 | 923 val = Qnil; |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
924 if (charsets[1]) |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
925 val = Fcons (Qunknown, val); |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
926 for (i = MAX_CHARSET; i >= MIN_CHARSET_OFFICIAL_DIMENSION1; i--) |
| 17052 | 927 if (charsets[i]) |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
928 val = Fcons (CHARSET_SYMBOL (i), val); |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
929 if (charsets[0]) |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
930 val = Fcons (Qascii, val); |
| 17052 | 931 return val; |
| 932 } | |
| 933 | |
| 934 DEFUN ("find-charset-string", Ffind_charset_string, Sfind_charset_string, | |
|
17727
9d39361ce928
(unify_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
17366
diff
changeset
|
935 1, 2, 0, |
|
40103
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
936 doc: /* Return a list of charsets in STR. |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
937 Optional arg TABLE if non-nil is a translation table to look up. |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
938 |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
939 If the string contains invalid multibyte characters, |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
940 `unknown' is included in the returned list. |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
941 |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
942 If STR is unibyte, the returned list may contain |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
943 only `ascii', `eight-bit-control', and `eight-bit-graphic'. */) |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
944 (str, table) |
|
17727
9d39361ce928
(unify_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
17366
diff
changeset
|
945 Lisp_Object str, table; |
| 17052 | 946 { |
|
18003
ac148c939dec
(Ffind_charset_string): The variable CHARSETS is
Kenichi Handa <handa@m17n.org>
parents:
17880
diff
changeset
|
947 int charsets[MAX_CHARSET + 1]; |
| 17052 | 948 int i; |
| 949 Lisp_Object val; | |
| 950 | |
|
40656
cdfd4d09b79a
Update usage of CHECK_ macros (remove unused second argument).
Pavel Jan?k <Pavel@Janik.cz>
parents:
40115
diff
changeset
|
951 CHECK_STRING (str); |
|
20614
a4800f9842e4
(multibyte_chars_in_text): New function.
Richard M. Stallman <rms@gnu.org>
parents:
20575
diff
changeset
|
952 |
|
18003
ac148c939dec
(Ffind_charset_string): The variable CHARSETS is
Kenichi Handa <handa@m17n.org>
parents:
17880
diff
changeset
|
953 bzero (charsets, (MAX_CHARSET + 1) * sizeof (int)); |
|
46370
40db0673e6f0
Most uses of XSTRING combined with STRING_BYTES or indirection changed to
Ken Raeburn <raeburn@raeburn.org>
parents:
46056
diff
changeset
|
954 find_charset_in_text (SDATA (str), SCHARS (str), |
|
40db0673e6f0
Most uses of XSTRING combined with STRING_BYTES or indirection changed to
Ken Raeburn <raeburn@raeburn.org>
parents:
46056
diff
changeset
|
955 SBYTES (str), charsets, table); |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
956 |
| 17052 | 957 val = Qnil; |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
958 if (charsets[1]) |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
959 val = Fcons (Qunknown, val); |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
960 for (i = MAX_CHARSET; i >= MIN_CHARSET_OFFICIAL_DIMENSION1; i--) |
| 17052 | 961 if (charsets[i]) |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
962 val = Fcons (CHARSET_SYMBOL (i), val); |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
963 if (charsets[0]) |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
964 val = Fcons (Qascii, val); |
| 17052 | 965 return val; |
| 966 } | |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
967 |
| 17052 | 968 |
| 969 DEFUN ("make-char-internal", Fmake_char_internal, Smake_char_internal, 1, 3, 0, | |
|
40103
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
970 doc: /* Return a character made from arguments. |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
971 Internal use only. */) |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
972 (charset, code1, code2) |
| 17052 | 973 Lisp_Object charset, code1, code2; |
| 974 { | |
|
25506
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
975 int charset_id, c1, c2; |
|
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
976 |
|
40656
cdfd4d09b79a
Update usage of CHECK_ macros (remove unused second argument).
Pavel Jan?k <Pavel@Janik.cz>
parents:
40115
diff
changeset
|
977 CHECK_NUMBER (charset); |
|
25506
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
978 charset_id = XINT (charset); |
|
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
979 if (!CHARSET_DEFINED_P (charset_id)) |
|
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
980 error ("Invalid charset ID: %d", XINT (charset)); |
| 17052 | 981 |
| 982 if (NILP (code1)) | |
|
25506
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
983 c1 = 0; |
| 17052 | 984 else |
|
25506
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
985 { |
|
40656
cdfd4d09b79a
Update usage of CHECK_ macros (remove unused second argument).
Pavel Jan?k <Pavel@Janik.cz>
parents:
40115
diff
changeset
|
986 CHECK_NUMBER (code1); |
|
25506
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
987 c1 = XINT (code1); |
|
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
988 } |
| 17052 | 989 if (NILP (code2)) |
|
25506
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
990 c2 = 0; |
| 17052 | 991 else |
|
25506
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
992 { |
|
40656
cdfd4d09b79a
Update usage of CHECK_ macros (remove unused second argument).
Pavel Jan?k <Pavel@Janik.cz>
parents:
40115
diff
changeset
|
993 CHECK_NUMBER (code2); |
|
25506
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
994 c2 = XINT (code2); |
|
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
995 } |
| 17052 | 996 |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
997 if (charset_id == CHARSET_ASCII) |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
998 { |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
999 if (c1 < 0 || c1 > 0x7F) |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1000 goto invalid_code_posints; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1001 return make_number (c1); |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1002 } |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1003 else if (charset_id == CHARSET_8_BIT_CONTROL) |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1004 { |
|
34761
b4244c3295bb
(Fmake_char_internal): If CHARSET doesn't have a
Kenichi Handa <handa@m17n.org>
parents:
33629
diff
changeset
|
1005 if (NILP (code1)) |
|
b4244c3295bb
(Fmake_char_internal): If CHARSET doesn't have a
Kenichi Handa <handa@m17n.org>
parents:
33629
diff
changeset
|
1006 c1 = 0x80; |
|
b4244c3295bb
(Fmake_char_internal): If CHARSET doesn't have a
Kenichi Handa <handa@m17n.org>
parents:
33629
diff
changeset
|
1007 else if (c1 < 0x80 || c1 > 0x9F) |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1008 goto invalid_code_posints; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1009 return make_number (c1); |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1010 } |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1011 else if (charset_id == CHARSET_8_BIT_GRAPHIC) |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1012 { |
|
34761
b4244c3295bb
(Fmake_char_internal): If CHARSET doesn't have a
Kenichi Handa <handa@m17n.org>
parents:
33629
diff
changeset
|
1013 if (NILP (code1)) |
|
b4244c3295bb
(Fmake_char_internal): If CHARSET doesn't have a
Kenichi Handa <handa@m17n.org>
parents:
33629
diff
changeset
|
1014 c1 = 0xA0; |
|
b4244c3295bb
(Fmake_char_internal): If CHARSET doesn't have a
Kenichi Handa <handa@m17n.org>
parents:
33629
diff
changeset
|
1015 else if (c1 < 0xA0 || c1 > 0xFF) |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1016 goto invalid_code_posints; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1017 return make_number (c1); |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1018 } |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1019 else if (c1 < 0 || c1 > 0xFF || c2 < 0 || c2 > 0xFF) |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1020 goto invalid_code_posints; |
|
25506
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
1021 c1 &= 0x7F; |
|
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
1022 c2 &= 0x7F; |
|
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
1023 if (c1 == 0 |
|
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
1024 ? c2 != 0 |
|
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
1025 : (c2 == 0 |
|
28515
75bd73426842
* charset.c (Fmake_char_internal): CHAR_COMPONENTS_VALID_P takes a
Ken Raeburn <raeburn@raeburn.org>
parents:
27791
diff
changeset
|
1026 ? !CHAR_COMPONENTS_VALID_P (charset_id, c1, 0x20) |
|
75bd73426842
* charset.c (Fmake_char_internal): CHAR_COMPONENTS_VALID_P takes a
Ken Raeburn <raeburn@raeburn.org>
parents:
27791
diff
changeset
|
1027 : !CHAR_COMPONENTS_VALID_P (charset_id, c1, c2))) |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1028 goto invalid_code_posints; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1029 return make_number (MAKE_CHAR (charset_id, c1, c2)); |
| 17052 | 1030 |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1031 invalid_code_posints: |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1032 error ("Invalid code points for charset ID %d: %d %d", charset_id, c1, c2); |
| 17052 | 1033 } |
| 1034 | |
| 1035 DEFUN ("split-char", Fsplit_char, Ssplit_char, 1, 1, 0, | |
|
55505
7abf0e14a59e
(Fget_unused_iso_final_char): Fix typos in docstring.
Juanma Barranquero <lekktu@gmail.com>
parents:
53528
diff
changeset
|
1036 doc: /* Return list of charset and one or two position-codes of CH. |
|
7abf0e14a59e
(Fget_unused_iso_final_char): Fix typos in docstring.
Juanma Barranquero <lekktu@gmail.com>
parents:
53528
diff
changeset
|
1037 If CH is invalid as a character code, |
|
7abf0e14a59e
(Fget_unused_iso_final_char): Fix typos in docstring.
Juanma Barranquero <lekktu@gmail.com>
parents:
53528
diff
changeset
|
1038 return a list of symbol `unknown' and CH. */) |
|
40103
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1039 (ch) |
| 17052 | 1040 Lisp_Object ch; |
| 1041 { | |
| 23883 | 1042 int c, charset, c1, c2; |
| 17052 | 1043 |
|
40656
cdfd4d09b79a
Update usage of CHECK_ macros (remove unused second argument).
Pavel Jan?k <Pavel@Janik.cz>
parents:
40115
diff
changeset
|
1044 CHECK_NUMBER (ch); |
| 23883 | 1045 c = XFASTINT (ch); |
| 1046 if (!CHAR_VALID_P (c, 1)) | |
| 1047 return Fcons (Qunknown, Fcons (ch, Qnil)); | |
| 17052 | 1048 SPLIT_CHAR (XFASTINT (ch), charset, c1, c2); |
|
17322
a7d9b8e167ca
(non_ascii_char_to_string, update_charset_table,
Kenichi Handa <handa@m17n.org>
parents:
17186
diff
changeset
|
1049 return (c2 >= 0 |
| 17052 | 1050 ? Fcons (CHARSET_SYMBOL (charset), |
| 1051 Fcons (make_number (c1), Fcons (make_number (c2), Qnil))) | |
| 1052 : Fcons (CHARSET_SYMBOL (charset), Fcons (make_number (c1), Qnil))); | |
| 1053 } | |
| 1054 | |
| 1055 DEFUN ("char-charset", Fchar_charset, Schar_charset, 1, 1, 0, | |
|
55505
7abf0e14a59e
(Fget_unused_iso_final_char): Fix typos in docstring.
Juanma Barranquero <lekktu@gmail.com>
parents:
53528
diff
changeset
|
1056 doc: /* Return charset of CH. */) |
|
40103
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1057 (ch) |
| 17052 | 1058 Lisp_Object ch; |
| 1059 { | |
|
40656
cdfd4d09b79a
Update usage of CHECK_ macros (remove unused second argument).
Pavel Jan?k <Pavel@Janik.cz>
parents:
40115
diff
changeset
|
1060 CHECK_NUMBER (ch); |
| 17052 | 1061 |
| 1062 return CHARSET_SYMBOL (CHAR_CHARSET (XINT (ch))); | |
| 1063 } | |
| 1064 | |
|
21445
4c0b4a1025cd
(string_to_non_ascii_char): Include garbage bytes (if
Kenichi Handa <handa@m17n.org>
parents:
21419
diff
changeset
|
1065 DEFUN ("charset-after", Fcharset_after, Scharset_after, 0, 1, 0, |
|
40103
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1066 doc: /* Return charset of a character in the current buffer at position POS. |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1067 If POS is nil, it defauls to the current point. |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1068 If POS is out of range, the value is nil. */) |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1069 (pos) |
|
21445
4c0b4a1025cd
(string_to_non_ascii_char): Include garbage bytes (if
Kenichi Handa <handa@m17n.org>
parents:
21419
diff
changeset
|
1070 Lisp_Object pos; |
|
4c0b4a1025cd
(string_to_non_ascii_char): Include garbage bytes (if
Kenichi Handa <handa@m17n.org>
parents:
21419
diff
changeset
|
1071 { |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1072 Lisp_Object ch; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1073 int charset; |
|
21445
4c0b4a1025cd
(string_to_non_ascii_char): Include garbage bytes (if
Kenichi Handa <handa@m17n.org>
parents:
21419
diff
changeset
|
1074 |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1075 ch = Fchar_after (pos); |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1076 if (! INTEGERP (ch)) |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1077 return ch; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1078 charset = CHAR_CHARSET (XINT (ch)); |
|
21445
4c0b4a1025cd
(string_to_non_ascii_char): Include garbage bytes (if
Kenichi Handa <handa@m17n.org>
parents:
21419
diff
changeset
|
1079 return CHARSET_SYMBOL (charset); |
|
4c0b4a1025cd
(string_to_non_ascii_char): Include garbage bytes (if
Kenichi Handa <handa@m17n.org>
parents:
21419
diff
changeset
|
1080 } |
|
4c0b4a1025cd
(string_to_non_ascii_char): Include garbage bytes (if
Kenichi Handa <handa@m17n.org>
parents:
21419
diff
changeset
|
1081 |
| 17052 | 1082 DEFUN ("iso-charset", Fiso_charset, Siso_charset, 3, 3, 0, |
|
40103
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1083 doc: /* Return charset of ISO's specification DIMENSION, CHARS, and FINAL-CHAR. |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1084 |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1085 ISO 2022's designation sequence (escape sequence) distinguishes charsets |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1086 by their DIMENSION, CHARS, and FINAL-CHAR, |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1087 where as Emacs distinguishes them by charset symbol. |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1088 See the documentation of the function `charset-info' for the meanings of |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1089 DIMENSION, CHARS, and FINAL-CHAR. */) |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1090 (dimension, chars, final_char) |
| 17052 | 1091 Lisp_Object dimension, chars, final_char; |
| 1092 { | |
| 1093 int charset; | |
| 1094 | |
|
40656
cdfd4d09b79a
Update usage of CHECK_ macros (remove unused second argument).
Pavel Jan?k <Pavel@Janik.cz>
parents:
40115
diff
changeset
|
1095 CHECK_NUMBER (dimension); |
|
cdfd4d09b79a
Update usage of CHECK_ macros (remove unused second argument).
Pavel Jan?k <Pavel@Janik.cz>
parents:
40115
diff
changeset
|
1096 CHECK_NUMBER (chars); |
|
cdfd4d09b79a
Update usage of CHECK_ macros (remove unused second argument).
Pavel Jan?k <Pavel@Janik.cz>
parents:
40115
diff
changeset
|
1097 CHECK_NUMBER (final_char); |
| 17052 | 1098 |
| 1099 if ((charset = ISO_CHARSET_TABLE (dimension, chars, final_char)) < 0) | |
| 1100 return Qnil; | |
| 1101 return CHARSET_SYMBOL (charset); | |
| 1102 } | |
| 1103 | |
|
20152
9a3343c36e83
(char_valid_p): New function
Kenichi Handa <handa@m17n.org>
parents:
19983
diff
changeset
|
1104 /* If GENERICP is nonzero, return nonzero iff C is a valid normal or |
|
9a3343c36e83
(char_valid_p): New function
Kenichi Handa <handa@m17n.org>
parents:
19983
diff
changeset
|
1105 generic character. If GENERICP is zero, return nonzero iff C is a |
|
9a3343c36e83
(char_valid_p): New function
Kenichi Handa <handa@m17n.org>
parents:
19983
diff
changeset
|
1106 valid normal character. Do not call this function directly, |
|
9a3343c36e83
(char_valid_p): New function
Kenichi Handa <handa@m17n.org>
parents:
19983
diff
changeset
|
1107 instead use macro CHAR_VALID_P. */ |
|
9a3343c36e83
(char_valid_p): New function
Kenichi Handa <handa@m17n.org>
parents:
19983
diff
changeset
|
1108 int |
|
9a3343c36e83
(char_valid_p): New function
Kenichi Handa <handa@m17n.org>
parents:
19983
diff
changeset
|
1109 char_valid_p (c, genericp) |
|
9a3343c36e83
(char_valid_p): New function
Kenichi Handa <handa@m17n.org>
parents:
19983
diff
changeset
|
1110 int c, genericp; |
|
9a3343c36e83
(char_valid_p): New function
Kenichi Handa <handa@m17n.org>
parents:
19983
diff
changeset
|
1111 { |
|
9a3343c36e83
(char_valid_p): New function
Kenichi Handa <handa@m17n.org>
parents:
19983
diff
changeset
|
1112 int charset, c1, c2; |
|
9a3343c36e83
(char_valid_p): New function
Kenichi Handa <handa@m17n.org>
parents:
19983
diff
changeset
|
1113 |
|
31175
738330ba020f
(char_to_string): Check the character validity.
Kenichi Handa <handa@m17n.org>
parents:
30673
diff
changeset
|
1114 if (c < 0 || c >= MAX_CHAR) |
|
20152
9a3343c36e83
(char_valid_p): New function
Kenichi Handa <handa@m17n.org>
parents:
19983
diff
changeset
|
1115 return 0; |
|
9a3343c36e83
(char_valid_p): New function
Kenichi Handa <handa@m17n.org>
parents:
19983
diff
changeset
|
1116 if (SINGLE_BYTE_CHAR_P (c)) |
|
9a3343c36e83
(char_valid_p): New function
Kenichi Handa <handa@m17n.org>
parents:
19983
diff
changeset
|
1117 return 1; |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1118 SPLIT_CHAR (c, charset, c1, c2); |
|
25506
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
1119 if (genericp) |
|
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
1120 { |
|
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
1121 if (c1) |
|
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
1122 { |
|
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
1123 if (c2 <= 0) c2 = 0x20; |
|
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
1124 } |
|
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
1125 else |
|
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
1126 { |
|
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
1127 if (c2 <= 0) c1 = c2 = 0x20; |
|
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
1128 } |
|
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
1129 } |
|
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
1130 return (CHARSET_DEFINED_P (charset) |
| 25584 | 1131 && CHAR_COMPONENTS_VALID_P (charset, c1, c2)); |
|
20152
9a3343c36e83
(char_valid_p): New function
Kenichi Handa <handa@m17n.org>
parents:
19983
diff
changeset
|
1132 } |
|
9a3343c36e83
(char_valid_p): New function
Kenichi Handa <handa@m17n.org>
parents:
19983
diff
changeset
|
1133 |
|
9a3343c36e83
(char_valid_p): New function
Kenichi Handa <handa@m17n.org>
parents:
19983
diff
changeset
|
1134 DEFUN ("char-valid-p", Fchar_valid_p, Schar_valid_p, 1, 2, 0, |
|
40103
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1135 doc: /* Return t if OBJECT is a valid normal character. |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1136 If optional arg GENERICP is non-nil, also return t if OBJECT is |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1137 a valid generic character. */) |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1138 (object, genericp) |
|
20152
9a3343c36e83
(char_valid_p): New function
Kenichi Handa <handa@m17n.org>
parents:
19983
diff
changeset
|
1139 Lisp_Object object, genericp; |
|
9a3343c36e83
(char_valid_p): New function
Kenichi Handa <handa@m17n.org>
parents:
19983
diff
changeset
|
1140 { |
|
9a3343c36e83
(char_valid_p): New function
Kenichi Handa <handa@m17n.org>
parents:
19983
diff
changeset
|
1141 if (! NATNUMP (object)) |
|
9a3343c36e83
(char_valid_p): New function
Kenichi Handa <handa@m17n.org>
parents:
19983
diff
changeset
|
1142 return Qnil; |
|
9a3343c36e83
(char_valid_p): New function
Kenichi Handa <handa@m17n.org>
parents:
19983
diff
changeset
|
1143 return (CHAR_VALID_P (XFASTINT (object), !NILP (genericp)) ? Qt : Qnil); |
|
9a3343c36e83
(char_valid_p): New function
Kenichi Handa <handa@m17n.org>
parents:
19983
diff
changeset
|
1144 } |
|
9a3343c36e83
(char_valid_p): New function
Kenichi Handa <handa@m17n.org>
parents:
19983
diff
changeset
|
1145 |
|
21034
f3128abaf8aa
(DEFAULT_NONASCII_INSERT_OFFSET): Macro definition is
Kenichi Handa <handa@m17n.org>
parents:
20933
diff
changeset
|
1146 DEFUN ("unibyte-char-to-multibyte", Funibyte_char_to_multibyte, |
|
f3128abaf8aa
(DEFAULT_NONASCII_INSERT_OFFSET): Macro definition is
Kenichi Handa <handa@m17n.org>
parents:
20933
diff
changeset
|
1147 Sunibyte_char_to_multibyte, 1, 1, 0, |
|
40103
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1148 doc: /* Convert the unibyte character CH to multibyte character. |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1149 The conversion is done based on `nonascii-translation-table' (which see) |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1150 or `nonascii-insert-offset' (which see). */) |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1151 (ch) |
|
21034
f3128abaf8aa
(DEFAULT_NONASCII_INSERT_OFFSET): Macro definition is
Kenichi Handa <handa@m17n.org>
parents:
20933
diff
changeset
|
1152 Lisp_Object ch; |
|
f3128abaf8aa
(DEFAULT_NONASCII_INSERT_OFFSET): Macro definition is
Kenichi Handa <handa@m17n.org>
parents:
20933
diff
changeset
|
1153 { |
|
f3128abaf8aa
(DEFAULT_NONASCII_INSERT_OFFSET): Macro definition is
Kenichi Handa <handa@m17n.org>
parents:
20933
diff
changeset
|
1154 int c; |
|
f3128abaf8aa
(DEFAULT_NONASCII_INSERT_OFFSET): Macro definition is
Kenichi Handa <handa@m17n.org>
parents:
20933
diff
changeset
|
1155 |
|
40656
cdfd4d09b79a
Update usage of CHECK_ macros (remove unused second argument).
Pavel Jan?k <Pavel@Janik.cz>
parents:
40115
diff
changeset
|
1156 CHECK_NUMBER (ch); |
|
21034
f3128abaf8aa
(DEFAULT_NONASCII_INSERT_OFFSET): Macro definition is
Kenichi Handa <handa@m17n.org>
parents:
20933
diff
changeset
|
1157 c = XINT (ch); |
|
f3128abaf8aa
(DEFAULT_NONASCII_INSERT_OFFSET): Macro definition is
Kenichi Handa <handa@m17n.org>
parents:
20933
diff
changeset
|
1158 if (c < 0 || c >= 0400) |
|
f3128abaf8aa
(DEFAULT_NONASCII_INSERT_OFFSET): Macro definition is
Kenichi Handa <handa@m17n.org>
parents:
20933
diff
changeset
|
1159 error ("Invalid unibyte character: %d", c); |
|
f3128abaf8aa
(DEFAULT_NONASCII_INSERT_OFFSET): Macro definition is
Kenichi Handa <handa@m17n.org>
parents:
20933
diff
changeset
|
1160 c = unibyte_char_to_multibyte (c); |
|
f3128abaf8aa
(DEFAULT_NONASCII_INSERT_OFFSET): Macro definition is
Kenichi Handa <handa@m17n.org>
parents:
20933
diff
changeset
|
1161 if (c < 0) |
|
f3128abaf8aa
(DEFAULT_NONASCII_INSERT_OFFSET): Macro definition is
Kenichi Handa <handa@m17n.org>
parents:
20933
diff
changeset
|
1162 error ("Can't convert to multibyte character: %d", XINT (ch)); |
|
f3128abaf8aa
(DEFAULT_NONASCII_INSERT_OFFSET): Macro definition is
Kenichi Handa <handa@m17n.org>
parents:
20933
diff
changeset
|
1163 return make_number (c); |
|
f3128abaf8aa
(DEFAULT_NONASCII_INSERT_OFFSET): Macro definition is
Kenichi Handa <handa@m17n.org>
parents:
20933
diff
changeset
|
1164 } |
|
f3128abaf8aa
(DEFAULT_NONASCII_INSERT_OFFSET): Macro definition is
Kenichi Handa <handa@m17n.org>
parents:
20933
diff
changeset
|
1165 |
|
23060
5036ee3de0ac
(Fmultibyte_char_to_unibyte): New function.
Richard M. Stallman <rms@gnu.org>
parents:
22927
diff
changeset
|
1166 DEFUN ("multibyte-char-to-unibyte", Fmultibyte_char_to_unibyte, |
|
5036ee3de0ac
(Fmultibyte_char_to_unibyte): New function.
Richard M. Stallman <rms@gnu.org>
parents:
22927
diff
changeset
|
1167 Smultibyte_char_to_unibyte, 1, 1, 0, |
|
40103
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1168 doc: /* Convert the multibyte character CH to unibyte character. |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1169 The conversion is done based on `nonascii-translation-table' (which see) |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1170 or `nonascii-insert-offset' (which see). */) |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1171 (ch) |
|
23060
5036ee3de0ac
(Fmultibyte_char_to_unibyte): New function.
Richard M. Stallman <rms@gnu.org>
parents:
22927
diff
changeset
|
1172 Lisp_Object ch; |
|
5036ee3de0ac
(Fmultibyte_char_to_unibyte): New function.
Richard M. Stallman <rms@gnu.org>
parents:
22927
diff
changeset
|
1173 { |
|
5036ee3de0ac
(Fmultibyte_char_to_unibyte): New function.
Richard M. Stallman <rms@gnu.org>
parents:
22927
diff
changeset
|
1174 int c; |
|
5036ee3de0ac
(Fmultibyte_char_to_unibyte): New function.
Richard M. Stallman <rms@gnu.org>
parents:
22927
diff
changeset
|
1175 |
|
40656
cdfd4d09b79a
Update usage of CHECK_ macros (remove unused second argument).
Pavel Jan?k <Pavel@Janik.cz>
parents:
40115
diff
changeset
|
1176 CHECK_NUMBER (ch); |
|
23060
5036ee3de0ac
(Fmultibyte_char_to_unibyte): New function.
Richard M. Stallman <rms@gnu.org>
parents:
22927
diff
changeset
|
1177 c = XINT (ch); |
|
25506
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
1178 if (! CHAR_VALID_P (c, 0)) |
|
23060
5036ee3de0ac
(Fmultibyte_char_to_unibyte): New function.
Richard M. Stallman <rms@gnu.org>
parents:
22927
diff
changeset
|
1179 error ("Invalid multibyte character: %d", c); |
|
5036ee3de0ac
(Fmultibyte_char_to_unibyte): New function.
Richard M. Stallman <rms@gnu.org>
parents:
22927
diff
changeset
|
1180 c = multibyte_char_to_unibyte (c, Qnil); |
|
5036ee3de0ac
(Fmultibyte_char_to_unibyte): New function.
Richard M. Stallman <rms@gnu.org>
parents:
22927
diff
changeset
|
1181 if (c < 0) |
|
5036ee3de0ac
(Fmultibyte_char_to_unibyte): New function.
Richard M. Stallman <rms@gnu.org>
parents:
22927
diff
changeset
|
1182 error ("Can't convert to unibyte character: %d", XINT (ch)); |
|
5036ee3de0ac
(Fmultibyte_char_to_unibyte): New function.
Richard M. Stallman <rms@gnu.org>
parents:
22927
diff
changeset
|
1183 return make_number (c); |
|
5036ee3de0ac
(Fmultibyte_char_to_unibyte): New function.
Richard M. Stallman <rms@gnu.org>
parents:
22927
diff
changeset
|
1184 } |
|
5036ee3de0ac
(Fmultibyte_char_to_unibyte): New function.
Richard M. Stallman <rms@gnu.org>
parents:
22927
diff
changeset
|
1185 |
| 17052 | 1186 DEFUN ("char-bytes", Fchar_bytes, Schar_bytes, 1, 1, 0, |
|
55505
7abf0e14a59e
(Fget_unused_iso_final_char): Fix typos in docstring.
Juanma Barranquero <lekktu@gmail.com>
parents:
53528
diff
changeset
|
1187 doc: /* Return 1 regardless of the argument CH. */) |
|
40103
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1188 (ch) |
| 17052 | 1189 Lisp_Object ch; |
| 1190 { | |
|
40656
cdfd4d09b79a
Update usage of CHECK_ macros (remove unused second argument).
Pavel Jan?k <Pavel@Janik.cz>
parents:
40115
diff
changeset
|
1191 CHECK_NUMBER (ch); |
|
23131
f7e486faa1ad
(Fchar_bytes): Now always return 1.
Kenichi Handa <handa@m17n.org>
parents:
23060
diff
changeset
|
1192 return make_number (1); |
|
f7e486faa1ad
(Fchar_bytes): Now always return 1.
Kenichi Handa <handa@m17n.org>
parents:
23060
diff
changeset
|
1193 } |
|
f7e486faa1ad
(Fchar_bytes): Now always return 1.
Kenichi Handa <handa@m17n.org>
parents:
23060
diff
changeset
|
1194 |
|
f7e486faa1ad
(Fchar_bytes): Now always return 1.
Kenichi Handa <handa@m17n.org>
parents:
23060
diff
changeset
|
1195 /* Return how many bytes C will occupy in a multibyte buffer. |
|
f7e486faa1ad
(Fchar_bytes): Now always return 1.
Kenichi Handa <handa@m17n.org>
parents:
23060
diff
changeset
|
1196 Don't call this function directly, instead use macro CHAR_BYTES. */ |
|
f7e486faa1ad
(Fchar_bytes): Now always return 1.
Kenichi Handa <handa@m17n.org>
parents:
23060
diff
changeset
|
1197 int |
|
f7e486faa1ad
(Fchar_bytes): Now always return 1.
Kenichi Handa <handa@m17n.org>
parents:
23060
diff
changeset
|
1198 char_bytes (c) |
|
f7e486faa1ad
(Fchar_bytes): Now always return 1.
Kenichi Handa <handa@m17n.org>
parents:
23060
diff
changeset
|
1199 int c; |
|
f7e486faa1ad
(Fchar_bytes): Now always return 1.
Kenichi Handa <handa@m17n.org>
parents:
23060
diff
changeset
|
1200 { |
|
26844
9e9a0735c824
In this entry, just `Modified' means that codes for a
Kenichi Handa <handa@m17n.org>
parents:
26632
diff
changeset
|
1201 int charset; |
|
23131
f7e486faa1ad
(Fchar_bytes): Now always return 1.
Kenichi Handa <handa@m17n.org>
parents:
23060
diff
changeset
|
1202 |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1203 if (ASCII_BYTE_P (c) || (c & ~((1 << CHARACTERBITS) -1))) |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1204 return 1; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1205 if (SINGLE_BYTE_CHAR_P (c) && c >= 0xA0) |
|
23767
1dfb6d38354f
(non_ascii_char_to_string): If C has modifier bits,
Kenichi Handa <handa@m17n.org>
parents:
23720
diff
changeset
|
1206 return 1; |
|
1dfb6d38354f
(non_ascii_char_to_string): If C has modifier bits,
Kenichi Handa <handa@m17n.org>
parents:
23720
diff
changeset
|
1207 |
|
26844
9e9a0735c824
In this entry, just `Modified' means that codes for a
Kenichi Handa <handa@m17n.org>
parents:
26632
diff
changeset
|
1208 charset = CHAR_CHARSET (c); |
|
9e9a0735c824
In this entry, just `Modified' means that codes for a
Kenichi Handa <handa@m17n.org>
parents:
26632
diff
changeset
|
1209 return (CHARSET_DEFINED_P (charset) ? CHARSET_BYTES (charset) : 1); |
| 17052 | 1210 } |
| 1211 | |
| 1212 /* Return the width of character of which multi-byte form starts with | |
| 1213 C. The width is measured by how many columns occupied on the | |
| 1214 screen when displayed in the current buffer. */ | |
| 1215 | |
| 1216 #define ONE_BYTE_CHAR_WIDTH(c) \ | |
| 1217 (c < 0x20 \ | |
| 1218 ? (c == '\t' \ | |
|
17366
f7809ff2c65f
(ONE_BYTE_CHAR_WIDTH, Fconcat_chars): Don't use Lisp_Object as integer.
Karl Heuer <kwzh@gnu.org>
parents:
17322
diff
changeset
|
1219 ? XFASTINT (current_buffer->tab_width) \ |
| 17052 | 1220 : (c == '\n' ? 0 : (NILP (current_buffer->ctl_arrow) ? 4 : 2))) \ |
| 1221 : (c < 0x7f \ | |
| 1222 ? 1 \ | |
| 1223 : (c == 0x7F \ | |
| 1224 ? (NILP (current_buffer->ctl_arrow) ? 4 : 2) \ | |
| 1225 : ((! NILP (current_buffer->enable_multibyte_characters) \ | |
| 1226 && BASE_LEADING_CODE_P (c)) \ | |
| 1227 ? WIDTH_BY_CHAR_HEAD (c) \ | |
|
22121
6e79a15594ab
Change terms unify/unification to
Kenichi Handa <handa@m17n.org>
parents:
21718
diff
changeset
|
1228 : 4)))) |
| 17052 | 1229 |
| 1230 DEFUN ("char-width", Fchar_width, Schar_width, 1, 1, 0, | |
|
55505
7abf0e14a59e
(Fget_unused_iso_final_char): Fix typos in docstring.
Juanma Barranquero <lekktu@gmail.com>
parents:
53528
diff
changeset
|
1231 doc: /* Return width of CH when displayed in the current buffer. |
|
40103
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1232 The width is measured by how many columns it occupies on the screen. |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1233 Tab is taken to occupy `tab-width' columns. */) |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1234 (ch) |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1235 Lisp_Object ch; |
| 17052 | 1236 { |
|
17818
76c6740bd736
(strwidth, Fchar_width): Handle display table.
Richard M. Stallman <rms@gnu.org>
parents:
17727
diff
changeset
|
1237 Lisp_Object val, disp; |
| 17052 | 1238 int c; |
|
18537
6a726658dfa9
(Fchar_width): Check if the current buffer has display
Kenichi Handa <handa@m17n.org>
parents:
18341
diff
changeset
|
1239 struct Lisp_Char_Table *dp = buffer_display_table (); |
| 17052 | 1240 |
|
40656
cdfd4d09b79a
Update usage of CHECK_ macros (remove unused second argument).
Pavel Jan?k <Pavel@Janik.cz>
parents:
40115
diff
changeset
|
1241 CHECK_NUMBER (ch); |
| 17052 | 1242 |
|
17818
76c6740bd736
(strwidth, Fchar_width): Handle display table.
Richard M. Stallman <rms@gnu.org>
parents:
17727
diff
changeset
|
1243 c = XINT (ch); |
|
76c6740bd736
(strwidth, Fchar_width): Handle display table.
Richard M. Stallman <rms@gnu.org>
parents:
17727
diff
changeset
|
1244 |
|
76c6740bd736
(strwidth, Fchar_width): Handle display table.
Richard M. Stallman <rms@gnu.org>
parents:
17727
diff
changeset
|
1245 /* Get the way the display table would display it. */ |
|
18537
6a726658dfa9
(Fchar_width): Check if the current buffer has display
Kenichi Handa <handa@m17n.org>
parents:
18341
diff
changeset
|
1246 disp = dp ? DISP_CHAR_VECTOR (dp, c) : Qnil; |
|
17818
76c6740bd736
(strwidth, Fchar_width): Handle display table.
Richard M. Stallman <rms@gnu.org>
parents:
17727
diff
changeset
|
1247 |
|
76c6740bd736
(strwidth, Fchar_width): Handle display table.
Richard M. Stallman <rms@gnu.org>
parents:
17727
diff
changeset
|
1248 if (VECTORP (disp)) |
|
76c6740bd736
(strwidth, Fchar_width): Handle display table.
Richard M. Stallman <rms@gnu.org>
parents:
17727
diff
changeset
|
1249 XSETINT (val, XVECTOR (disp)->size); |
|
76c6740bd736
(strwidth, Fchar_width): Handle display table.
Richard M. Stallman <rms@gnu.org>
parents:
17727
diff
changeset
|
1250 else if (SINGLE_BYTE_CHAR_P (c)) |
|
76c6740bd736
(strwidth, Fchar_width): Handle display table.
Richard M. Stallman <rms@gnu.org>
parents:
17727
diff
changeset
|
1251 XSETINT (val, ONE_BYTE_CHAR_WIDTH (c)); |
| 17052 | 1252 else |
| 1253 { | |
| 1254 int charset = CHAR_CHARSET (c); | |
| 1255 | |
| 1256 XSETFASTINT (val, CHARSET_WIDTH (charset)); | |
| 1257 } | |
| 1258 return val; | |
| 1259 } | |
| 1260 | |
| 1261 /* Return width of string STR of length LEN when displayed in the | |
| 1262 current buffer. The width is measured by how many columns it | |
| 1263 occupies on the screen. */ | |
|
17818
76c6740bd736
(strwidth, Fchar_width): Handle display table.
Richard M. Stallman <rms@gnu.org>
parents:
17727
diff
changeset
|
1264 |
| 17052 | 1265 int |
| 1266 strwidth (str, len) | |
| 1267 unsigned char *str; | |
| 1268 int len; | |
| 1269 { | |
|
35407
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1270 return c_string_width (str, len, -1, NULL, NULL); |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1271 } |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1272 |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1273 /* Return width of string STR of length LEN when displayed in the |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1274 current buffer. The width is measured by how many columns it |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1275 occupies on the screen. If PRECISION > 0, return the width of |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1276 longest substring that doesn't exceed PRECISION, and set number of |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1277 characters and bytes of the substring in *NCHARS and *NBYTES |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1278 respectively. */ |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1279 |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1280 int |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1281 c_string_width (str, len, precision, nchars, nbytes) |
|
46460
876356a4a4ca
(find_charset_in_text, c_string_width):
Ken Raeburn <raeburn@raeburn.org>
parents:
46370
diff
changeset
|
1282 const unsigned char *str; |
| 48317 | 1283 int len, precision, *nchars, *nbytes; |
|
35407
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1284 { |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1285 int i = 0, i_byte = 0; |
| 17052 | 1286 int width = 0; |
|
35407
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1287 int chars; |
|
20362
67bcb068070c
(strwidth): Remove extra argument to buffer_display_table.
Kenichi Handa <handa@m17n.org>
parents:
20228
diff
changeset
|
1288 struct Lisp_Char_Table *dp = buffer_display_table (); |
| 17052 | 1289 |
|
35407
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1290 while (i_byte < len) |
|
17818
76c6740bd736
(strwidth, Fchar_width): Handle display table.
Richard M. Stallman <rms@gnu.org>
parents:
17727
diff
changeset
|
1291 { |
|
35407
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1292 int bytes, thiswidth; |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1293 Lisp_Object val; |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1294 |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1295 if (dp) |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1296 { |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1297 int c = STRING_CHAR_AND_LENGTH (str + i_byte, len - i_byte, bytes); |
| 17052 | 1298 |
|
35407
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1299 chars = 1; |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1300 val = DISP_CHAR_VECTOR (dp, c); |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1301 if (VECTORP (val)) |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1302 thiswidth = XVECTOR (val)->size; |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1303 else |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1304 thiswidth = ONE_BYTE_CHAR_WIDTH (str[i_byte]); |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1305 } |
|
17818
76c6740bd736
(strwidth, Fchar_width): Handle display table.
Richard M. Stallman <rms@gnu.org>
parents:
17727
diff
changeset
|
1306 else |
|
35407
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1307 { |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1308 chars = 1; |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1309 PARSE_MULTIBYTE_SEQ (str + i_byte, len - i_byte, bytes); |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1310 thiswidth = ONE_BYTE_CHAR_WIDTH (str[i_byte]); |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1311 } |
|
17818
76c6740bd736
(strwidth, Fchar_width): Handle display table.
Richard M. Stallman <rms@gnu.org>
parents:
17727
diff
changeset
|
1312 |
|
35407
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1313 if (precision > 0 |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1314 && (width + thiswidth > precision)) |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1315 { |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1316 *nchars = i; |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1317 *nbytes = i_byte; |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1318 return width; |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1319 } |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1320 i++; |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1321 i_byte += bytes; |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1322 width += thiswidth; |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1323 } |
|
17818
76c6740bd736
(strwidth, Fchar_width): Handle display table.
Richard M. Stallman <rms@gnu.org>
parents:
17727
diff
changeset
|
1324 |
|
35407
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1325 if (precision > 0) |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1326 { |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1327 *nchars = i; |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1328 *nbytes = i_byte; |
|
17818
76c6740bd736
(strwidth, Fchar_width): Handle display table.
Richard M. Stallman <rms@gnu.org>
parents:
17727
diff
changeset
|
1329 } |
|
35407
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1330 |
| 17052 | 1331 return width; |
| 1332 } | |
| 1333 | |
|
35407
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1334 /* Return width of Lisp string STRING when displayed in the current |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1335 buffer. The width is measured by how many columns it occupies on |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1336 the screen while paying attention to compositions. If PRECISION > |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1337 0, return the width of longest substring that doesn't exceed |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1338 PRECISION, and set number of characters and bytes of the substring |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1339 in *NCHARS and *NBYTES respectively. */ |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1340 |
| 31420 | 1341 int |
|
35407
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1342 lisp_string_width (string, precision, nchars, nbytes) |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1343 Lisp_Object string; |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1344 int precision, *nchars, *nbytes; |
| 31420 | 1345 { |
|
46370
40db0673e6f0
Most uses of XSTRING combined with STRING_BYTES or indirection changed to
Ken Raeburn <raeburn@raeburn.org>
parents:
46056
diff
changeset
|
1346 int len = SCHARS (string); |
|
40db0673e6f0
Most uses of XSTRING combined with STRING_BYTES or indirection changed to
Ken Raeburn <raeburn@raeburn.org>
parents:
46056
diff
changeset
|
1347 int len_byte = SBYTES (string); |
|
67841
53d14610ec35
(lisp_string_width): Check multibyteness of STRING.
Kenichi Handa <handa@m17n.org>
parents:
67658
diff
changeset
|
1348 /* This set multibyte to 0 even if STRING is multibyte when it |
|
53d14610ec35
(lisp_string_width): Check multibyteness of STRING.
Kenichi Handa <handa@m17n.org>
parents:
67658
diff
changeset
|
1349 contains only ascii and eight-bit-graphic, but that's |
|
53d14610ec35
(lisp_string_width): Check multibyteness of STRING.
Kenichi Handa <handa@m17n.org>
parents:
67658
diff
changeset
|
1350 intentional. */ |
|
53d14610ec35
(lisp_string_width): Check multibyteness of STRING.
Kenichi Handa <handa@m17n.org>
parents:
67658
diff
changeset
|
1351 int multibyte = len < len_byte; |
|
46460
876356a4a4ca
(find_charset_in_text, c_string_width):
Ken Raeburn <raeburn@raeburn.org>
parents:
46370
diff
changeset
|
1352 const unsigned char *str = SDATA (string); |
|
35407
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1353 int i = 0, i_byte = 0; |
| 31420 | 1354 int width = 0; |
|
35407
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1355 struct Lisp_Char_Table *dp = buffer_display_table (); |
| 31420 | 1356 |
| 1357 while (i < len) | |
| 1358 { | |
|
35407
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1359 int chars, bytes, thiswidth; |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1360 Lisp_Object val; |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1361 int cmp_id; |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1362 int ignore, end; |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1363 |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1364 if (find_composition (i, -1, &ignore, &end, &val, string) |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1365 && ((cmp_id = get_composition_id (i, i_byte, end - i, val, string)) |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1366 >= 0)) |
| 31420 | 1367 { |
|
35407
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1368 thiswidth = composition_table[cmp_id]->width; |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1369 chars = end - i; |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1370 bytes = string_char_to_byte (string, end) - i_byte; |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1371 } |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1372 else if (dp) |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1373 { |
|
67841
53d14610ec35
(lisp_string_width): Check multibyteness of STRING.
Kenichi Handa <handa@m17n.org>
parents:
67658
diff
changeset
|
1374 int c; |
|
35407
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1375 |
|
67841
53d14610ec35
(lisp_string_width): Check multibyteness of STRING.
Kenichi Handa <handa@m17n.org>
parents:
67658
diff
changeset
|
1376 if (multibyte) |
|
53d14610ec35
(lisp_string_width): Check multibyteness of STRING.
Kenichi Handa <handa@m17n.org>
parents:
67658
diff
changeset
|
1377 c = STRING_CHAR_AND_LENGTH (str + i_byte, len - i_byte, bytes); |
|
53d14610ec35
(lisp_string_width): Check multibyteness of STRING.
Kenichi Handa <handa@m17n.org>
parents:
67658
diff
changeset
|
1378 else |
|
53d14610ec35
(lisp_string_width): Check multibyteness of STRING.
Kenichi Handa <handa@m17n.org>
parents:
67658
diff
changeset
|
1379 c = str[i_byte], bytes = 1; |
|
35407
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1380 chars = 1; |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1381 val = DISP_CHAR_VECTOR (dp, c); |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1382 if (VECTORP (val)) |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1383 thiswidth = XVECTOR (val)->size; |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1384 else |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1385 thiswidth = ONE_BYTE_CHAR_WIDTH (str[i_byte]); |
| 31420 | 1386 } |
| 1387 else | |
| 1388 { | |
|
35407
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1389 chars = 1; |
|
67841
53d14610ec35
(lisp_string_width): Check multibyteness of STRING.
Kenichi Handa <handa@m17n.org>
parents:
67658
diff
changeset
|
1390 if (multibyte) |
|
53d14610ec35
(lisp_string_width): Check multibyteness of STRING.
Kenichi Handa <handa@m17n.org>
parents:
67658
diff
changeset
|
1391 PARSE_MULTIBYTE_SEQ (str + i_byte, len_byte - i_byte, bytes); |
|
53d14610ec35
(lisp_string_width): Check multibyteness of STRING.
Kenichi Handa <handa@m17n.org>
parents:
67658
diff
changeset
|
1392 else |
|
53d14610ec35
(lisp_string_width): Check multibyteness of STRING.
Kenichi Handa <handa@m17n.org>
parents:
67658
diff
changeset
|
1393 bytes = 1; |
|
35407
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1394 thiswidth = ONE_BYTE_CHAR_WIDTH (str[i_byte]); |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1395 } |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1396 |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1397 if (precision > 0 |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1398 && (width + thiswidth > precision)) |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1399 { |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1400 *nchars = i; |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1401 *nbytes = i_byte; |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1402 return width; |
| 31420 | 1403 } |
|
35407
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1404 i += chars; |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1405 i_byte += bytes; |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1406 width += thiswidth; |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1407 } |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1408 |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1409 if (precision > 0) |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1410 { |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1411 *nchars = i; |
|
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1412 *nbytes = i_byte; |
| 31420 | 1413 } |
|
35407
916718dc2950
(strwidth): Use c_string_width.
Kenichi Handa <handa@m17n.org>
parents:
34985
diff
changeset
|
1414 |
| 31420 | 1415 return width; |
| 1416 } | |
| 1417 | |
| 17052 | 1418 DEFUN ("string-width", Fstring_width, Sstring_width, 1, 1, 0, |
|
40103
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1419 doc: /* Return width of STRING when displayed in the current buffer. |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1420 Width is measured by how many columns it occupies on the screen. |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1421 When calculating width of a multibyte character in STRING, |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1422 only the base leading-code is considered; the validity of |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1423 the following bytes is not checked. Tabs in STRING are always |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1424 taken to occupy `tab-width' columns. */) |
|
55505
7abf0e14a59e
(Fget_unused_iso_final_char): Fix typos in docstring.
Juanma Barranquero <lekktu@gmail.com>
parents:
53528
diff
changeset
|
1425 (string) |
|
7abf0e14a59e
(Fget_unused_iso_final_char): Fix typos in docstring.
Juanma Barranquero <lekktu@gmail.com>
parents:
53528
diff
changeset
|
1426 Lisp_Object string; |
| 17052 | 1427 { |
| 1428 Lisp_Object val; | |
| 1429 | |
|
55505
7abf0e14a59e
(Fget_unused_iso_final_char): Fix typos in docstring.
Juanma Barranquero <lekktu@gmail.com>
parents:
53528
diff
changeset
|
1430 CHECK_STRING (string); |
|
7abf0e14a59e
(Fget_unused_iso_final_char): Fix typos in docstring.
Juanma Barranquero <lekktu@gmail.com>
parents:
53528
diff
changeset
|
1431 XSETFASTINT (val, lisp_string_width (string, -1, NULL, NULL)); |
| 17052 | 1432 return val; |
| 1433 } | |
| 1434 | |
| 1435 DEFUN ("char-direction", Fchar_direction, Schar_direction, 1, 1, 0, | |
|
55505
7abf0e14a59e
(Fget_unused_iso_final_char): Fix typos in docstring.
Juanma Barranquero <lekktu@gmail.com>
parents:
53528
diff
changeset
|
1436 doc: /* Return the direction of CH. |
|
40103
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1437 The returned value is 0 for left-to-right and 1 for right-to-left. */) |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1438 (ch) |
| 17052 | 1439 Lisp_Object ch; |
| 1440 { | |
| 1441 int charset; | |
| 1442 | |
|
40656
cdfd4d09b79a
Update usage of CHECK_ macros (remove unused second argument).
Pavel Jan?k <Pavel@Janik.cz>
parents:
40115
diff
changeset
|
1443 CHECK_NUMBER (ch); |
| 17052 | 1444 charset = CHAR_CHARSET (XFASTINT (ch)); |
| 1445 if (!CHARSET_DEFINED_P (charset)) | |
|
20933
5ceea9d50194
(invalid_character): New function.
Kenichi Handa <handa@m17n.org>
parents:
20890
diff
changeset
|
1446 invalid_character (XINT (ch)); |
| 17052 | 1447 return CHARSET_TABLE_INFO (charset, CHARSET_DIRECTION_IDX); |
| 1448 } | |
| 1449 | |
|
20614
a4800f9842e4
(multibyte_chars_in_text): New function.
Richard M. Stallman <rms@gnu.org>
parents:
20575
diff
changeset
|
1450 /* Return the number of characters in the NBYTES bytes at PTR. |
|
a4800f9842e4
(multibyte_chars_in_text): New function.
Richard M. Stallman <rms@gnu.org>
parents:
20575
diff
changeset
|
1451 This works by looking at the contents and checking for multibyte sequences. |
|
a4800f9842e4
(multibyte_chars_in_text): New function.
Richard M. Stallman <rms@gnu.org>
parents:
20575
diff
changeset
|
1452 However, if the current buffer has enable-multibyte-characters = nil, |
|
a4800f9842e4
(multibyte_chars_in_text): New function.
Richard M. Stallman <rms@gnu.org>
parents:
20575
diff
changeset
|
1453 we treat each byte as a character. */ |
|
a4800f9842e4
(multibyte_chars_in_text): New function.
Richard M. Stallman <rms@gnu.org>
parents:
20575
diff
changeset
|
1454 |
|
20534
066251bcf9f7
(Fchars_in_string): Update call to CHAR_HEAD_P.
Richard M. Stallman <rms@gnu.org>
parents:
20435
diff
changeset
|
1455 int |
|
066251bcf9f7
(Fchars_in_string): Update call to CHAR_HEAD_P.
Richard M. Stallman <rms@gnu.org>
parents:
20435
diff
changeset
|
1456 chars_in_text (ptr, nbytes) |
|
46460
876356a4a4ca
(find_charset_in_text, c_string_width):
Ken Raeburn <raeburn@raeburn.org>
parents:
46370
diff
changeset
|
1457 const unsigned char *ptr; |
|
20534
066251bcf9f7
(Fchars_in_string): Update call to CHAR_HEAD_P.
Richard M. Stallman <rms@gnu.org>
parents:
20435
diff
changeset
|
1458 int nbytes; |
|
066251bcf9f7
(Fchars_in_string): Update call to CHAR_HEAD_P.
Richard M. Stallman <rms@gnu.org>
parents:
20435
diff
changeset
|
1459 { |
|
20614
a4800f9842e4
(multibyte_chars_in_text): New function.
Richard M. Stallman <rms@gnu.org>
parents:
20575
diff
changeset
|
1460 /* current_buffer is null at early stages of Emacs initialization. */ |
|
a4800f9842e4
(multibyte_chars_in_text): New function.
Richard M. Stallman <rms@gnu.org>
parents:
20575
diff
changeset
|
1461 if (current_buffer == 0 |
|
a4800f9842e4
(multibyte_chars_in_text): New function.
Richard M. Stallman <rms@gnu.org>
parents:
20575
diff
changeset
|
1462 || NILP (current_buffer->enable_multibyte_characters)) |
|
20534
066251bcf9f7
(Fchars_in_string): Update call to CHAR_HEAD_P.
Richard M. Stallman <rms@gnu.org>
parents:
20435
diff
changeset
|
1463 return nbytes; |
|
20188
d4ad4463384d
(Fchars_in_string): Pay attention to
Kenichi Handa <handa@m17n.org>
parents:
20152
diff
changeset
|
1464 |
|
25506
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
1465 return multibyte_chars_in_text (ptr, nbytes); |
| 19384 | 1466 } |
| 1467 | |
|
20614
a4800f9842e4
(multibyte_chars_in_text): New function.
Richard M. Stallman <rms@gnu.org>
parents:
20575
diff
changeset
|
1468 /* Return the number of characters in the NBYTES bytes at PTR. |
|
a4800f9842e4
(multibyte_chars_in_text): New function.
Richard M. Stallman <rms@gnu.org>
parents:
20575
diff
changeset
|
1469 This works by looking at the contents and checking for multibyte sequences. |
|
a4800f9842e4
(multibyte_chars_in_text): New function.
Richard M. Stallman <rms@gnu.org>
parents:
20575
diff
changeset
|
1470 It ignores enable-multibyte-characters. */ |
|
a4800f9842e4
(multibyte_chars_in_text): New function.
Richard M. Stallman <rms@gnu.org>
parents:
20575
diff
changeset
|
1471 |
|
a4800f9842e4
(multibyte_chars_in_text): New function.
Richard M. Stallman <rms@gnu.org>
parents:
20575
diff
changeset
|
1472 int |
|
a4800f9842e4
(multibyte_chars_in_text): New function.
Richard M. Stallman <rms@gnu.org>
parents:
20575
diff
changeset
|
1473 multibyte_chars_in_text (ptr, nbytes) |
|
46460
876356a4a4ca
(find_charset_in_text, c_string_width):
Ken Raeburn <raeburn@raeburn.org>
parents:
46370
diff
changeset
|
1474 const unsigned char *ptr; |
|
20614
a4800f9842e4
(multibyte_chars_in_text): New function.
Richard M. Stallman <rms@gnu.org>
parents:
20575
diff
changeset
|
1475 int nbytes; |
|
a4800f9842e4
(multibyte_chars_in_text): New function.
Richard M. Stallman <rms@gnu.org>
parents:
20575
diff
changeset
|
1476 { |
|
46460
876356a4a4ca
(find_charset_in_text, c_string_width):
Ken Raeburn <raeburn@raeburn.org>
parents:
46370
diff
changeset
|
1477 const unsigned char *endp; |
|
25506
ba0ad349e792
(SPLIT_COMPOSITE_SEQ): New macro.
Kenichi Handa <handa@m17n.org>
parents:
25250
diff
changeset
|
1478 int chars, bytes; |
|
20614
a4800f9842e4
(multibyte_chars_in_text): New function.
Richard M. Stallman <rms@gnu.org>
parents:
20575
diff
changeset
|
1479 |
|
a4800f9842e4
(multibyte_chars_in_text): New function.
Richard M. Stallman <rms@gnu.org>
parents:
20575
diff
changeset
|
1480 endp = ptr + nbytes; |
|
a4800f9842e4
(multibyte_chars_in_text): New function.
Richard M. Stallman <rms@gnu.org>
parents:
20575
diff
changeset
|
1481 chars = 0; |
|
a4800f9842e4
(multibyte_chars_in_text): New function.
Richard M. Stallman <rms@gnu.org>
parents:
20575
diff
changeset
|
1482 |
|
a4800f9842e4
(multibyte_chars_in_text): New function.
Richard M. Stallman <rms@gnu.org>
parents:
20575
diff
changeset
|
1483 while (ptr < endp) |
|
a4800f9842e4
(multibyte_chars_in_text): New function.
Richard M. Stallman <rms@gnu.org>
parents:
20575
diff
changeset
|
1484 { |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1485 PARSE_MULTIBYTE_SEQ (ptr, endp - ptr, bytes); |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1486 ptr += bytes; |
|
20614
a4800f9842e4
(multibyte_chars_in_text): New function.
Richard M. Stallman <rms@gnu.org>
parents:
20575
diff
changeset
|
1487 chars++; |
|
a4800f9842e4
(multibyte_chars_in_text): New function.
Richard M. Stallman <rms@gnu.org>
parents:
20575
diff
changeset
|
1488 } |
|
a4800f9842e4
(multibyte_chars_in_text): New function.
Richard M. Stallman <rms@gnu.org>
parents:
20575
diff
changeset
|
1489 |
|
a4800f9842e4
(multibyte_chars_in_text): New function.
Richard M. Stallman <rms@gnu.org>
parents:
20575
diff
changeset
|
1490 return chars; |
|
a4800f9842e4
(multibyte_chars_in_text): New function.
Richard M. Stallman <rms@gnu.org>
parents:
20575
diff
changeset
|
1491 } |
|
a4800f9842e4
(multibyte_chars_in_text): New function.
Richard M. Stallman <rms@gnu.org>
parents:
20575
diff
changeset
|
1492 |
| 35478 | 1493 /* Parse unibyte text at STR of LEN bytes as multibyte text, and |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1494 count the numbers of characters and bytes in it. On counting |
| 35478 | 1495 bytes, pay attention to the fact that 8-bit characters in the range |
| 1496 0x80..0x9F are represented by 2 bytes in multibyte text. */ | |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1497 void |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1498 parse_str_as_multibyte (str, len, nchars, nbytes) |
|
46460
876356a4a4ca
(find_charset_in_text, c_string_width):
Ken Raeburn <raeburn@raeburn.org>
parents:
46370
diff
changeset
|
1499 const unsigned char *str; |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1500 int len, *nchars, *nbytes; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1501 { |
|
46460
876356a4a4ca
(find_charset_in_text, c_string_width):
Ken Raeburn <raeburn@raeburn.org>
parents:
46370
diff
changeset
|
1502 const unsigned char *endp = str + len; |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1503 int n, chars = 0, bytes = 0; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1504 |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1505 while (str < endp) |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1506 { |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1507 if (UNIBYTE_STR_AS_MULTIBYTE_P (str, endp - str, n)) |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1508 str += n, bytes += n; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1509 else |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1510 str++, bytes += 2; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1511 chars++; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1512 } |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1513 *nchars = chars; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1514 *nbytes = bytes; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1515 return; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1516 } |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1517 |
| 35478 | 1518 /* Arrange unibyte text at STR of NBYTES bytes as multibyte text. |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1519 It actually converts only 8-bit characters in the range 0x80..0x9F |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1520 that don't contruct multibyte characters to multibyte forms. If |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1521 NCHARS is nonzero, set *NCHARS to the number of characters in the |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1522 text. It is assured that we can use LEN bytes at STR as a work |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1523 area and that is enough. Return the number of bytes of the |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1524 resulting text. */ |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1525 |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1526 int |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1527 str_as_multibyte (str, len, nbytes, nchars) |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1528 unsigned char *str; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1529 int len, nbytes, *nchars; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1530 { |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1531 unsigned char *p = str, *endp = str + nbytes; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1532 unsigned char *to; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1533 int chars = 0; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1534 int n; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1535 |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1536 while (p < endp && UNIBYTE_STR_AS_MULTIBYTE_P (p, endp - p, n)) |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1537 p += n, chars++; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1538 if (nchars) |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1539 *nchars = chars; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1540 if (p == endp) |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1541 return nbytes; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1542 |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1543 to = p; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1544 nbytes = endp - p; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1545 endp = str + len; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1546 safe_bcopy (p, endp - nbytes, nbytes); |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1547 p = endp - nbytes; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1548 while (p < endp) |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1549 { |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1550 if (UNIBYTE_STR_AS_MULTIBYTE_P (p, endp - p, n)) |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1551 { |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1552 while (n--) |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1553 *to++ = *p++; |
|
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
48317
diff
changeset
|
1554 } |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1555 else |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1556 { |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1557 *to++ = LEADING_CODE_8_BIT_CONTROL; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1558 *to++ = *p++ + 0x20; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1559 } |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1560 chars++; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1561 } |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1562 if (nchars) |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1563 *nchars = chars; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1564 return (to - str); |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1565 } |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1566 |
|
35950
d2c753cf5c34
(parse_str_to_multibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
35478
diff
changeset
|
1567 /* Parse unibyte string at STR of LEN bytes, and return the number of |
|
d2c753cf5c34
(parse_str_to_multibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
35478
diff
changeset
|
1568 bytes it may ocupy when converted to multibyte string by |
|
d2c753cf5c34
(parse_str_to_multibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
35478
diff
changeset
|
1569 `str_to_multibyte'. */ |
|
d2c753cf5c34
(parse_str_to_multibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
35478
diff
changeset
|
1570 |
|
d2c753cf5c34
(parse_str_to_multibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
35478
diff
changeset
|
1571 int |
|
d2c753cf5c34
(parse_str_to_multibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
35478
diff
changeset
|
1572 parse_str_to_multibyte (str, len) |
|
d2c753cf5c34
(parse_str_to_multibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
35478
diff
changeset
|
1573 unsigned char *str; |
|
d2c753cf5c34
(parse_str_to_multibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
35478
diff
changeset
|
1574 int len; |
|
d2c753cf5c34
(parse_str_to_multibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
35478
diff
changeset
|
1575 { |
|
d2c753cf5c34
(parse_str_to_multibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
35478
diff
changeset
|
1576 unsigned char *endp = str + len; |
|
d2c753cf5c34
(parse_str_to_multibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
35478
diff
changeset
|
1577 int bytes; |
|
d2c753cf5c34
(parse_str_to_multibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
35478
diff
changeset
|
1578 |
|
d2c753cf5c34
(parse_str_to_multibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
35478
diff
changeset
|
1579 for (bytes = 0; str < endp; str++) |
|
d2c753cf5c34
(parse_str_to_multibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
35478
diff
changeset
|
1580 bytes += (*str < 0x80 || *str >= 0xA0) ? 1 : 2; |
|
d2c753cf5c34
(parse_str_to_multibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
35478
diff
changeset
|
1581 return bytes; |
|
d2c753cf5c34
(parse_str_to_multibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
35478
diff
changeset
|
1582 } |
|
d2c753cf5c34
(parse_str_to_multibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
35478
diff
changeset
|
1583 |
| 35478 | 1584 /* Convert unibyte text at STR of NBYTES bytes to multibyte text |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1585 that contains the same single-byte characters. It actually |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1586 converts all 8-bit characters to multibyte forms. It is assured |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1587 that we can use LEN bytes at STR as a work area and that is |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1588 enough. */ |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1589 |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1590 int |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1591 str_to_multibyte (str, len, bytes) |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1592 unsigned char *str; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1593 int len, bytes; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1594 { |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1595 unsigned char *p = str, *endp = str + bytes; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1596 unsigned char *to; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1597 |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1598 while (p < endp && (*p < 0x80 || *p >= 0xA0)) p++; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1599 if (p == endp) |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1600 return bytes; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1601 to = p; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1602 bytes = endp - p; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1603 endp = str + len; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1604 safe_bcopy (p, endp - bytes, bytes); |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1605 p = endp - bytes; |
|
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
48317
diff
changeset
|
1606 while (p < endp) |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1607 { |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1608 if (*p < 0x80 || *p >= 0xA0) |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1609 *to++ = *p++; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1610 else |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1611 *to++ = LEADING_CODE_8_BIT_CONTROL, *to++ = *p++ + 0x20; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1612 } |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1613 return (to - str); |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1614 } |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1615 |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1616 /* Arrange multibyte text at STR of LEN bytes as a unibyte text. It |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1617 actually converts only 8-bit characters in the range 0x80..0x9F to |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1618 unibyte forms. */ |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1619 |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1620 int |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1621 str_as_unibyte (str, bytes) |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1622 unsigned char *str; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1623 int bytes; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1624 { |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1625 unsigned char *p = str, *endp = str + bytes; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1626 unsigned char *to = str; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1627 |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1628 while (p < endp && *p != LEADING_CODE_8_BIT_CONTROL) p++; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1629 to = p; |
|
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
48317
diff
changeset
|
1630 while (p < endp) |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1631 { |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1632 if (*p == LEADING_CODE_8_BIT_CONTROL) |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1633 *to++ = *(p + 1) - 0x20, p += 2; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1634 else |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1635 *to++ = *p++; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1636 } |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1637 return (to - str); |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1638 } |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1639 |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1640 |
|
44322
fca902769bf4
(Fstring): Allow 0 arguments.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
43713
diff
changeset
|
1641 DEFUN ("string", Fstring, Sstring, 0, MANY, 0, |
|
40115
78a7615cd863
(Fstring): Add usage: string to doc string.
Miles Bader <miles@gnu.org>
parents:
40103
diff
changeset
|
1642 doc: /* Concatenate all the argument characters and make the result a string. |
|
78a7615cd863
(Fstring): Add usage: string to doc string.
Miles Bader <miles@gnu.org>
parents:
40103
diff
changeset
|
1643 usage: (string &rest CHARACTERS) */) |
|
40103
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1644 (n, args) |
|
17366
f7809ff2c65f
(ONE_BYTE_CHAR_WIDTH, Fconcat_chars): Don't use Lisp_Object as integer.
Karl Heuer <kwzh@gnu.org>
parents:
17322
diff
changeset
|
1645 int n; |
| 17052 | 1646 Lisp_Object *args; |
| 1647 { | |
| 56190 | 1648 int i, bufsize; |
| 1649 unsigned char *buf, *p; | |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1650 int c; |
|
35997
d04b544d2a18
(Fstring): If all arguments are less than 256, return a unibyte
Kenichi Handa <handa@m17n.org>
parents:
35950
diff
changeset
|
1651 int multibyte = 0; |
| 56190 | 1652 Lisp_Object ret; |
| 1653 USE_SAFE_ALLOCA; | |
| 1654 | |
| 1655 bufsize = MAX_MULTIBYTE_LENGTH * n; | |
| 1656 SAFE_ALLOCA (buf, unsigned char *, bufsize); | |
| 1657 p = buf; | |
| 17052 | 1658 |
| 1659 for (i = 0; i < n; i++) | |
| 1660 { | |
|
40656
cdfd4d09b79a
Update usage of CHECK_ macros (remove unused second argument).
Pavel Jan?k <Pavel@Janik.cz>
parents:
40115
diff
changeset
|
1661 CHECK_NUMBER (args[i]); |
|
35997
d04b544d2a18
(Fstring): If all arguments are less than 256, return a unibyte
Kenichi Handa <handa@m17n.org>
parents:
35950
diff
changeset
|
1662 if (!multibyte && !SINGLE_BYTE_CHAR_P (XFASTINT (args[i]))) |
|
d04b544d2a18
(Fstring): If all arguments are less than 256, return a unibyte
Kenichi Handa <handa@m17n.org>
parents:
35950
diff
changeset
|
1663 multibyte = 1; |
|
d04b544d2a18
(Fstring): If all arguments are less than 256, return a unibyte
Kenichi Handa <handa@m17n.org>
parents:
35950
diff
changeset
|
1664 } |
|
d04b544d2a18
(Fstring): If all arguments are less than 256, return a unibyte
Kenichi Handa <handa@m17n.org>
parents:
35950
diff
changeset
|
1665 |
|
d04b544d2a18
(Fstring): If all arguments are less than 256, return a unibyte
Kenichi Handa <handa@m17n.org>
parents:
35950
diff
changeset
|
1666 for (i = 0; i < n; i++) |
|
d04b544d2a18
(Fstring): If all arguments are less than 256, return a unibyte
Kenichi Handa <handa@m17n.org>
parents:
35950
diff
changeset
|
1667 { |
| 17052 | 1668 c = XINT (args[i]); |
|
35997
d04b544d2a18
(Fstring): If all arguments are less than 256, return a unibyte
Kenichi Handa <handa@m17n.org>
parents:
35950
diff
changeset
|
1669 if (multibyte) |
|
d04b544d2a18
(Fstring): If all arguments are less than 256, return a unibyte
Kenichi Handa <handa@m17n.org>
parents:
35950
diff
changeset
|
1670 p += CHAR_STRING (c, p); |
|
d04b544d2a18
(Fstring): If all arguments are less than 256, return a unibyte
Kenichi Handa <handa@m17n.org>
parents:
35950
diff
changeset
|
1671 else |
|
35999
6b1e74f1fcce
2001-02-09 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU <zsh@cs.rochester.edu>
parents:
35997
diff
changeset
|
1672 *p++ = c; |
| 17052 | 1673 } |
| 1674 | |
| 56190 | 1675 ret = make_string_from_bytes (buf, n, p - buf); |
|
57726
66e97a54985f
Fix SAFE_FREE calls. Replace SAFE_FREE_LISP calls.
Kim F. Storm <storm@cua.dk>
parents:
56190
diff
changeset
|
1676 SAFE_FREE (); |
| 56190 | 1677 |
| 1678 return ret; | |
| 17052 | 1679 } |
| 1680 | |
| 1681 #endif /* emacs */ | |
| 1682 | |
| 21514 | 1683 int |
| 17052 | 1684 charset_id_internal (charset_name) |
| 1685 char *charset_name; | |
| 1686 { | |
|
22927
209acf11198c
(multibyte_char_to_unibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
22774
diff
changeset
|
1687 Lisp_Object val; |
| 17052 | 1688 |
|
22927
209acf11198c
(multibyte_char_to_unibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
22774
diff
changeset
|
1689 val= Fget (intern (charset_name), Qcharset); |
| 17052 | 1690 if (!VECTORP (val)) |
| 1691 error ("Charset %s is not defined", charset_name); | |
| 1692 | |
| 1693 return (XINT (XVECTOR (val)->contents[0])); | |
| 1694 } | |
| 1695 | |
| 1696 DEFUN ("setup-special-charsets", Fsetup_special_charsets, | |
|
40103
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1697 Ssetup_special_charsets, 0, 0, 0, doc: /* Internal use only. */) |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1698 () |
| 17052 | 1699 { |
| 1700 charset_latin_iso8859_1 = charset_id_internal ("latin-iso8859-1"); | |
| 1701 charset_jisx0208_1978 = charset_id_internal ("japanese-jisx0208-1978"); | |
| 1702 charset_jisx0208 = charset_id_internal ("japanese-jisx0208"); | |
| 1703 charset_katakana_jisx0201 = charset_id_internal ("katakana-jisx0201"); | |
| 1704 charset_latin_jisx0201 = charset_id_internal ("latin-jisx0201"); | |
| 1705 charset_big5_1 = charset_id_internal ("chinese-big5-1"); | |
| 1706 charset_big5_2 = charset_id_internal ("chinese-big5-2"); | |
|
66375
6680788d2e7f
(charset_mule_unicode_0100_24ff)
Kenichi Handa <handa@m17n.org>
parents:
64770
diff
changeset
|
1707 charset_mule_unicode_0100_24ff |
|
6680788d2e7f
(charset_mule_unicode_0100_24ff)
Kenichi Handa <handa@m17n.org>
parents:
64770
diff
changeset
|
1708 = charset_id_internal ("mule-unicode-0100-24ff"); |
|
6680788d2e7f
(charset_mule_unicode_0100_24ff)
Kenichi Handa <handa@m17n.org>
parents:
64770
diff
changeset
|
1709 charset_mule_unicode_2500_33ff |
|
6680788d2e7f
(charset_mule_unicode_0100_24ff)
Kenichi Handa <handa@m17n.org>
parents:
64770
diff
changeset
|
1710 = charset_id_internal ("mule-unicode-2500-33ff"); |
|
6680788d2e7f
(charset_mule_unicode_0100_24ff)
Kenichi Handa <handa@m17n.org>
parents:
64770
diff
changeset
|
1711 charset_mule_unicode_e000_ffff |
|
6680788d2e7f
(charset_mule_unicode_0100_24ff)
Kenichi Handa <handa@m17n.org>
parents:
64770
diff
changeset
|
1712 = charset_id_internal ("mule-unicode-e000-ffff"); |
| 17052 | 1713 return Qnil; |
| 1714 } | |
| 1715 | |
| 21514 | 1716 void |
| 17052 | 1717 init_charset_once () |
| 1718 { | |
| 1719 int i, j, k; | |
| 1720 | |
| 1721 staticpro (&Vcharset_table); | |
| 1722 staticpro (&Vcharset_symbol_table); | |
|
22703
15e0119749cf
(Vgeneric_character_list): New variable.
Kenichi Handa <handa@m17n.org>
parents:
22524
diff
changeset
|
1723 staticpro (&Vgeneric_character_list); |
| 17052 | 1724 |
| 1725 /* This has to be done here, before we call Fmake_char_table. */ | |
| 1726 Qcharset_table = intern ("charset-table"); | |
| 1727 staticpro (&Qcharset_table); | |
| 1728 | |
| 1729 /* Intern this now in case it isn't already done. | |
| 1730 Setting this variable twice is harmless. | |
| 1731 But don't staticpro it here--that is done in alloc.c. */ | |
| 1732 Qchar_table_extra_slots = intern ("char-table-extra-slots"); | |
| 1733 | |
| 1734 /* Now we are ready to set up this property, so we can | |
| 1735 create the charset table. */ | |
| 1736 Fput (Qcharset_table, Qchar_table_extra_slots, make_number (0)); | |
| 1737 Vcharset_table = Fmake_char_table (Qcharset_table, Qnil); | |
| 1738 | |
| 23883 | 1739 Qunknown = intern ("unknown"); |
| 1740 staticpro (&Qunknown); | |
| 1741 Vcharset_symbol_table = Fmake_vector (make_number (MAX_CHARSET + 1), | |
| 1742 Qunknown); | |
| 17052 | 1743 |
| 1744 /* Setup tables. */ | |
| 1745 for (i = 0; i < 2; i++) | |
| 1746 for (j = 0; j < 2; j++) | |
| 1747 for (k = 0; k < 128; k++) | |
| 1748 iso_charset_table [i][j][k] = -1; | |
| 1749 | |
|
23656
031653c4634a
(init_charset_once): Fix previous change.
Kenichi Handa <handa@m17n.org>
parents:
23654
diff
changeset
|
1750 for (i = 0; i < 256; i++) |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1751 bytes_by_char_head[i] = 1; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1752 bytes_by_char_head[LEADING_CODE_PRIVATE_11] = 3; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1753 bytes_by_char_head[LEADING_CODE_PRIVATE_12] = 3; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1754 bytes_by_char_head[LEADING_CODE_PRIVATE_21] = 4; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1755 bytes_by_char_head[LEADING_CODE_PRIVATE_22] = 4; |
| 17052 | 1756 |
| 1757 for (i = 0; i < 128; i++) | |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1758 width_by_char_head[i] = 1; |
| 17052 | 1759 for (; i < 256; i++) |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1760 width_by_char_head[i] = 4; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1761 width_by_char_head[LEADING_CODE_PRIVATE_11] = 1; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1762 width_by_char_head[LEADING_CODE_PRIVATE_12] = 2; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1763 width_by_char_head[LEADING_CODE_PRIVATE_21] = 1; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1764 width_by_char_head[LEADING_CODE_PRIVATE_22] = 2; |
|
22703
15e0119749cf
(Vgeneric_character_list): New variable.
Kenichi Handa <handa@m17n.org>
parents:
22524
diff
changeset
|
1765 |
|
15e0119749cf
(Vgeneric_character_list): New variable.
Kenichi Handa <handa@m17n.org>
parents:
22524
diff
changeset
|
1766 { |
|
22927
209acf11198c
(multibyte_char_to_unibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
22774
diff
changeset
|
1767 Lisp_Object val; |
|
22703
15e0119749cf
(Vgeneric_character_list): New variable.
Kenichi Handa <handa@m17n.org>
parents:
22524
diff
changeset
|
1768 |
|
22927
209acf11198c
(multibyte_char_to_unibyte): New function.
Kenichi Handa <handa@m17n.org>
parents:
22774
diff
changeset
|
1769 val = Qnil; |
|
22703
15e0119749cf
(Vgeneric_character_list): New variable.
Kenichi Handa <handa@m17n.org>
parents:
22524
diff
changeset
|
1770 for (i = 0x81; i < 0x90; i++) |
|
15e0119749cf
(Vgeneric_character_list): New variable.
Kenichi Handa <handa@m17n.org>
parents:
22524
diff
changeset
|
1771 val = Fcons (make_number ((i - 0x70) << 7), val); |
|
15e0119749cf
(Vgeneric_character_list): New variable.
Kenichi Handa <handa@m17n.org>
parents:
22524
diff
changeset
|
1772 for (; i < 0x9A; i++) |
|
15e0119749cf
(Vgeneric_character_list): New variable.
Kenichi Handa <handa@m17n.org>
parents:
22524
diff
changeset
|
1773 val = Fcons (make_number ((i - 0x8F) << 14), val); |
|
15e0119749cf
(Vgeneric_character_list): New variable.
Kenichi Handa <handa@m17n.org>
parents:
22524
diff
changeset
|
1774 for (i = 0xA0; i < 0xF0; i++) |
|
15e0119749cf
(Vgeneric_character_list): New variable.
Kenichi Handa <handa@m17n.org>
parents:
22524
diff
changeset
|
1775 val = Fcons (make_number ((i - 0x70) << 7), val); |
|
15e0119749cf
(Vgeneric_character_list): New variable.
Kenichi Handa <handa@m17n.org>
parents:
22524
diff
changeset
|
1776 for (; i < 0xFF; i++) |
|
15e0119749cf
(Vgeneric_character_list): New variable.
Kenichi Handa <handa@m17n.org>
parents:
22524
diff
changeset
|
1777 val = Fcons (make_number ((i - 0xE0) << 14), val); |
|
15e0119749cf
(Vgeneric_character_list): New variable.
Kenichi Handa <handa@m17n.org>
parents:
22524
diff
changeset
|
1778 Vgeneric_character_list = Fnreverse (val); |
|
15e0119749cf
(Vgeneric_character_list): New variable.
Kenichi Handa <handa@m17n.org>
parents:
22524
diff
changeset
|
1779 } |
|
23154
a9cbf64603ca
(unibyte_char_to_multibyte):
Kenichi Handa <handa@m17n.org>
parents:
23140
diff
changeset
|
1780 |
|
a9cbf64603ca
(unibyte_char_to_multibyte):
Kenichi Handa <handa@m17n.org>
parents:
23140
diff
changeset
|
1781 nonascii_insert_offset = 0; |
|
a9cbf64603ca
(unibyte_char_to_multibyte):
Kenichi Handa <handa@m17n.org>
parents:
23140
diff
changeset
|
1782 Vnonascii_translation_table = Qnil; |
| 17052 | 1783 } |
| 1784 | |
| 1785 #ifdef emacs | |
| 1786 | |
| 21514 | 1787 void |
| 17052 | 1788 syms_of_charset () |
| 1789 { | |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1790 Qcharset = intern ("charset"); |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1791 staticpro (&Qcharset); |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1792 |
| 17052 | 1793 Qascii = intern ("ascii"); |
| 1794 staticpro (&Qascii); | |
| 1795 | |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1796 Qeight_bit_control = intern ("eight-bit-control"); |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1797 staticpro (&Qeight_bit_control); |
| 17052 | 1798 |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1799 Qeight_bit_graphic = intern ("eight-bit-graphic"); |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1800 staticpro (&Qeight_bit_graphic); |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1801 |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1802 /* Define special charsets ascii, eight-bit-control, and |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1803 eight-bit-graphic. */ |
| 17052 | 1804 update_charset_table (make_number (CHARSET_ASCII), |
| 1805 make_number (1), make_number (94), | |
| 1806 make_number (1), | |
| 1807 make_number (0), | |
| 1808 make_number ('B'), | |
| 1809 make_number (0), | |
| 1810 build_string ("ASCII"), | |
|
29139
c1c227f62493
(update_charset_table): Accept nil in LONG_NAME and
Kenichi Handa <handa@m17n.org>
parents:
29095
diff
changeset
|
1811 Qnil, /* same as above */ |
| 17052 | 1812 build_string ("ASCII (ISO646 IRV)")); |
| 1813 CHARSET_SYMBOL (CHARSET_ASCII) = Qascii; | |
| 1814 Fput (Qascii, Qcharset, CHARSET_TABLE_ENTRY (CHARSET_ASCII)); | |
| 1815 | |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1816 update_charset_table (make_number (CHARSET_8_BIT_CONTROL), |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1817 make_number (1), make_number (96), |
|
29269
452835795e0f
(syms_of_charset): Revert previous change.
Eli Zaretskii <eliz@gnu.org>
parents:
29257
diff
changeset
|
1818 make_number (4), |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1819 make_number (0), |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1820 make_number (-1), |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1821 make_number (-1), |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1822 build_string ("8-bit control code (0x80..0x9F)"), |
|
29139
c1c227f62493
(update_charset_table): Accept nil in LONG_NAME and
Kenichi Handa <handa@m17n.org>
parents:
29095
diff
changeset
|
1823 Qnil, /* same as above */ |
|
c1c227f62493
(update_charset_table): Accept nil in LONG_NAME and
Kenichi Handa <handa@m17n.org>
parents:
29095
diff
changeset
|
1824 Qnil); /* same as above */ |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1825 CHARSET_SYMBOL (CHARSET_8_BIT_CONTROL) = Qeight_bit_control; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1826 Fput (Qeight_bit_control, Qcharset, |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1827 CHARSET_TABLE_ENTRY (CHARSET_8_BIT_CONTROL)); |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1828 |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1829 update_charset_table (make_number (CHARSET_8_BIT_GRAPHIC), |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1830 make_number (1), make_number (96), |
|
29269
452835795e0f
(syms_of_charset): Revert previous change.
Eli Zaretskii <eliz@gnu.org>
parents:
29257
diff
changeset
|
1831 make_number (4), |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1832 make_number (0), |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1833 make_number (-1), |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1834 make_number (-1), |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1835 build_string ("8-bit graphic char (0xA0..0xFF)"), |
|
29139
c1c227f62493
(update_charset_table): Accept nil in LONG_NAME and
Kenichi Handa <handa@m17n.org>
parents:
29095
diff
changeset
|
1836 Qnil, /* same as above */ |
|
c1c227f62493
(update_charset_table): Accept nil in LONG_NAME and
Kenichi Handa <handa@m17n.org>
parents:
29095
diff
changeset
|
1837 Qnil); /* same as above */ |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1838 CHARSET_SYMBOL (CHARSET_8_BIT_GRAPHIC) = Qeight_bit_graphic; |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1839 Fput (Qeight_bit_graphic, Qcharset, |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1840 CHARSET_TABLE_ENTRY (CHARSET_8_BIT_GRAPHIC)); |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1841 |
|
23489
09201cebfa21
(Vauto_fill_chars, Qauto_fill_chars): New variables.
Kenichi Handa <handa@m17n.org>
parents:
23427
diff
changeset
|
1842 Qauto_fill_chars = intern ("auto-fill-chars"); |
|
09201cebfa21
(Vauto_fill_chars, Qauto_fill_chars): New variables.
Kenichi Handa <handa@m17n.org>
parents:
23427
diff
changeset
|
1843 staticpro (&Qauto_fill_chars); |
|
09201cebfa21
(Vauto_fill_chars, Qauto_fill_chars): New variables.
Kenichi Handa <handa@m17n.org>
parents:
23427
diff
changeset
|
1844 Fput (Qauto_fill_chars, Qchar_table_extra_slots, make_number (0)); |
|
09201cebfa21
(Vauto_fill_chars, Qauto_fill_chars): New variables.
Kenichi Handa <handa@m17n.org>
parents:
23427
diff
changeset
|
1845 |
| 17052 | 1846 defsubr (&Sdefine_charset); |
|
22703
15e0119749cf
(Vgeneric_character_list): New variable.
Kenichi Handa <handa@m17n.org>
parents:
22524
diff
changeset
|
1847 defsubr (&Sgeneric_character_list); |
|
20435
099812ea310f
(Fget_unused_iso_final_char): New function.
Kenichi Handa <handa@m17n.org>
parents:
20362
diff
changeset
|
1848 defsubr (&Sget_unused_iso_final_char); |
| 17052 | 1849 defsubr (&Sdeclare_equiv_charset); |
| 1850 defsubr (&Sfind_charset_region); | |
| 1851 defsubr (&Sfind_charset_string); | |
| 1852 defsubr (&Smake_char_internal); | |
| 1853 defsubr (&Ssplit_char); | |
| 1854 defsubr (&Schar_charset); | |
|
21445
4c0b4a1025cd
(string_to_non_ascii_char): Include garbage bytes (if
Kenichi Handa <handa@m17n.org>
parents:
21419
diff
changeset
|
1855 defsubr (&Scharset_after); |
| 17052 | 1856 defsubr (&Siso_charset); |
|
20152
9a3343c36e83
(char_valid_p): New function
Kenichi Handa <handa@m17n.org>
parents:
19983
diff
changeset
|
1857 defsubr (&Schar_valid_p); |
|
21034
f3128abaf8aa
(DEFAULT_NONASCII_INSERT_OFFSET): Macro definition is
Kenichi Handa <handa@m17n.org>
parents:
20933
diff
changeset
|
1858 defsubr (&Sunibyte_char_to_multibyte); |
|
23060
5036ee3de0ac
(Fmultibyte_char_to_unibyte): New function.
Richard M. Stallman <rms@gnu.org>
parents:
22927
diff
changeset
|
1859 defsubr (&Smultibyte_char_to_unibyte); |
| 17052 | 1860 defsubr (&Schar_bytes); |
| 1861 defsubr (&Schar_width); | |
| 1862 defsubr (&Sstring_width); | |
| 1863 defsubr (&Schar_direction); | |
|
20614
a4800f9842e4
(multibyte_chars_in_text): New function.
Richard M. Stallman <rms@gnu.org>
parents:
20575
diff
changeset
|
1864 defsubr (&Sstring); |
| 17052 | 1865 defsubr (&Ssetup_special_charsets); |
| 1866 | |
| 1867 DEFVAR_LISP ("charset-list", &Vcharset_list, | |
|
40103
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1868 doc: /* List of charsets ever defined. */); |
|
29003
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1869 Vcharset_list = Fcons (Qascii, Fcons (Qeight_bit_control, |
|
72eafb39ec65
(Qeight_bit_control, Qeight_bit_graphic): New
Kenichi Handa <handa@m17n.org>
parents:
28818
diff
changeset
|
1870 Fcons (Qeight_bit_graphic, Qnil))); |
| 17052 | 1871 |
|
22185
80a2aa51a6e1
Change term "character translation table" to
Kenichi Handa <handa@m17n.org>
parents:
22168
diff
changeset
|
1872 DEFVAR_LISP ("translation-table-vector", &Vtranslation_table_vector, |
|
40103
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1873 doc: /* Vector of cons cell of a symbol and translation table ever defined. |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1874 An ID of a translation table is an index of this vector. */); |
|
22185
80a2aa51a6e1
Change term "character translation table" to
Kenichi Handa <handa@m17n.org>
parents:
22168
diff
changeset
|
1875 Vtranslation_table_vector = Fmake_vector (make_number (16), Qnil); |
|
20720
f084bb8d535f
(min_composite_char): New variable.
Kenichi Handa <handa@m17n.org>
parents:
20705
diff
changeset
|
1876 |
| 17052 | 1877 DEFVAR_INT ("leading-code-private-11", &leading_code_private_11, |
|
40103
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1878 doc: /* Leading-code of private TYPE9N charset of column-width 1. */); |
| 17052 | 1879 leading_code_private_11 = LEADING_CODE_PRIVATE_11; |
| 1880 | |
| 1881 DEFVAR_INT ("leading-code-private-12", &leading_code_private_12, | |
|
40103
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1882 doc: /* Leading-code of private TYPE9N charset of column-width 2. */); |
| 17052 | 1883 leading_code_private_12 = LEADING_CODE_PRIVATE_12; |
| 1884 | |
| 1885 DEFVAR_INT ("leading-code-private-21", &leading_code_private_21, | |
|
40103
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1886 doc: /* Leading-code of private TYPE9Nx9N charset of column-width 1. */); |
| 17052 | 1887 leading_code_private_21 = LEADING_CODE_PRIVATE_21; |
| 1888 | |
| 1889 DEFVAR_INT ("leading-code-private-22", &leading_code_private_22, | |
|
40103
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1890 doc: /* Leading-code of private TYPE9Nx9N charset of column-width 2. */); |
| 17052 | 1891 leading_code_private_22 = LEADING_CODE_PRIVATE_22; |
|
20705
a949dc65fbea
(nonascii_insert_offset): Variable moved from cmds.c.
Richard M. Stallman <rms@gnu.org>
parents:
20636
diff
changeset
|
1892 |
|
a949dc65fbea
(nonascii_insert_offset): Variable moved from cmds.c.
Richard M. Stallman <rms@gnu.org>
parents:
20636
diff
changeset
|
1893 DEFVAR_INT ("nonascii-insert-offset", &nonascii_insert_offset, |
|
40103
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1894 doc: /* Offset for converting non-ASCII unibyte codes 0240...0377 to multibyte. |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1895 This is used for converting unibyte text to multibyte, |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1896 and for inserting character codes specified by number. |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1897 |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1898 This serves to convert a Latin-1 or similar 8-bit character code |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1899 to the corresponding Emacs multibyte character code. |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1900 Typically the value should be (- (make-char CHARSET 0) 128), |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1901 for your choice of character set. |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1902 If `nonascii-translation-table' is non-nil, it overrides this variable. */); |
|
20705
a949dc65fbea
(nonascii_insert_offset): Variable moved from cmds.c.
Richard M. Stallman <rms@gnu.org>
parents:
20636
diff
changeset
|
1903 nonascii_insert_offset = 0; |
|
20720
f084bb8d535f
(min_composite_char): New variable.
Kenichi Handa <handa@m17n.org>
parents:
20705
diff
changeset
|
1904 |
|
22121
6e79a15594ab
Change terms unify/unification to
Kenichi Handa <handa@m17n.org>
parents:
21718
diff
changeset
|
1905 DEFVAR_LISP ("nonascii-translation-table", &Vnonascii_translation_table, |
|
40103
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1906 doc: /* Translation table to convert non-ASCII unibyte codes to multibyte. |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1907 This is used for converting unibyte text to multibyte, |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1908 and for inserting character codes specified by number. |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1909 |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1910 Conversion is performed only when multibyte characters are enabled, |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1911 and it serves to convert a Latin-1 or similar 8-bit character code |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1912 to the corresponding Emacs character code. |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1913 |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1914 If this is nil, `nonascii-insert-offset' is used instead. |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1915 See also the docstring of `make-translation-table'. */); |
|
22121
6e79a15594ab
Change terms unify/unification to
Kenichi Handa <handa@m17n.org>
parents:
21718
diff
changeset
|
1916 Vnonascii_translation_table = Qnil; |
|
20890
c7cfd531cf2b
(Vnonascii_translate_table): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
20833
diff
changeset
|
1917 |
|
23489
09201cebfa21
(Vauto_fill_chars, Qauto_fill_chars): New variables.
Kenichi Handa <handa@m17n.org>
parents:
23427
diff
changeset
|
1918 DEFVAR_LISP ("auto-fill-chars", &Vauto_fill_chars, |
|
40103
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1919 doc: /* A char-table for characters which invoke auto-filling. |
|
6b389fb978bc
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Jan?k <Pavel@Janik.cz>
parents:
39682
diff
changeset
|
1920 Such characters have value t in this table. */); |
|
23489
09201cebfa21
(Vauto_fill_chars, Qauto_fill_chars): New variables.
Kenichi Handa <handa@m17n.org>
parents:
23427
diff
changeset
|
1921 Vauto_fill_chars = Fmake_char_table (Qauto_fill_chars, Qnil); |
| 23576 | 1922 CHAR_TABLE_SET (Vauto_fill_chars, make_number (' '), Qt); |
| 1923 CHAR_TABLE_SET (Vauto_fill_chars, make_number ('\n'), Qt); | |
| 17052 | 1924 } |
| 1925 | |
| 1926 #endif /* emacs */ | |
| 52401 | 1927 |
| 1928 /* arch-tag: 66a89b8d-4c28-47d3-9ca1-56f78440d69f | |
| 1929 (do not change this comment) */ |
