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