root/trunk/lisp/language/czech.el
| Revision 4220, 1.7 kB (checked in by miyoshi, 9 months ago) | |
|---|---|
| |
| Line | |
|---|---|
| 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 |
| 4 | ;; Free Software Foundation. |
| 5 | |
| 6 | ;; Author: Milan Zamazal <pdm@zamazal.org> |
| 7 | ;; Maintainer: Pavel Jan,Am(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, or (at your option) |
| 15 | ;; 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; see the file COPYING. If not, write to the |
| 24 | ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 25 | ;; Boston, MA 02110-1301, USA. |
| 26 | |
| 27 | ;;; Commentary: |
| 28 | |
| 29 | ;; Czech ISO 8859-2 environment. |
| 30 | |
| 31 | ;;; Code: |
| 32 | |
| 33 | (set-language-info-alist |
| 34 | "Czech" '((charset . (ascii latin-iso8859-2)) |
| 35 | (coding-system . (iso-8859-2)) |
| 36 | (coding-priority . (iso-8859-2)) |
| 37 | (input-method . "czech") |
| 38 | (nonascii-translation . latin-iso8859-2) |
| 39 | (unibyte-syntax . "latin-2") |
| 40 | (unibyte-display . iso-8859-2) |
| 41 | (tutorial . "TUTORIAL.cs") |
| 42 | (sample-text . "P,Bx(Bejeme v,Ba(Bm hezk,B}(B den!") |
| 43 | (documentation . "\ |
| 44 | This language environment is almost the same as Latin-2, |
| 45 | but sets the default input method to \"czech\", |
| 46 | and selects the Czech tutorial.")) |
| 47 | '("European")) |
| 48 | |
| 49 | (provide 'czech) |
| 50 | |
| 51 | ;;; arch-tag: 45ac0d83-ca13-4b5e-9e82-821e44080c24 |
| 52 | ;;; czech.el ends here |
| 53 |
Note: See TracBrowser for help on using the browser.
