| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(chinese-big5): MIME:Big5.
[ cited from ftp://ftp.isi.edu/in-notes/iana/assignments/character-sets ]
Name: GB2312 (preferred MIME name)
MIBenum: 2025
Source: Chinese for People's Republic of China (PRC) mixed one byte,
two byte set:
20-7E = one byte ASCII
A1-FE = two byte PRC Kanji
See GB 2312-80
PCL Symbol Set Id: 18C
Alias: csGB2312
Name: Big5 (preferred MIME name)
MIBenum: 2026
Source: Chinese for Taiwan Multi-byte set.
PCL Symbol Set Id: 18T
Alias: csBig5
|
|
|
|
| |
(cn-gb, gb2312): New aliases for chinese-iso-8bit.
|
| |
|
|
|
|
| |
("Chinese-CNS"): Remove charset-origin-alist property.
|
| |
|
|
|
|
| |
change, use generate-new-buffer instead of get-buffer-create.
|
| |
|
|
|
|
| |
if you need to recompile all the Lisp files using interpreted code.
|
|
|
|
|
|
| |
the value to setup-XXX-environment-internal. Add properties
nonascii-translation, input-method, features, unibyte-syntax, and
unibyte-display.
|
|
|
|
|
|
|
|
|
| |
describe-chinese-environment-map and
setup-chinese-environment-map. Exclude them in args of calls to
set-language-info-alist. Adjusted for the change of
make-coding-system. Register coding-priority key in
language-info-alist.
(iso-2022-cn-ext): New coding system.
|
|
|
|
|
| |
call of make-coding-system.
(euc-cn): Define it an alias of coding-system chinese-iso-8bit.
|
|
|
|
|
|
|
| |
properties, post-read-conversion and pre-write-conversion.
(post-read-decode-hz): Return the result of decode-hz-region.
(pre-write-encode-hz): Do not change the value of
last-coding-system.
|
| |
|
| |
|
|
|
|
|
|
| |
language/XXX-util. Delete local variable declartion.
Delete the code of calling register-input-method form
all files under this directory.
|
| |
|
|
|
|
| |
Renamed from describe-chinese-support-map.
|
|
|
|
|
|
| |
moved form LANGUAGE.el to LANG-util.el. These functions now at
first call setup-english-environment to reset various values to
the defaults.
|
|
|
|
|
|
|
|
|
| |
internal -> emacs-mule, automatic-conversion -> undecided.
Coding category name changes as follows:
coding-category-internal -> coding-category-emacs-mule.
Delete functions describe-LANGUAGE-support.
Delete describe-function entries and change documentation
entries in each language specific information.
|
|
|
|
|
|
|
|
|
|
| |
interactive and add new functions describe-LANGUAGE-support for
all LANGUAGEs supported. Remove resisterations of input methods
which use the function encoded-kbd-select-terminal.
(pre-write-encode-hz): Make it work for the
case the arg FROM is a string.
(setup-chinese-cns-environemnt): Set default-input-method to
quail-quich-cns.
|
|
|
|
| |
Remove prefix "coding-system-" from coding system symbol names.
|
| |
|
|
|