aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/language (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * language/chinese.el (chinese-iso-8bit): MIME:GB2312.ShengHuo ZHU2001-01-241-4/+4
| | | | | | | | | | | | | | | | | | | | | | (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
* ("Latin-1"): Make the format of descriptionKenichi Handa2001-01-161-2/+4
| | | | about additional language environments same as that of Latin-2.
* ("Japanese"): Add japanese-jisx0213-1 andKenichi Handa2001-01-161-1/+2
| | | | japanese-jisx0213-2 in `charset' property of this lang. env.
* ("Latin-1"): Add description for Dutch and Spanish lang. env.Kenichi Handa2001-01-161-1/+2
|
* Add Dutch and Spanish language infoGerd Moellmann2001-01-091-1/+31
| | | | to be able to use the appropriate tutorials.
* (chinese-iso-8bit): Change mime-charset name to cn-gb.Kenichi Handa2000-12-051-2/+4
| | | | (cn-gb, gb2312): New aliases for chinese-iso-8bit.
* Use provide.Dave Love2000-11-2214-0/+28
|
* comment fixDave Love2000-11-151-1/+1
|
* ("Thai"): Set a lisp form that producesKenichi Handa2000-11-061-1/+3
| | | | composed string in `sample-text' language info.
* ("Tibetan"): Set a lisp form that producesKenichi Handa2000-11-061-2/+4
| | | | composed string in `sample-text' language info.
* (compound-text, ctext): Moved to international/mule-conf.el.Kenichi Handa2000-11-051-9/+0
|
* (decode-mac-roman): Test against r1 not r0.Jason Rumney2000-11-041-1/+1
|
* (mac-roman-decoder, mac-roman-encoder): New translation tables.Kenichi Handa2000-10-301-0/+183
| | | | | | | (decode-mac-roman, encode-mac-roman): Definition of these CCL programs are modified and moved from mac-win.el. (mac-roman): Definition of this coding system is modified and moved from mac-win.el.
* (devanagari-to-indian-region): In the loop, change the following char,Kenichi Handa2000-09-071-1/+1
| | | | not preceding char.
* ("Latin-8", "Latin-9"): Add input methods,Dave Love2000-08-241-8/+9
| | | | mod sample text.
* (cyrillic-koi8): Use `safe-chars' property instead of `safe-charsets'.Kenichi Handa2000-07-271-4/+14
| | | | | | (cyrillic-alternativnyj): Likewise. (ccl-encode-alternativnyj): Don't check the charset cyrillic-iso8859-5.
* (japanese-katakana-region): Fix handling HANKAKU argument.Kenichi Handa2000-07-251-1/+3
|
* (compound-text): Force katakana-jisx0201 to be designated to G1.Kenichi Handa2000-07-181-1/+1
|
* *** empty log message ***Kenichi Handa2000-06-211-6/+7
|
* ignore *.elcSam Steingold2000-06-191-0/+1
|
* (tibetan-composable-pattern): Fix previous change.Kenichi Handa2000-06-121-3/+45
| | | | | | (tibetan-vowel-transcription-alist): More rules added. (tibetan-composite-vowel-alist): New variable. (tibetan-precomposition-rule-alist): More rules added.
* Convert all tibetan-1-column charactersKenichi Handa2000-06-121-8/+24
| | | | | | to the corresponding tibetan characters. (tibetan-add-components): Delete code for the special treatment of 'a chung.
* Remove eval-when-compile.Kenichi Handa2000-06-061-67/+45
| | | | | | | | | | | | | | | | (cyrillic-koi8-r-nonascii-translation-table): Define it as a translation table made from cyrillic-koi8-r-decode-table. (cyrillic-koi8-r-encode-table): Define it as a translation table made from the reverse map of above. (ccl-decode-koi8): Use translate-character. (ccl-encode-koi8, ccl-encode-koi8-font): Likewize (cyrillic-alternativnyj-nonascii-translation-table): Define it as a translation table made from cyrillic-alternativnyj-decode-table. (cyrillic-alternativnyj-encode-table): Define it as a translation table made from the reverse map of above. (ccl-decode-alternativnyj): Use translate-character. (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font): Likewize
* Remove eval-when-compile.Kenichi Handa2000-06-061-106/+34
| | | | | | | | | | | | | | | (viet-viscii-nonascii-translation-table): Define it as a translation table made from viet-viscii-decode-table. (viet-viscii-encode-table): Define it as a translation table made from the reverse map of above. (viet-vscii-nonascii-translation-table): Define it as a translation table made from viet-vscii-decode-table. (viet-vscii-encode-table): Define it as a translation table made from the reverse map of above. (ccl-decode-viscii): Use translate-character. (ccl-encode-viscii, ccl-encode-viscii-font) (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font): Likewize.
* (tibetan-composable-pattern): MoreKenichi Handa2000-06-011-21/+25
| | | | | | | | characters included. (tibetan-consonant-transcription-alist): Rule for "R" added. (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and "+R" added. (tibetan-base-to-subjoined-alist): Rule for "RA" added.
* (tibetan-add-components): Fixes for newKenichi Handa2000-06-011-10/+48
| | | | | | | | | | encoding of Tibetan characters. (tibetan-decompose-precomposition-alist): New variable. (tibetan-decompose-region): Convert precomposed characters to non-precomposed characters. (tibetan-decompose-string): Likewise. (tibetan-composition-function): Fix args to thibetan-compose-string.
* (lao-composition-function): Fix args to compose-string.Kenichi Handa2000-06-011-1/+1
|
* (thai-composition-function): Fix args to compose-string.Kenichi Handa2000-06-011-1/+1
|
* (iso-8859-8-e, iso-8859-8-i): For now, justEli Zaretskii2000-05-241-0/+7
| | | | aliases for hebrew-iso-8bit.
* (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.Kenichi Handa2000-05-241-2/+2
|
* (iso-2022-jp): Exclude katakana-jisx0201Kenichi Handa2000-05-241-2/+2
| | | | to conform to RFC1468.
* Remove all the setup-...-environment functions.Dave Love2000-05-1418-169/+0
|
* (lao-compose-region): New function.Kenichi Handa2000-05-031-0/+10
|
* (iso-latin-4): Fix typo.Gerd Moellmann2000-04-251-1/+1
|
* (viet-vscii-decode-table): Fix a bug.Kenichi Handa2000-04-101-1/+1
|
* Fix encoding of the file.Kenichi Handa2000-04-031-1/+1
|
* ("Polish"): New language environment.Kenichi Handa2000-03-311-0/+22
| | | | (setup-polish-environment): New function.
* (thai-composition-function): DeleteKenichi Handa2000-01-251-1/+1
| | | | superfluous `a'.
* Register tibetan-composition-function inKenichi Handa1999-12-151-79/+98
| | | | | | | | | | | | composition-function-table. (tibetan-composable-pattern): New variable. (tibetan-subjoined-transcription-alist): Change key "R" to "+R". (tibetan-precomposition-rule-alist): Move punctuations to tibetan-punctuation-transcription-alist and tibetan-obsolete-glyphs. (tibetan-punctuation-transcription-alist): New variable. (tibetan-obsolete-glyphs): New variable. (tibetan-regexp): Improve the initialization code.
* Most functions rewritten.Kenichi Handa1999-12-151-337/+173
| | | | | | | | (tibetan-char-p): Renamed from tibetan-char-examin. (tibetan-composable-examin) (tibetan-complete-char-examin) (tibetan-vertical-stacking) (tibetan-composition): Deleted. (tibetan-add-components): New function. (tibetan-composition-function): New function.
* Register thai-composition-function inKenichi Handa1999-12-151-3/+7
| | | | | composition-function-table. (thai-tis620): Delete `pre-write-conversion' property.
* Mostly rewritten.Kenichi Handa1999-12-152-184/+534
|
* Register lao-composition-function inKenichi Handa1999-12-151-0/+5
| | | | composition-function-table.
* (thai-category-table): UseKenichi Handa1999-12-151-77/+51
| | | | | | | | | | make-category-table, not copy-category-table, to initialize it. (thai-composition-pattern): New variable. (thai-with-thai-category-table): New macro. (thai-compose-region, thai-compose-string): Rewritten. (thai-post-read-conversion): Rewritten. (thai-pre-write-conversion): Deleted. (thai-composition-function): New function.
* Latin-8 doc fix.Dave Love1999-10-221-3/+3
|
* * language/japan-util.el (setup-japanese-environment-internal):Paul Eggert1999-10-191-3/+4
| | | | Prefer japanese-iso-8bit if the system-type is usg-unix-v.
* Add Latin-8, Latin-9. Modify some docDave Love1999-10-141-8/+89
| | | | strings.
* (cyrillic-koi8-r-decode-table): Map 8-bitKenichi Handa1999-09-291-6/+6
| | | | | | code not used by KOI8 to the same 8-bit code instead of mapping to SPC. (cyrillic-alternativnyj-decode-table): Likewise.
* ("Turkish"): New language environment.Kenichi Handa1999-09-201-0/+16
|
* (default-korean-keyboard): Initialize itKenichi Handa1999-09-081-1/+4
| | | | according to the environment variable HANGUL_KEYBOARD_TYPE.