Prefer UTF-8 in documentation.
[bpt/emacs.git] / lisp / language / slovak.el
CommitLineData
48b9bb83 1;;; slovak.el --- support for Slovak -*- coding: utf-8 -*-
25d90e68 2
ab422c4d 3;; Copyright (C) 1998, 2001-2013 Free Software Foundation, Inc.
25d90e68 4
48b9bb83 5;; Authors: Tibor Šimko <tibor.simko@fmph.uniba.sk>,
d38ed151 6;; Milan Zamazal <pdm@zamazal.org>
48b9bb83 7;; Maintainer: Pavel Janík <Pavel@Janik.cz>
25d90e68
RS
8;; Keywords: multilingual, Slovak
9
88337979
KH
10;; This file is part of GNU Emacs.
11
4936186e 12;; GNU Emacs is free software: you can redistribute it and/or modify
88337979 13;; it under the terms of the GNU General Public License as published by
4936186e
GM
14;; the Free Software Foundation, either version 3 of the License, or
15;; (at your option) any later version.
88337979
KH
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
4936186e 23;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
25d90e68
RS
24
25;;; Commentary:
26
27;; Slovak ISO 8859-2 environment.
28
29;;; Code:
30
25d90e68 31(set-language-info-alist
8f76845d 32 "Slovak" '((charset . (ascii latin-iso8859-2))
88337979
KH
33 (coding-system . (iso-8859-2))
34 (coding-priority . (iso-8859-2))
678fea0e 35 (nonascii-translation . iso-8859-2)
8f76845d 36 (input-method . "slovak")
8f76845d 37 (unibyte-display . iso-8859-2)
edc5c81d 38 (tutorial . "TUTORIAL.sk")
48b9bb83 39 (sample-text . "Prajeme Vám príjemný deň!")
20b5dc4a
GM
40 (documentation . "\
41This language environment is almost the same as Latin-2,
c1a227ea 42but sets the default input method to \"slovak\",
70a4f3ea 43and selects the Slovak tutorial."))
5521e038 44 '("European"))
25d90e68
RS
45
46(provide 'slovak)
47
60370d40 48;;; slovak.el ends here