0
|
1 ;
|
|
2 ; $Id: ximconf,v 1.4.2.3 1999/04/01 05:29:49 nakanisi Exp $
|
|
3 ;
|
|
4
|
|
5 ; FreeWnn is a network-extensible Kana-to-Kanji conversion system.
|
|
6 ; This file is part of FreeWnn.
|
|
7 ;
|
|
8 ; Copyright Kyoto University Research Institute for Mathematical Sciences
|
|
9 ; 1987, 1988, 1989, 1990, 1991, 1992
|
|
10 ; Copyright OMRON Corporation. 1987, 1988, 1989, 1990, 1991, 1992, 1999
|
|
11 ; Copyright ASTEC, Inc. 1987, 1988, 1989, 1990, 1991, 1992
|
|
12 ;
|
|
13 ; Author: OMRON SOFTWARE Co., Ltd. <freewnn@rd.kyoto.omronsoft.co.jp>
|
|
14 ;
|
|
15 ; This program is free software; you can redistribute it and/or modify
|
|
16 ; it under the terms of the GNU General Public License as published by
|
|
17 ; the Free Software Foundation; either version 2, or (at your option)
|
|
18 ; any later version.
|
|
19 ;
|
|
20 ; This program is distributed in the hope that it will be useful,
|
|
21 ; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
22 ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
23 ; GNU General Public License for more details.
|
|
24 ;
|
|
25 ; You should have received a copy of the GNU General Public License
|
|
26 ; along with GNU Emacs; see the file COPYING. If not, write to the
|
|
27 ; Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
28 ;
|
|
29 ; Commentary:
|
|
30 ;
|
|
31 ; Change log:
|
|
32 ; '99/03/20 片山@PFU <kate@pfu.co.jp>
|
|
33 ; ja_JP が先頭に表示されるように順番を入れ換え。
|
|
34 ;
|
|
35 ; Last modified date: 20,Mar.1999
|
|
36 ;
|
|
37
|
|
38 ; The configulation file for Xwnmo
|
|
39 ;
|
|
40 ; Format:
|
|
41 ; <locale-name of clients> <lang-name> <internal locale-name> <CSWIDTH> <use server?> <code_trans>
|
|
42 ; setdefaultlocale <deafult locale of Root-Mode>
|
|
43 ; setworldlocale <locale of world environment>
|
|
44 ;
|
|
45 ;C C C 1 False Normal
|
|
46 ru_SU.8859-5 ru_SU ru_SU.8859-5 1 False Normal
|
|
47 lt_LN.bit8|lt_LN.bit7 \
|
|
48 lt_LN lt_LN.bit8 1 False Normal
|
|
49 ko_KR.eucKR|ko_KR.euc \
|
|
50 ko_KR ko_KR.euc 2 True Normal
|
|
51 zh_TW.eucTW|zh_TW.ucns|zh_TW.big5 \
|
|
52 zh_TW zh_TW.ucns 2,1,2 True Yincoding
|
|
53 zh_CN.eucCN|zh_CN.ugb \
|
|
54 zh_CN zh_CN.ugb 2,1,2 True Yincoding
|
|
55 ja|ja_JP.eucJP|ja_JP.ujis|ja_JP.mscode|ja_JP.SJIS|ja_JP.jis8|ja_JP.jis7|ja_JP.pjis \
|
|
56 ja_JP ja_JP.ujis 2,1,2 True Normal
|
|
57
|
|
58 setdefaultlocale ja_JP.ujis
|
|
59 setworldlocale wr_WR.ct
|