2013-03-12 02:40:08 +00:00
|
|
|
;;; cyrillic.el --- support for Cyrillic -*- coding: utf-8; -*-
|
1997-02-20 07:02:49 +00:00
|
|
|
|
2019-01-01 00:59:58 +00:00
|
|
|
;; Copyright (C) 1997-1998, 2001-2019 Free Software Foundation, Inc.
|
2006-12-13 01:13:58 +00:00
|
|
|
;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
|
2011-01-02 23:50:46 +00:00
|
|
|
;; 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
2005-05-16 07:03:28 +00:00
|
|
|
;; National Institute of Advanced Industrial Science and Technology (AIST)
|
|
|
|
;; Registration Number H14PRO021
|
2003-09-08 12:53:41 +00:00
|
|
|
;; Copyright (C) 2003
|
|
|
|
;; National Institute of Advanced Industrial Science and Technology (AIST)
|
|
|
|
;; Registration Number H13PRO009
|
1997-02-20 07:02:49 +00:00
|
|
|
|
2019-05-20 04:29:13 +00:00
|
|
|
;; Author: Kenichi Handa <handa@gnu.org>
|
(cyrillic-koi8-r-decode-table)
(cyrillic-alternativnyj-decode-table): Fill out with mule-unicode.
(cyrillic-koi8-r-decode-table): Make unbound after use.
(ccl-decode-koi8, ccl-decode-alternativnyj): Change expansion
factor. Use utf-8-translation-table-for-decode.
(ccl-encode-koi8, ccl-encode-koi8): Don't check r0.
(cyrillic-unify-encoding): New function.
(cyrillic-koi8): Modify safe-chars, valid-codes. Remove
charset-origin-alist.
(Cp878, cp866): New alias.
(ccl-encode-8859-5-font): New.
(font-ccl-encoder-alist): Add ccl-encode-8859-5-font.
(ccl-encode-koi8-font, ccl-encode-alternativnyj-font): Remove
redundant parens.
("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority.
(cyrillic-koi8-u-decode-table, ccl-decode-koi8-u)
(ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"):
New.
(cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
("Cyrillic-ALT"): Change input method.
("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
2002-07-17 18:39:16 +00:00
|
|
|
;; Keywords: multilingual, Cyrillic, i18n
|
1997-02-20 07:02:49 +00:00
|
|
|
|
|
|
|
;; This file is part of GNU Emacs.
|
|
|
|
|
2008-05-06 04:29:13 +00:00
|
|
|
;; GNU Emacs is free software: you can redistribute it and/or modify
|
1997-02-20 07:02:49 +00:00
|
|
|
;; it under the terms of the GNU General Public License as published by
|
2008-05-06 04:29:13 +00:00
|
|
|
;; the Free Software Foundation, either version 3 of the License, or
|
|
|
|
;; (at your option) any later version.
|
1997-02-20 07:02:49 +00:00
|
|
|
|
|
|
|
;; GNU Emacs is distributed in the hope that it will be useful,
|
|
|
|
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
;; GNU General Public License for more details.
|
|
|
|
|
|
|
|
;; You should have received a copy of the GNU General Public License
|
2017-09-13 22:52:52 +00:00
|
|
|
;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
|
1997-02-20 07:02:49 +00:00
|
|
|
|
|
|
|
;;; Commentary:
|
|
|
|
|
(cyrillic-koi8-r-decode-table)
(cyrillic-alternativnyj-decode-table): Fill out with mule-unicode.
(cyrillic-koi8-r-decode-table): Make unbound after use.
(ccl-decode-koi8, ccl-decode-alternativnyj): Change expansion
factor. Use utf-8-translation-table-for-decode.
(ccl-encode-koi8, ccl-encode-koi8): Don't check r0.
(cyrillic-unify-encoding): New function.
(cyrillic-koi8): Modify safe-chars, valid-codes. Remove
charset-origin-alist.
(Cp878, cp866): New alias.
(ccl-encode-8859-5-font): New.
(font-ccl-encoder-alist): Add ccl-encode-8859-5-font.
(ccl-encode-koi8-font, ccl-encode-alternativnyj-font): Remove
redundant parens.
("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority.
(cyrillic-koi8-u-decode-table, ccl-decode-koi8-u)
(ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"):
New.
(cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
("Cyrillic-ALT"): Change input method.
("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
2002-07-17 18:39:16 +00:00
|
|
|
;; The character set ISO8859-5 is supported. KOI-8 and ALTERNATIVNYJ
|
|
|
|
;; are converted to Unicode internally. See
|
|
|
|
;; <URL:http://www.ecma.ch/ecma1/STAND/ECMA-113.HTM>. For more info
|
|
|
|
;; on Cyrillic charsets, see
|
|
|
|
;; <URL:http://czyborra.com/charsets/cyrillic.html>. The KOI and
|
|
|
|
;; Alternativnyj coding systems should live in code-pages.el, but
|
|
|
|
;; they've always been preloaded and the coding system autoload
|
|
|
|
;; mechanism didn't get accepted, so they have to stay here and
|
|
|
|
;; duplicate code-pages stuff.
|
|
|
|
|
|
|
|
;; Note that 8859-5 maps directly onto the Unicode Cyrillic block,
|
|
|
|
;; apart from codepoints 160 (NBSP, c.f. U+0400), 173 (soft hyphen,
|
|
|
|
;; c.f. U+04OD) and 253 (section sign, c.f U+045D). The KOI-8 and
|
|
|
|
;; Alternativnyj coding systems encode both 8859-5 and Unicode.
|
|
|
|
;; ucs-tables.el provides unification for cyrillic-iso-8bit.
|
|
|
|
|
2002-09-30 06:34:40 +00:00
|
|
|
;; Customizing `utf-fragment-on-decoding' allows decoding characters
|
(cyrillic-koi8-r-decode-table)
(cyrillic-alternativnyj-decode-table): Fill out with mule-unicode.
(cyrillic-koi8-r-decode-table): Make unbound after use.
(ccl-decode-koi8, ccl-decode-alternativnyj): Change expansion
factor. Use utf-8-translation-table-for-decode.
(ccl-encode-koi8, ccl-encode-koi8): Don't check r0.
(cyrillic-unify-encoding): New function.
(cyrillic-koi8): Modify safe-chars, valid-codes. Remove
charset-origin-alist.
(Cp878, cp866): New alias.
(ccl-encode-8859-5-font): New.
(font-ccl-encoder-alist): Add ccl-encode-8859-5-font.
(ccl-encode-koi8-font, ccl-encode-alternativnyj-font): Remove
redundant parens.
("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority.
(cyrillic-koi8-u-decode-table, ccl-decode-koi8-u)
(ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"):
New.
(cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
("Cyrillic-ALT"): Change input method.
("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
2002-07-17 18:39:16 +00:00
|
|
|
;; from KOI and Alternativnyj into 8859-5 where that's possible.
|
|
|
|
;; cyrillic-iso8859-5 characters take half as much space in the buffer
|
|
|
|
;; as the mule-unicode-0100-24ff equivalents, though that's probably
|
|
|
|
;; not normally a big deal.
|
1997-02-20 07:02:49 +00:00
|
|
|
|
|
|
|
;;; Code:
|
|
|
|
|
1997-08-22 01:22:17 +00:00
|
|
|
;; Cyrillic (general)
|
|
|
|
|
(cyrillic-koi8-r-decode-table)
(cyrillic-alternativnyj-decode-table): Fill out with mule-unicode.
(cyrillic-koi8-r-decode-table): Make unbound after use.
(ccl-decode-koi8, ccl-decode-alternativnyj): Change expansion
factor. Use utf-8-translation-table-for-decode.
(ccl-encode-koi8, ccl-encode-koi8): Don't check r0.
(cyrillic-unify-encoding): New function.
(cyrillic-koi8): Modify safe-chars, valid-codes. Remove
charset-origin-alist.
(Cp878, cp866): New alias.
(ccl-encode-8859-5-font): New.
(font-ccl-encoder-alist): Add ccl-encode-8859-5-font.
(ccl-encode-koi8-font, ccl-encode-alternativnyj-font): Remove
redundant parens.
("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority.
(cyrillic-koi8-u-decode-table, ccl-decode-koi8-u)
(ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"):
New.
(cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
("Cyrillic-ALT"): Change input method.
("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
2002-07-17 18:39:16 +00:00
|
|
|
;; ISO-8859-5 stuff
|
1997-02-26 12:27:06 +00:00
|
|
|
|
2002-03-01 02:28:29 +00:00
|
|
|
(define-coding-system 'cyrillic-iso-8bit
|
|
|
|
"ISO 2022 based 8-bit encoding for Cyrillic script (MIME:ISO-8859-5)."
|
|
|
|
:coding-type 'charset
|
|
|
|
:mnemonic ?5
|
|
|
|
:charset-list '(iso-8859-5)
|
2002-05-14 15:36:38 +00:00
|
|
|
:mime-charset 'iso-8859-5)
|
1997-02-20 07:02:49 +00:00
|
|
|
|
1997-07-02 00:06:30 +00:00
|
|
|
(define-coding-system-alias 'iso-8859-5 'cyrillic-iso-8bit)
|
1997-06-18 13:03:19 +00:00
|
|
|
|
1997-08-22 01:22:17 +00:00
|
|
|
(set-language-info-alist
|
2002-03-01 02:28:29 +00:00
|
|
|
"Cyrillic-ISO" '((charset iso-8859-5)
|
1998-01-22 01:48:25 +00:00
|
|
|
(coding-system cyrillic-iso-8bit)
|
|
|
|
(coding-priority cyrillic-iso-8bit)
|
(cyrillic-koi8-r-decode-table)
(cyrillic-alternativnyj-decode-table): Fill out with mule-unicode.
(cyrillic-koi8-r-decode-table): Make unbound after use.
(ccl-decode-koi8, ccl-decode-alternativnyj): Change expansion
factor. Use utf-8-translation-table-for-decode.
(ccl-encode-koi8, ccl-encode-koi8): Don't check r0.
(cyrillic-unify-encoding): New function.
(cyrillic-koi8): Modify safe-chars, valid-codes. Remove
charset-origin-alist.
(Cp878, cp866): New alias.
(ccl-encode-8859-5-font): New.
(font-ccl-encoder-alist): Add ccl-encode-8859-5-font.
(ccl-encode-koi8-font, ccl-encode-alternativnyj-font): Remove
redundant parens.
("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority.
(cyrillic-koi8-u-decode-table, ccl-decode-koi8-u)
(ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"):
New.
(cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
("Cyrillic-ALT"): Change input method.
("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
2002-07-17 18:39:16 +00:00
|
|
|
(input-method . "cyrillic-yawerty") ; fixme
|
2002-03-01 02:28:29 +00:00
|
|
|
(nonascii-translation . iso-8859-5)
|
1998-08-10 06:29:02 +00:00
|
|
|
(unibyte-display . cyrillic-iso-8bit)
|
|
|
|
(features cyril-util)
|
2013-03-12 02:40:08 +00:00
|
|
|
(sample-text . "Russian (Русский) Здравствуйте!")
|
1998-01-22 01:48:25 +00:00
|
|
|
(documentation . "Support for Cyrillic ISO-8859-5."))
|
|
|
|
'("Cyrillic"))
|
1997-08-22 01:22:17 +00:00
|
|
|
|
(cyrillic-koi8-r-decode-table)
(cyrillic-alternativnyj-decode-table): Fill out with mule-unicode.
(cyrillic-koi8-r-decode-table): Make unbound after use.
(ccl-decode-koi8, ccl-decode-alternativnyj): Change expansion
factor. Use utf-8-translation-table-for-decode.
(ccl-encode-koi8, ccl-encode-koi8): Don't check r0.
(cyrillic-unify-encoding): New function.
(cyrillic-koi8): Modify safe-chars, valid-codes. Remove
charset-origin-alist.
(Cp878, cp866): New alias.
(ccl-encode-8859-5-font): New.
(font-ccl-encoder-alist): Add ccl-encode-8859-5-font.
(ccl-encode-koi8-font, ccl-encode-alternativnyj-font): Remove
redundant parens.
("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority.
(cyrillic-koi8-u-decode-table, ccl-decode-koi8-u)
(ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"):
New.
(cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
("Cyrillic-ALT"): Change input method.
("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
2002-07-17 18:39:16 +00:00
|
|
|
;; KOI-8R stuff
|
1997-02-26 12:27:06 +00:00
|
|
|
|
2002-03-01 02:28:29 +00:00
|
|
|
(define-coding-system 'cyrillic-koi8
|
|
|
|
"KOI8 8-bit encoding for Cyrillic (MIME: KOI8-R)."
|
|
|
|
:coding-type 'charset
|
|
|
|
;; We used to use ?K. It is true that ?K is more strictly correct,
|
|
|
|
;; but it is also used for Korean. So people who use koi8 for
|
|
|
|
;; languages other than Russian will have to forgive us.
|
|
|
|
:mnemonic ?R
|
|
|
|
:charset-list '(koi8)
|
2002-05-14 15:36:38 +00:00
|
|
|
:mime-charset 'koi8-r)
|
1997-02-26 12:27:06 +00:00
|
|
|
|
1997-07-02 00:06:30 +00:00
|
|
|
(define-coding-system-alias 'koi8-r 'cyrillic-koi8)
|
|
|
|
(define-coding-system-alias 'koi8 'cyrillic-koi8)
|
(cyrillic-koi8-r-decode-table)
(cyrillic-alternativnyj-decode-table): Fill out with mule-unicode.
(cyrillic-koi8-r-decode-table): Make unbound after use.
(ccl-decode-koi8, ccl-decode-alternativnyj): Change expansion
factor. Use utf-8-translation-table-for-decode.
(ccl-encode-koi8, ccl-encode-koi8): Don't check r0.
(cyrillic-unify-encoding): New function.
(cyrillic-koi8): Modify safe-chars, valid-codes. Remove
charset-origin-alist.
(Cp878, cp866): New alias.
(ccl-encode-8859-5-font): New.
(font-ccl-encoder-alist): Add ccl-encode-8859-5-font.
(ccl-encode-koi8-font, ccl-encode-alternativnyj-font): Remove
redundant parens.
("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority.
(cyrillic-koi8-u-decode-table, ccl-decode-koi8-u)
(ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"):
New.
(cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
("Cyrillic-ALT"): Change input method.
("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
2002-07-17 18:39:16 +00:00
|
|
|
(define-coding-system-alias 'cp878 'cyrillic-koi8)
|
|
|
|
|
1997-08-22 01:22:17 +00:00
|
|
|
(set-language-info-alist
|
2018-11-05 00:22:15 +00:00
|
|
|
"Cyrillic-KOI8" '((charset koi8)
|
1998-01-22 01:48:25 +00:00
|
|
|
(coding-system cyrillic-koi8)
|
(cyrillic-koi8-r-decode-table)
(cyrillic-alternativnyj-decode-table): Fill out with mule-unicode.
(cyrillic-koi8-r-decode-table): Make unbound after use.
(ccl-decode-koi8, ccl-decode-alternativnyj): Change expansion
factor. Use utf-8-translation-table-for-decode.
(ccl-encode-koi8, ccl-encode-koi8): Don't check r0.
(cyrillic-unify-encoding): New function.
(cyrillic-koi8): Modify safe-chars, valid-codes. Remove
charset-origin-alist.
(Cp878, cp866): New alias.
(ccl-encode-8859-5-font): New.
(font-ccl-encoder-alist): Add ccl-encode-8859-5-font.
(ccl-encode-koi8-font, ccl-encode-alternativnyj-font): Remove
redundant parens.
("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority.
(cyrillic-koi8-u-decode-table, ccl-decode-koi8-u)
(ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"):
New.
(cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
("Cyrillic-ALT"): Change input method.
("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
2002-07-17 18:39:16 +00:00
|
|
|
(coding-priority cyrillic-koi8 cyrillic-iso-8bit)
|
2004-08-18 12:22:41 +00:00
|
|
|
(ctext-non-standard-encodings "koi8-r")
|
2002-03-01 02:28:29 +00:00
|
|
|
(nonascii-translation . koi8)
|
2003-02-14 12:55:08 +00:00
|
|
|
(input-method . "russian-typewriter")
|
1998-08-10 06:29:02 +00:00
|
|
|
(features cyril-util)
|
|
|
|
(unibyte-display . cyrillic-koi8)
|
2013-03-12 02:40:08 +00:00
|
|
|
(sample-text . "Russian (Русский) Здравствуйте!")
|
1998-08-02 01:06:57 +00:00
|
|
|
(documentation . "Support for Cyrillic KOI8-R."))
|
1998-01-22 01:48:25 +00:00
|
|
|
'("Cyrillic"))
|
1997-08-22 01:22:17 +00:00
|
|
|
|
2003-02-14 12:55:08 +00:00
|
|
|
(set-language-info-alist
|
|
|
|
"Russian" `((charset cyrillic-iso8859-5)
|
|
|
|
(nonascii-translation
|
|
|
|
. ,(get 'cyrillic-koi8-r-nonascii-translation-table
|
|
|
|
'translation-table))
|
|
|
|
(coding-system cyrillic-koi8)
|
|
|
|
(coding-priority cyrillic-koi8 cyrillic-iso-8bit)
|
|
|
|
(input-method . "russian-computer")
|
|
|
|
(features cyril-util)
|
|
|
|
(unibyte-display . cyrillic-koi8)
|
2013-03-12 02:40:08 +00:00
|
|
|
(sample-text . "Russian (Русский) Здравствуйте!")
|
2003-02-14 12:55:08 +00:00
|
|
|
(documentation . "\
|
|
|
|
Support for Russian using koi8-r and the russian-computer input method.")
|
|
|
|
(tutorial . "TUTORIAL.ru"))
|
|
|
|
'("Cyrillic"))
|
|
|
|
|
2004-04-16 12:51:06 +00:00
|
|
|
(define-coding-system 'koi8-u
|
|
|
|
"KOI8-U 8-bit encoding for Cyrillic (MIME: KOI8-U)"
|
|
|
|
:coding-type 'charset
|
2011-12-17 06:51:13 +00:00
|
|
|
:mnemonic ?U
|
2004-04-16 12:51:06 +00:00
|
|
|
:charset-list '(koi8-u)
|
|
|
|
:mime-charset 'koi8-u)
|
|
|
|
|
|
|
|
(set-language-info-alist
|
2018-11-05 00:22:15 +00:00
|
|
|
"Ukrainian" '((charset koi8-u)
|
2004-04-16 12:51:06 +00:00
|
|
|
(coding-system koi8-u)
|
|
|
|
(coding-priority koi8-u)
|
|
|
|
(nonascii-translation . koi8-u)
|
|
|
|
(input-method . "ukrainian-computer")
|
|
|
|
(documentation
|
|
|
|
. "Support for Ukrainian with KOI8-U character set."))
|
|
|
|
'("Cyrillic"))
|
|
|
|
|
(cyrillic-koi8-r-decode-table)
(cyrillic-alternativnyj-decode-table): Fill out with mule-unicode.
(cyrillic-koi8-r-decode-table): Make unbound after use.
(ccl-decode-koi8, ccl-decode-alternativnyj): Change expansion
factor. Use utf-8-translation-table-for-decode.
(ccl-encode-koi8, ccl-encode-koi8): Don't check r0.
(cyrillic-unify-encoding): New function.
(cyrillic-koi8): Modify safe-chars, valid-codes. Remove
charset-origin-alist.
(Cp878, cp866): New alias.
(ccl-encode-8859-5-font): New.
(font-ccl-encoder-alist): Add ccl-encode-8859-5-font.
(ccl-encode-koi8-font, ccl-encode-alternativnyj-font): Remove
redundant parens.
("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority.
(cyrillic-koi8-u-decode-table, ccl-decode-koi8-u)
(ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"):
New.
(cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
("Cyrillic-ALT"): Change input method.
("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
2002-07-17 18:39:16 +00:00
|
|
|
;;; ALTERNATIVNYJ stuff
|
1997-02-26 12:27:06 +00:00
|
|
|
|
2002-03-01 02:28:29 +00:00
|
|
|
(define-coding-system 'cyrillic-alternativnyj
|
|
|
|
"ALTERNATIVNYJ 8-bit encoding for Cyrillic."
|
|
|
|
:coding-type 'charset
|
|
|
|
:mnemonic ?A
|
2002-10-14 17:29:27 +00:00
|
|
|
:charset-list '(alternativnyj))
|
1997-02-26 12:27:06 +00:00
|
|
|
|
1997-07-02 00:06:30 +00:00
|
|
|
(define-coding-system-alias 'alternativnyj 'cyrillic-alternativnyj)
|
1997-06-18 13:03:19 +00:00
|
|
|
|
1997-02-20 07:02:49 +00:00
|
|
|
(set-language-info-alist
|
2018-11-05 00:22:15 +00:00
|
|
|
"Cyrillic-ALT" '((charset alternativnyj)
|
1998-01-22 01:48:25 +00:00
|
|
|
(coding-system cyrillic-alternativnyj)
|
|
|
|
(coding-priority cyrillic-alternativnyj)
|
2002-03-01 02:28:29 +00:00
|
|
|
(nonascii-translation . alternativnyj)
|
(cyrillic-koi8-r-decode-table)
(cyrillic-alternativnyj-decode-table): Fill out with mule-unicode.
(cyrillic-koi8-r-decode-table): Make unbound after use.
(ccl-decode-koi8, ccl-decode-alternativnyj): Change expansion
factor. Use utf-8-translation-table-for-decode.
(ccl-encode-koi8, ccl-encode-koi8): Don't check r0.
(cyrillic-unify-encoding): New function.
(cyrillic-koi8): Modify safe-chars, valid-codes. Remove
charset-origin-alist.
(Cp878, cp866): New alias.
(ccl-encode-8859-5-font): New.
(font-ccl-encoder-alist): Add ccl-encode-8859-5-font.
(ccl-encode-koi8-font, ccl-encode-alternativnyj-font): Remove
redundant parens.
("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority.
(cyrillic-koi8-u-decode-table, ccl-decode-koi8-u)
(ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"):
New.
(cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
("Cyrillic-ALT"): Change input method.
("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
2002-07-17 18:39:16 +00:00
|
|
|
(input-method . "russian-typewriter")
|
1998-08-10 06:29:02 +00:00
|
|
|
(features cyril-util)
|
|
|
|
(unibyte-display . cyrillic-alternativnyj)
|
2013-03-12 02:40:08 +00:00
|
|
|
(sample-text . "Russian (Русский) Здравствуйте!")
|
1998-01-22 01:48:25 +00:00
|
|
|
(documentation . "Support for Cyrillic ALTERNATIVNYJ."))
|
|
|
|
'("Cyrillic"))
|
1997-02-20 07:02:49 +00:00
|
|
|
|
2002-10-14 17:29:27 +00:00
|
|
|
(define-coding-system 'cp866
|
|
|
|
"CP866 encoding for Cyrillic."
|
|
|
|
:coding-type 'charset
|
|
|
|
:mnemonic ?*
|
|
|
|
:charset-list '(ibm866)
|
|
|
|
:mime-charset 'cp866)
|
|
|
|
|
2002-05-16 19:11:09 +00:00
|
|
|
(define-coding-system 'koi8-u
|
|
|
|
"KOI8-U 8-bit encoding for Cyrillic (MIME: KOI8-U)"
|
|
|
|
:coding-type 'charset
|
|
|
|
:mnemonic ?U
|
|
|
|
:charset-list '(koi8-u)
|
|
|
|
:mime-charset 'koi8-u)
|
|
|
|
|
|
|
|
(define-coding-system 'koi8-t
|
2002-06-14 23:23:08 +00:00
|
|
|
"KOI8-T 8-bit encoding for Cyrillic"
|
2002-05-16 19:11:09 +00:00
|
|
|
:coding-type 'charset
|
|
|
|
:mnemonic ?*
|
|
|
|
:charset-list '(koi8-t)
|
|
|
|
:mime-charset 'koi8-t)
|
|
|
|
|
|
|
|
(define-coding-system 'windows-1251
|
|
|
|
"windows-1251 8-bit encoding for Cyrillic (MIME: WINDOWS-1251)"
|
|
|
|
:coding-type 'charset
|
|
|
|
:mnemonic ?b
|
|
|
|
:charset-list '(windows-1251)
|
|
|
|
:mime-charset 'windows-1251)
|
|
|
|
(define-coding-system-alias 'cp1251 'windows-1251)
|
|
|
|
|
|
|
|
(define-coding-system 'cp1125
|
2002-06-14 23:23:08 +00:00
|
|
|
"cp1125 8-bit encoding for Cyrillic"
|
2002-05-16 19:11:09 +00:00
|
|
|
:coding-type 'charset
|
|
|
|
:mnemonic ?*
|
|
|
|
:charset-list '(cp1125))
|
|
|
|
(define-coding-system-alias 'ruscii 'cp1125)
|
|
|
|
;; Original name for cp1125, says Serhii Hlodin <hlodin@lutsk.bank.gov.ua>
|
|
|
|
(define-coding-system-alias 'cp866u 'cp1125)
|
|
|
|
|
2002-05-23 18:17:57 +00:00
|
|
|
(define-coding-system 'cp855
|
|
|
|
"DOS codepage 855 (Russian)"
|
|
|
|
:coding-type 'charset
|
|
|
|
:mnemonic ?D
|
|
|
|
:charset-list '(cp855)
|
|
|
|
:mime-charset 'cp855)
|
|
|
|
(define-coding-system-alias 'ibm855 'cp855)
|
|
|
|
|
2002-12-08 22:48:37 +00:00
|
|
|
(define-coding-system 'mik
|
|
|
|
"Bulgarian DOS codepage"
|
|
|
|
:coding-type 'charset
|
|
|
|
:mnemonic ?D
|
|
|
|
:charset-list '(mik))
|
|
|
|
|
|
|
|
(define-coding-system 'pt154
|
2014-01-16 06:24:06 +00:00
|
|
|
"ParaType Asian Cyrillic codepage"
|
2002-12-08 22:48:37 +00:00
|
|
|
:coding-type 'charset
|
|
|
|
:mnemonic ?D
|
|
|
|
:charset-list '(pt154))
|
|
|
|
|
2002-06-10 16:07:03 +00:00
|
|
|
;; (set-language-info-alist
|
|
|
|
;; "Windows-1251" `((coding-system windows-1251)
|
|
|
|
;; (coding-priority windows-1251)
|
|
|
|
;; (input-method . "russian-typewriter") ; fixme?
|
|
|
|
;; (features code-pages)
|
|
|
|
;; (documentation . "Support for windows-1251 character set."))
|
|
|
|
;; '("Cyrillic"))
|
(cyrillic-koi8-r-decode-table)
(cyrillic-alternativnyj-decode-table): Fill out with mule-unicode.
(cyrillic-koi8-r-decode-table): Make unbound after use.
(ccl-decode-koi8, ccl-decode-alternativnyj): Change expansion
factor. Use utf-8-translation-table-for-decode.
(ccl-encode-koi8, ccl-encode-koi8): Don't check r0.
(cyrillic-unify-encoding): New function.
(cyrillic-koi8): Modify safe-chars, valid-codes. Remove
charset-origin-alist.
(Cp878, cp866): New alias.
(ccl-encode-8859-5-font): New.
(font-ccl-encoder-alist): Add ccl-encode-8859-5-font.
(ccl-encode-koi8-font, ccl-encode-alternativnyj-font): Remove
redundant parens.
("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority.
(cyrillic-koi8-u-decode-table, ccl-decode-koi8-u)
(ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"):
New.
(cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
("Cyrillic-ALT"): Change input method.
("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
2002-07-17 18:39:16 +00:00
|
|
|
|
|
|
|
(set-language-info-alist
|
2018-11-05 00:22:15 +00:00
|
|
|
"Tajik" '((coding-system koi8-t)
|
2002-08-18 13:18:54 +00:00
|
|
|
(coding-priority koi8-t)
|
2002-06-10 16:07:03 +00:00
|
|
|
(nonascii-translation . cyrillic-koi8-t)
|
2002-10-09 22:16:47 +00:00
|
|
|
(charset koi8-t)
|
2003-02-14 12:55:08 +00:00
|
|
|
(input-method . "russian-typewriter") ; fixme?
|
|
|
|
(features code-pages)
|
|
|
|
(documentation . "Support for Tajik using KOI8-T."))
|
(cyrillic-koi8-r-decode-table)
(cyrillic-alternativnyj-decode-table): Fill out with mule-unicode.
(cyrillic-koi8-r-decode-table): Make unbound after use.
(ccl-decode-koi8, ccl-decode-alternativnyj): Change expansion
factor. Use utf-8-translation-table-for-decode.
(ccl-encode-koi8, ccl-encode-koi8): Don't check r0.
(cyrillic-unify-encoding): New function.
(cyrillic-koi8): Modify safe-chars, valid-codes. Remove
charset-origin-alist.
(Cp878, cp866): New alias.
(ccl-encode-8859-5-font): New.
(font-ccl-encoder-alist): Add ccl-encode-8859-5-font.
(ccl-encode-koi8-font, ccl-encode-alternativnyj-font): Remove
redundant parens.
("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority.
(cyrillic-koi8-u-decode-table, ccl-decode-koi8-u)
(ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"):
New.
(cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
("Cyrillic-ALT"): Change input method.
("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
2002-07-17 18:39:16 +00:00
|
|
|
'("Cyrillic"))
|
|
|
|
|
|
|
|
(set-language-info-alist
|
2018-11-05 00:22:15 +00:00
|
|
|
"Bulgarian" '((coding-system windows-1251)
|
2002-06-10 16:07:03 +00:00
|
|
|
(coding-priority windows-1251)
|
|
|
|
(nonascii-translation . windows-1251)
|
2002-10-09 22:16:47 +00:00
|
|
|
(charset windows-1251)
|
2004-04-16 12:51:06 +00:00
|
|
|
(ctext-non-standard-encodings "microsoft-cp1251")
|
2002-10-17 07:30:45 +00:00
|
|
|
(input-method . "bulgarian-bds")
|
(cyrillic-koi8-r-decode-table)
(cyrillic-alternativnyj-decode-table): Fill out with mule-unicode.
(cyrillic-koi8-r-decode-table): Make unbound after use.
(ccl-decode-koi8, ccl-decode-alternativnyj): Change expansion
factor. Use utf-8-translation-table-for-decode.
(ccl-encode-koi8, ccl-encode-koi8): Don't check r0.
(cyrillic-unify-encoding): New function.
(cyrillic-koi8): Modify safe-chars, valid-codes. Remove
charset-origin-alist.
(Cp878, cp866): New alias.
(ccl-encode-8859-5-font): New.
(font-ccl-encoder-alist): Add ccl-encode-8859-5-font.
(ccl-encode-koi8-font, ccl-encode-alternativnyj-font): Remove
redundant parens.
("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority.
(cyrillic-koi8-u-decode-table, ccl-decode-koi8-u)
(ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"):
New.
(cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
("Cyrillic-ALT"): Change input method.
("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
2002-07-17 18:39:16 +00:00
|
|
|
(documentation
|
2011-12-17 06:51:13 +00:00
|
|
|
. "Support for Bulgarian with windows-1251 character set."))
|
(cyrillic-koi8-r-decode-table)
(cyrillic-alternativnyj-decode-table): Fill out with mule-unicode.
(cyrillic-koi8-r-decode-table): Make unbound after use.
(ccl-decode-koi8, ccl-decode-alternativnyj): Change expansion
factor. Use utf-8-translation-table-for-decode.
(ccl-encode-koi8, ccl-encode-koi8): Don't check r0.
(cyrillic-unify-encoding): New function.
(cyrillic-koi8): Modify safe-chars, valid-codes. Remove
charset-origin-alist.
(Cp878, cp866): New alias.
(ccl-encode-8859-5-font): New.
(font-ccl-encoder-alist): Add ccl-encode-8859-5-font.
(ccl-encode-koi8-font, ccl-encode-alternativnyj-font): Remove
redundant parens.
("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority.
(cyrillic-koi8-u-decode-table, ccl-decode-koi8-u)
(ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"):
New.
(cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
("Cyrillic-ALT"): Change input method.
("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
2002-07-17 18:39:16 +00:00
|
|
|
'("Cyrillic"))
|
|
|
|
|
|
|
|
(set-language-info-alist
|
2018-11-05 00:22:15 +00:00
|
|
|
"Belarusian" '((coding-system windows-1251)
|
(cyrillic-koi8-r-decode-table)
(cyrillic-alternativnyj-decode-table): Fill out with mule-unicode.
(cyrillic-koi8-r-decode-table): Make unbound after use.
(ccl-decode-koi8, ccl-decode-alternativnyj): Change expansion
factor. Use utf-8-translation-table-for-decode.
(ccl-encode-koi8, ccl-encode-koi8): Don't check r0.
(cyrillic-unify-encoding): New function.
(cyrillic-koi8): Modify safe-chars, valid-codes. Remove
charset-origin-alist.
(Cp878, cp866): New alias.
(ccl-encode-8859-5-font): New.
(font-ccl-encoder-alist): Add ccl-encode-8859-5-font.
(ccl-encode-koi8-font, ccl-encode-alternativnyj-font): Remove
redundant parens.
("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority.
(cyrillic-koi8-u-decode-table, ccl-decode-koi8-u)
(ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"):
New.
(cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
("Cyrillic-ALT"): Change input method.
("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
2002-07-17 18:39:16 +00:00
|
|
|
(coding-priority windows-1251)
|
2002-06-10 16:07:03 +00:00
|
|
|
(nonascii-translation . windows-1251)
|
2002-10-09 22:16:47 +00:00
|
|
|
(charset windows-1251)
|
2004-04-16 12:51:06 +00:00
|
|
|
(ctext-non-standard-encodings "microsoft-cp1251")
|
(cyrillic-koi8-r-decode-table)
(cyrillic-alternativnyj-decode-table): Fill out with mule-unicode.
(cyrillic-koi8-r-decode-table): Make unbound after use.
(ccl-decode-koi8, ccl-decode-alternativnyj): Change expansion
factor. Use utf-8-translation-table-for-decode.
(ccl-encode-koi8, ccl-encode-koi8): Don't check r0.
(cyrillic-unify-encoding): New function.
(cyrillic-koi8): Modify safe-chars, valid-codes. Remove
charset-origin-alist.
(Cp878, cp866): New alias.
(ccl-encode-8859-5-font): New.
(font-ccl-encoder-alist): Add ccl-encode-8859-5-font.
(ccl-encode-koi8-font, ccl-encode-alternativnyj-font): Remove
redundant parens.
("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority.
(cyrillic-koi8-u-decode-table, ccl-decode-koi8-u)
(ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"):
New.
(cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
("Cyrillic-ALT"): Change input method.
("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
2002-07-17 18:39:16 +00:00
|
|
|
(input-method . "belarusian")
|
|
|
|
(documentation
|
|
|
|
. "Support for Belarusian with windows-1251 character set.
|
|
|
|
\(The name Belarusian replaced Byelorussian in the early 1990s.)"))
|
|
|
|
'("Cyrillic"))
|
|
|
|
|
2002-08-18 13:18:54 +00:00
|
|
|
(set-language-info-alist
|
2018-11-05 00:22:15 +00:00
|
|
|
"Ukrainian" '((coding-system koi8-u)
|
2002-08-18 13:18:54 +00:00
|
|
|
(coding-priority koi8-u)
|
|
|
|
(input-method . "ukrainian-computer")
|
|
|
|
(documentation
|
|
|
|
. "Support for Ukrainian with koi8-u character set."))
|
|
|
|
'("Cyrillic"))
|
|
|
|
|
2000-11-22 19:28:28 +00:00
|
|
|
(provide 'cyrillic)
|
|
|
|
|
1997-02-20 07:02:49 +00:00
|
|
|
;;; cyrillic.el ends here
|