- 27 Jan, 2004 12 commits
-
-
Kenichi Handa authored
-
Kenichi Handa authored
(japanese-ucs-cp932-map, japanese-ucs-jis-map) (japanese-ucs-glibc-map): New translation tables. (eucjp-ms): New coding system.
-
Kenichi Handa authored
(QCdecode_translation_table, QCencode_translation_table) (QCpost_read_conversion, QCpre_write_conversion): New variables. (get_translation_table): Return a list of translation tables if necessary. (decode_coding): Call get_translation_table with ENCODEP 0. (char_encodable_p): If translation_table is non-nil, always call translate_char. (Fdefine_coding_system_internal): Accept list of translation tables as :encode-translation-table and :decode-translation-table. (Fcoding_system_put): New function. (syms_of_coding): Declare new symbols. Defsubr Scoding_system_put.
-
Kenichi Handa authored
when the charset is superset type.
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
(JISX0208.map): Convert 0x2015 to 0x2014. (cp51932.el): New target. (eucjp-ms.el): New target. (install): Include ${TRANS_TABLE}.
-
Kenichi Handa authored
-
- 25 Jan, 2004 18 commits
-
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
running an awk program.
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
(CP932-2BYTE.map): New target.
-
Kenichi Handa authored
-
Kenichi Handa authored
(cp932): New alias of it.
-
Kenichi Handa authored
:dimension.
-
Kenichi Handa authored
-
Kenichi Handa authored
(CODING_ATTR_TRANS_TBL): New macro.
-
Kenichi Handa authored
(translate_chars): Fix the bug of skipping annotation data. (decode_coding): Utilze get_translation_table. (encode_coding): Likewise. (char_encodable_p): Translate char if necessary. (Funencodable_char_position): Likewise. (Ffind_coding_systems_region_internal): Setup translation table for encode in a coding system attribute vector in advance. (Fcheck_coding_systems_region): Likewise. (Fdefine_coding_system_internal): Allow a symbol as translation table. For shift-jis type coding system, allow 4th charset.
-
- 24 Jan, 2004 4 commits
-
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
FACE_FOR_CHAR if displaying a C-string.
-
- 23 Jan, 2004 6 commits
-
-
Kenichi Handa authored
-
Kenichi Handa authored
composition rule.
-
Kenichi Handa authored
(struct composition): New member lbearing and rbearing.
-
Kenichi Handa authored
(x_get_glyph_overhangs): Handle a composition glyph. (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
-
Kenichi Handa authored
composition glyph.
-
Kenichi Handa authored
(encode-composition-rule): Handle a rule (GREF NREF XOFF YOFF). (decode-composition-rule): Likewise.
-