Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)
[bpt/emacs.git] / lisp / language / romanian.el
CommitLineData
0a10297a 1;;; romanian.el --- support for Romanian -*- coding: iso-latin-2; no-byte-compile: t -*-
2c8d97b0 2
49f70d46 3;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
d4877ac1 4;; Free Software Foundation.
2c8d97b0
DN
5
6;; Author: Dan Nicolaescu <done@ece.arizona.edu>
ec8ac703 7;; Keywords: multilingual, Romanian, i18n
2c8d97b0
DN
8
9;; This file is part of GNU Emacs.
10
4936186e 11;; GNU Emacs is free software: you can redistribute it and/or modify
2c8d97b0 12;; it under the terms of the GNU General Public License as published by
4936186e
GM
13;; the Free Software Foundation, either version 3 of the License, or
14;; (at your option) any later version.
2c8d97b0
DN
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
4936186e 22;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
2c8d97b0
DN
23
24;;; Commentary:
25
ec8ac703 26;; Romanian ISO 8859-2 environment plus 8859-16 coding system.
2c8d97b0
DN
27
28;;; Code:
29
2c8d97b0 30(set-language-info-alist
8f924df7
KH
31 "Romanian" '((charset iso-8859-2)
32 (coding-system iso-8859-2 iso-latin-10)
33 (coding-priority iso-8859-2)
678fea0e 34 (nonascii-translation . iso-8859-2)
8f76845d 35 (input-method . "latin-2-postfix")
8f76845d 36 (unibyte-display . iso-8859-2)
c0c63952 37 (tutorial . "TUTORIAL.ro")
8f76845d 38