]> code.delx.au - gnu-emacs/blob - lisp/language/czech.el
*** empty log message ***
[gnu-emacs] / lisp / language / czech.el
1 ;;; czech.el --- support for Czech -*- coding: iso-2022-7bit; no-byte-compile: t -*-
2
3 ;; Copyright (C) 1998, 2001 Free Software Foundation.
4
5 ;; Author: Milan Zamazal <pdm@zamazal.org>
6 ;; Maintainer: Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7 ;; Keywords: multilingual, Czech
8
9 ;; This file is part of GNU Emacs.
10
11 ;; GNU Emacs is free software; you can redistribute it and/or modify
12 ;; it under the terms of the GNU General Public License as published by
13 ;; the Free Software Foundation; either version 2, or (at your option)
14 ;; any later version.
15
16 ;; GNU Emacs is distributed in the hope that it will be useful,
17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 ;; GNU General Public License for more details.
20
21 ;; You should have received a copy of the GNU General Public License
22 ;; along with GNU Emacs; see the file COPYING. If not, write to the
23 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
24 ;; Boston, MA 02111-1307, USA.
25
26 ;;; Commentary:
27
28 ;; Czech ISO 8859-2 environment.
29
30 ;;; Code:
31
32 (set-language-info-alist
33 "Czech" '((charset . (ascii latin-iso8859-2))
34 (coding-system . (iso-8859-2))
35 (coding-priority . (iso-8859-2))
36 (input-method . "czech")
37 (nonascii-translation . iso-8859-2)
38 (unibyte-display . iso-8859-2)
39 (tutorial . "TUTORIAL.cs")
40 (sample-text . "P\e,Bx\e(Bejeme v\e,Ba\e(Bm hezk\e,B}\e(B den!")
41 (documentation . "\
42 This language environment is almost the same as Latin-2,
43 but sets the default input method to \"czech\",
44 and selects the Czech tutorial."))
45 '("European"))
46
47 (provide 'czech)
48
49 ;;; czech.el ends here