Dave Love
047eced5cd
Add coding tag.
2002-05-23 17:40:18 +00:00
Kenichi Handa
33df31830a
(Fdefine_charset_internal): Fix argument to bzero.
2002-05-23 10:57:15 +00:00
Kenichi Handa
f9d71dcd06
(Fdefine_coding_system_internal): Fix previous change.
...
(decode_coding_charset): Workaround for the bug of GCC 2.96.
2002-05-23 10:56:58 +00:00
Kenichi Handa
7e4c04665e
(lisp): Change cyrillic.elc to cyrillic.el,
...
vietnamese.elc to vietnamese.el. They are not bytecompiled now.
(shortlisp): Likewise.
2002-05-23 01:02:36 +00:00
Kenichi Handa
3776772e7d
*** empty log message ***
2002-05-23 01:02:14 +00:00
Kenichi Handa
166cd58742
*** empty log message ***
2002-05-22 13:30:07 +00:00
Kenichi Handa
1cdeec8fa5
(RUN-EMACS): Add LC_ALL=C.
2002-05-22 13:29:52 +00:00
Kenichi Handa
3b53a65b9a
Cancel the 2002-05-17 change of mine.
2002-05-22 13:27:48 +00:00
Dave Love
8e6776e2a1
*** empty log message ***
2002-05-22 13:15:27 +00:00
Dave Love
6820ed3fcd
(code-pages): Provide for
...
compatibility.
2002-05-22 13:12:55 +00:00
Dave Love
cf86bb7a44
*** empty log message ***
2002-05-22 13:06:01 +00:00
Kenichi Handa
acb2a96517
(decode_coding_charset): Fix previous change.
2002-05-22 11:30:00 +00:00
Kenichi Handa
c7c66a958b
(decode_coding_charset): Adjusted for the change of
...
Fdefine_coding_system_internal.
(Fdefine_coding_system_internal): For a coding system of
`charset' type, store a list of charset IDs in
`charset_attr_charset_valids' element of coding attributes.
2002-05-22 11:14:45 +00:00
Kenichi Handa
435b59f61f
*** empty log message ***
2002-05-22 11:14:25 +00:00
Kenichi Handa
1f3c47e893
Add setting for unicode font at the end of the default fontset.
2002-05-22 05:56:05 +00:00
Kenichi Handa
23d2f4d81d
*** empty log message ***
2002-05-22 05:55:49 +00:00
Kenichi Handa
b0a1e45efc
(Fmake_char): Fix previous change.
2002-05-22 03:50:34 +00:00
Dave Love
6584daf11f
(adobe-standard-encoding, symbol):
...
Adjust :code-space.
(ibm850): Add :ascii-compatible-p.
2002-05-21 16:08:00 +00:00
Kenichi Handa
d47073ca4c
If CODE1 is nil, use the minimum code of the charset.
2002-05-21 05:39:08 +00:00
Kenichi Handa
cd9c1e8f96
*** empty log message ***
2002-05-21 05:38:48 +00:00
Kenichi Handa
65076506d9
(vietnamese-viscii-lower, vietnamese-viscii-upper): Supply them
...
:code-offset, then unify by mapping table.
2002-05-21 05:38:23 +00:00
Kenichi Handa
0cbbb5690d
(emacs_mule_char): Fix previous change.
2002-05-21 05:09:20 +00:00
Kenichi Handa
781d7a48c4
(ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
...
(emacs_mule_char): New arg src. Delete arg `composition'. Caller
changed. Handle 2-byte and 3-byte charsets correctly.
(DECODE_EMACS_MULE_COMPOSITION_RULE_20): Renamed from
DECODE_EMACS_MULE_COMPOSITION_RULE. Caller changed.
(DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
(DECODE_EMACS_MULE_21_COMPOSITION): Call
DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
sequence.
(decode_coding_emacs_mule): Handle composition correctly. Rewind
`src' and `consumed_chars' correctly before calling
emacs_mule_char.
(DECODE_COMPOSITION_START): Correctly handle the case of altchar
and alt&rule composition.
(decode_coding_iso_2022): Handle composition correctly.
(init_coding_once): Setup emacs_mule_bytes for private charsets.
2002-05-21 04:23:15 +00:00
Kenichi Handa
4f65af013e
(Fdefine_charset_internal): Fix bug for the case of re-defining a
...
charset. If the charset has :emacs-mule-id, setup emacs_mule_bytes.
2002-05-21 04:22:33 +00:00
Dave Love
7996eb7819
(iso-latin-10): Fix typo.
2002-05-20 19:10:41 +00:00
Dave Love
76429b9a9f
(adobe-standard-encoding): Fix typo.
2002-05-20 19:10:17 +00:00
Dave Love
a37bcd8ffe
*** empty log message ***
2002-05-20 15:54:02 +00:00
Dave Love
207215ac83
New file.
2002-05-20 15:53:48 +00:00
Dave Love
b383e978b5
(font-encoding-alist): Add
...
adobe-symbol.
2002-05-20 15:41:00 +00:00
Dave Love
0ad95ea214
(iso-latin-10): Add :mime-charset.
...
("Romanian"): Add doc.
2002-05-20 15:39:23 +00:00
Dave Love
0859301ab8
(iso-latin-6, iso-8859-10, latin-6)
...
(iso-latin-7, iso-8859-13, latin-7, hp-roman8, roman8)
(adobe-standard-encoding, cp850, ibm850): New coding systems.
("Latin-6", "Latin-7"): New language environments.
2002-05-20 15:38:40 +00:00
Dave Love
5b73fda306
(format-alist): Remove ibm, mac, hp entries (available
...
natively).
2002-05-20 15:16:47 +00:00
Dave Love
3803079c2f
(iso-8859-10, symbol)
...
(adobe-standard-encoding, ibm850): New charsets.
(iso-8859-13): Fix IR number, final char.
(file-coding-system-alist): Add .xml.
2002-05-20 15:15:05 +00:00
Dave Love
5e3097cd9d
Add charset-map-directory.
2002-05-20 15:04:44 +00:00
Kenichi Handa
41cbe562e6
(encode_coding_iso_2022): If coding requires safe
...
encoding, produce a character specified by
CODING_INHIBIT_CHARACTER_SUBSTITUTION.
(encode_coding_sjis): Likewise.
(encode_coding_big5): Likewise.
(encode_coding_charset): Likewise.
2002-05-20 12:10:04 +00:00
Kenichi Handa
0e56a02d6d
*** empty log message ***
2002-05-20 12:08:00 +00:00
Dave Love
fdb2681f90
*** empty log message ***
2002-05-19 18:02:58 +00:00
Dave Love
c83b568ed5
*** empty log message ***
2002-05-19 11:29:08 +00:00
Dave Love
d42e4a1e72
Elide ASCII part.
2002-05-19 11:24:48 +00:00
Dave Love
12542041a1
(DONTCOMPILE): Remove ucs-tables, utf-8,
...
utf-8-subst; add vietnamese, cyrillic, czech.
2002-05-19 11:21:26 +00:00
Dave Love
ec8ac703a5
(iso-latin-10): New coding system.
2002-05-19 11:18:44 +00:00
Dave Love
9be3343439
(describe-coding-system): Avoid error
...
for iso-2022, emacs-mule.
2002-05-19 11:16:59 +00:00
Dave Love
7e8b4d677a
(emacs-mule): Set :charset-list,
...
consistent with coding-system-charset-list doc.
(iso-8859-16): New charset.
2002-05-19 11:16:32 +00:00
Dave Love
14c75a193f
*** empty log message ***
2002-05-17 20:26:59 +00:00
Dave Love
0fa407100f
Most of code removed or commented
...
out.
(codepage-setup): Re-written as trivial, obsolete function.
2002-05-17 20:19:20 +00:00
Dave Love
e1e529fadb
Doc fixes.
...
(charset-list, generic-char-p, set-coding-priority): Make
obsolete.
(coding-system-get): Try to convert old-style symbol to keyword.
(define-charset): Purecopy strings in property list.
(define-coding-system): Purecopy docstring.
2002-05-17 20:17:04 +00:00
Dave Love
accf24cd22
(windows-1254, cp1254, windows-1257)
...
(cp1257, next, iso-latin-7, iso-8859-13, latin-7): New coding
systems.
("Latin-7", "Lithuanian", "Latvian"): Don't require code-pages.
(iso-latin-7):
2002-05-17 20:16:14 +00:00
Dave Love
1ee5e6332b
("UTF-8"): Use utf-8, not mule-utf-8.
...
Remove setup function.
2002-05-17 20:15:51 +00:00
Dave Love
a4584db26e
(windows-1258, cp1258): New coding
...
systems.
(font-ccl-encoder-alist): Remove viscii, vscii.
2002-05-17 20:14:36 +00:00
Dave Love
5a41bd8b1a
(windows-1255, cp1255): New coding systems.
2002-05-17 20:14:02 +00:00