comparison lisp/language/hebrew.el @ 88155:d7ddb3e565de

sync with trunk
author Henrik Enberg <henrik.enberg@telia.com>
date Mon, 16 Jan 2006 00:03:54 +0000
parents 987c47f9b6cb
children
comparison
equal deleted inserted replaced
88154:8ce476d3ba36 88155:d7ddb3e565de
1 ;;; hebrew.el --- support for Hebrew -*- coding: iso-2022-7bit; no-byte-compile: t -*- 1 ;;; hebrew.el --- support for Hebrew -*- coding: iso-2022-7bit; no-byte-compile: t -*-
2 2
3 ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. 3 ;; Copyright (C) 2001 Free Software Foundation, Inc.
4 ;; Licensed to the Free Software Foundation. 4 ;; Copyright (C) 1995
5 ;; Copyright (C) 2001 Free Software Foundation, Inc. 5 ;; National Institute of Advanced Industrial Science and Technology (AIST)
6 ;; Registration Number H14PRO021
6 7
7 ;; Keywords: multilingual, Hebrew 8 ;; Keywords: multilingual, Hebrew
8 9
9 ;; This file is part of GNU Emacs. 10 ;; This file is part of GNU Emacs.
10 11
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 ;; GNU General Public License for more details. 20 ;; GNU General Public License for more details.
20 21
21 ;; You should have received a copy of the GNU General Public License 22 ;; 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 ;; along with GNU Emacs; see the file COPYING. If not, write to the
23 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
24 ;; Boston, MA 02111-1307, USA. 25 ;; Boston, MA 02110-1301, USA.
25 26
26 ;;; Commentary: 27 ;;; Commentary:
27 28
28 ;; For Hebrew, the character set ISO8859-8 is supported. 29 ;; For Hebrew, the character set ISO8859-8 is supported.
29 ;; See http://www.ecma.ch/ecma1/STAND/ECMA-121.HTM. 30 ;; See http://www.ecma.ch/ecma1/STAND/ECMA-121.HTM.
66 Support for Windows-1255 encoding, e.g. for Yiddish. 67 Support for Windows-1255 encoding, e.g. for Yiddish.
67 Right-to-left writing is not yet supported."))) 68 Right-to-left writing is not yet supported.")))
68 69
69 (provide 'hebrew) 70 (provide 'hebrew)
70 71
72 ;;; arch-tag: 3ca04f32-3f1e-498e-af46-8267498ba5d9
71 ;;; hebrew.el ends here 73 ;;; hebrew.el ends here