Fix bug #13515 with processing DBCS file names on MS-Windows.
[emacs.git] / leim / README
blobf1075872f777c4c6f9812e0a9c81a4012e0431ac
1 Copyright (C) 2001-2013 Free Software Foundation, Inc.
2 See the end of the file for license conditions.
5 This directory contains LEIM files.
6 LEIM stands for Libraries of Emacs Input Methods.
8 Contents of subdirectories are as follows.
10 CXTERM-DIC:
12 This directory contains source dictionaries (TIT format) for Chinese
13 input method distributed with cxterm (Chinese version xterm).  These
14 dictionaries are automatically converted to Quail packages (Emacs Lisp
15 source files) by `make'.
17 MISC-DIC:
19 This directory contains various dictionaries for Chinese input
20 methods.  These dictionaries are automatically converted to Quail
21 packages (Emacs Lisp source files) by `make'.
23 quail:
25 This directory contains Emacs Lisp source files for Quail packages.
27 SKK-DIC:
29 This directory contains source dictionary for Japanese input method
30 distributed with SKK (Japanese input method run with Mule).  But, you
31 don't need this file because we distribute an Emacs Lisp source file
32 ja-dic/ja-dic.el which has already been converted from the source
33 dictionary (See below).
35 ja-dic:
37 This directory contains Emacs Lisp source file ja-dic.el which is
38 generated from a source dictionary in SKK-DIC directory.  The
39 inclusion of this file is for users convenience because it takes
40 rather long time to generate it.
43 This file is part of GNU Emacs.
45 GNU Emacs is free software: you can redistribute it and/or modify
46 it under the terms of the GNU General Public License as published by
47 the Free Software Foundation, either version 3 of the License, or
48 (at your option) any later version.
50 GNU Emacs is distributed in the hope that it will be useful,
51 but WITHOUT ANY WARRANTY; without even the implied warranty of
52 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
53 GNU General Public License for more details.
55 You should have received a copy of the GNU General Public License
56 along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.