1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 00:51:50 -08:00
emacs/leim
Mohsen BANAN 4f96ea3f4f Update the Persian input methods.
leim/quail/persian.el: Update which includes: (1) full compliance to
 ISIRI-6219, forbiden characters were eliminated and missing
 characters were added; (2) layer 3 of ISIRI-9147 is now
 implemented with a '\' prefix; (3) double entry of characters
 which were postfixed with 'h' is now supported; (4) lots of
 comment and additional pointers have been added.
2012-03-09 14:18:25 +02:00
..
CXTERM-DIC Fix typos. 2011-11-20 20:35:27 +01:00
ja-dic Regenerate ja-dic.el 2011-02-26 10:48:22 +01:00
MISC-DIC Spelling fixes. 2011-11-14 23:55:13 -08:00
quail Update the Persian input methods. 2012-03-09 14:18:25 +02:00
SKK-DIC * leim/SKK-DIC/SKK-JISYO.L: Add proper coding tag. 2011-06-12 12:37:40 +02:00
.gitignore Nuke arch-tags. 2011-01-15 15:16:57 -08:00
ChangeLog Update the Persian input methods. 2012-03-09 14:18:25 +02:00
COPYING Change to GPLv3. 2007-07-25 07:00:38 +00:00
leim-ext.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
Makefile.in Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
makefile.w32-in Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
README Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Copyright (C) 2001-2012  Free Software Foundation, Inc.
See the end of the file for license conditions.


This directory contains LEIM files.
LEIM stands for Libraries of Emacs Input Methods.

Contents of subdirectories are as follows.

CXTERM-DIC:

This directory contains source dictionaries (TIT format) for Chinese
input method distributed with cxterm (Chinese version xterm).  These
dictionaries are automatically converted to Quail packages (Emacs Lisp
source files) by `make'.

MISC-DIC:

This directory contains various dictionaries for Chinese input
methods.  These dictionaries are automatically converted to Quail
packages (Emacs Lisp source files) by `make'.

quail:

This directory contains Emacs Lisp source files for Quail packages.

SKK-DIC:

This directory contains source dictionary for Japanese input method
distributed with SKK (Japanese input method run with Mule).  But, you
don't need this file because we distribute an Emacs Lisp source file
ja-dic/ja-dic.el which has already been converted from the source
dictionary (See below).

ja-dic:

This directory contains Emacs Lisp source file ja-dic.el which is
generated from a source dictionary in SKK-DIC directory.  The
inclusion of this file is for users convenience because it takes
rather long time to generate it.


This file is part of GNU Emacs.

GNU Emacs is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

GNU Emacs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.