- 12 Oct, 2003 2 commits
-
-
Jason Rumney authored
(x_to_w32_charset): Match all fonts for unicode. (w32_to_x_charset): New parameter; matching. Don't return partial or wildcard charsets. (w32_to_all_x_charsets): Don't return partial or wildcard charsets. (w32_codepage_for_font): Return CP_UNICODE for unicode. (w32_to_x_font): Match supplied charset to a real charset. (enum_font_cb2): Always list unicode versions.
-
Jason Rumney authored
-
- 11 Oct, 2003 13 commits
-
-
Jason Rumney authored
-
Jason Rumney authored
(LC_ALL): Define as C.
-
Jason Rumney authored
-
Jason Rumney authored
-
Jason Rumney authored
encoding_type. (x_get_font_repertory): New function. Warning: stub only! (x_new_font): Return quickly if font already set. (x_new_fontset): fontsetname parameter is Lisp_Object. Use new fs_query_fontset. Try new_fontset_from_font_name. Use fontset_name for return value.
-
Jason Rumney authored
-
Jason Rumney authored
find_charset_in_text. Use encode_coding_object in place of encode_coding. (Fw32_get_clipboard_data): Use decode_coding_c_string in place of decode_coding.
-
Jason Rumney authored
(w32_load_system_font): Initialize charset as unicode. font_info.encoding becomes encoding_type. (w32_to_x_font): Use decode_coding_c_string in place of decode_coding. (x_to_w32_font): Use encode_coding_object in place of encode_coding. (syms_of_w32fns): Set get_font_repertory_func.
-
Jason Rumney authored
(write_glyphs): Use new version of encode_terminal_code. Use encode_coding_object in place of encode_coding.
-
Jason Rumney authored
encoding becomes encoding_type.
-
Jason Rumney authored
-
Jason Rumney authored
-
Jason Rumney authored
(character.o, chartab.o): New targets.
-
- 09 Oct, 2003 3 commits
-
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
-
- 06 Oct, 2003 9 commits
-
-
Andreas Schwab authored
-
Andreas Schwab authored
-
Kenichi Handa authored
-
Kenichi Handa authored
encoding of font is other than Unicode.
-
Kenichi Handa authored
that ENCODING of a font is specified by a char-table.
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
(find_charsets_in_text): Format of the arc CHARSETS changed. New arg MULTIBYTE. (Ffind_charset_region, Ffind_charset_string): Adjusted for the change of find_charsets_in_text. (Fsplit_char): Fix doc. Never return unknown.
-
- 02 Oct, 2003 2 commits
-
-
Kenichi Handa authored
-
Kenichi Handa authored
if a character is encodable by the terminal coding system. If not, produces proper number of `?'s. Update terminal_encode_buffer and terminal_encode_buf_size if necessary. (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
-
- 01 Oct, 2003 4 commits
-
-
Kenichi Handa authored
-
Kenichi Handa authored
charsets in :charset-list.
-
Kenichi Handa authored
variables. (encode_terminal_code): Argument changed. Encode multiple characters at once. Store the result of encoding in terminal_encode_buffer. (write_glyphs): Adjusted for the change of encode_terminal_code. (insert_glyphs): Likewise. (term_init): Initialize terminal_encode_buffer and terminal_encode_buf_size.
-
Kenichi Handa authored
-
- 30 Sep, 2003 4 commits
-
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
(auto-compose-chars): Always stop after processing a newline.
-
Kenichi Handa authored
characters of auto-composed region is newly composed with the following characters. (handle_composition_prop): Fix checking of point being inside composition.
-
- 29 Sep, 2003 3 commits