• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..29-Nov-2005-

READMEH A D16-Jan-20005 KiB142106

callback.cH A D14-Jun-200110.9 KiB401330

chkcset.cH A D14-Jun-20016.9 KiB232171

chkfe.cH A D14-Jun-20011.9 KiB7520

chkic.cH A D14-Jun-200137.5 KiB1,031885

chkim.cH A D14-Jun-20014.5 KiB16098

chkpsset.cH A D14-Jun-200130.9 KiB849697

chkreset.cH A D14-Jun-20012.4 KiB9340

chkutil.cH A D14-Jun-20013.5 KiB11766

chkxls.cH A D14-Jun-20012.9 KiB10960

curses.cH A D14-Jun-20015.8 KiB278205

define.hH A D14-Jun-200111.4 KiB299164

exvalue.hH A D14-Jun-20012.7 KiB8932

final.cH A D14-Jun-20012.1 KiB10044

func.hH A D14-Jun-20015.4 KiB13975

funcv.cH A D14-Jun-20012.7 KiB10855

keyev.cH A D14-Jun-20013.3 KiB12068

typedef.hH A D14-Jun-20014.5 KiB14285

ximtest.cH A D14-Jun-20016.8 KiB230158

xresource.cH A D14-Jun-200110.3 KiB303235

README

1/*
2 * $Id: README,v 1.1.2.1 1999/02/08 06:02:48 yamasita Exp $
3 */
4
5/*
6 * FreeWnn is a network-extensible Kana-to-Kanji conversion system.
7 * This file is part of FreeWnn.
8 *
9 * Copyright Kyoto University Research Institute for Mathematical Sciences
10 *                 1987, 1988, 1989, 1990, 1991, 1992
11 * Copyright OMRON Corporation. 1987, 1988, 1989, 1990, 1991, 1992, 1999
12 * Copyright ASTEC, Inc. 1987, 1988, 1989, 1990, 1991, 1992
13 *
14 * Author: OMRON SOFTWARE Co., Ltd. <freewnn@rd.kyoto.omronsoft.co.jp>
15 *
16 * This program is free software; you can redistribute it and/or modify
17 * it under the terms of the GNU General Public License as published by
18 * the Free Software Foundation; either version 2, or (at your option)
19 * any later version.
20 *
21 * This program is distributed in the hope that it will be useful,
22 * but WITHOUT ANY WARRANTY; without even the implied warranty of
23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
24 * GNU General Public License for more details.
25 *
26 * You should have received a copy of the GNU General Public License
27 * along with GNU Emacs; see the file COPYING.  If not, write to the
28 * Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
29 *
30 * Commentary:
31 *
32 * Change log:
33 *
34 * Last modified date: 8,Feb.1999
35 *
36 */
37
381. Environment for the test
39
40  0S : UniOS-B, UniOS-U, UniOS-Mach
41  Machine :
42     Can use X-Window (X11R4 or higher version).
43     Can use XWNMO.
44     Can use color bitmap display (for the color indication).
45
46 The test tool files should be put at proper place.
47
482. The way of the test
49
50  Each function is tested by using XIM test tool. You should investigate
51 the results of the test and check whether XIM acts rightly.
52
53  The testing procedure for each library function is shown as bellow.
54 [CR] means to hit return key.
55
56  2.1 Setting of the environment
57
58    2.1.1 Create or append to the file ".Xdefaults" as follows in the home
59          directory.
60
61          *xim.foreground:               yellow
62          *Xim.Background:               black
63          *xima.foreground:              white
64          *Xima.Background:              forestgreen
65          *ximb.foreground:              blue
66          *Ximb.Background:              red
67
68    2.1.2 Append the following to your file `.cshrc'.
69
70	(1) setenv LANG ja_JP.ujis
71        (2) setenv XMODIFIERS @im=_XWNMO
72        (3) setenv XIMLOGDIR (the DIRECTORY for locating your log file later)
73
74    2.1.3 Log file
75
76      The result of the testing is arranged into log files.
77     Some of the log files show like these:
78
79          "tim.log?", "ticon.log?", "ticover.log?", "ticoff.log?",
80          "ticroot.log?"
81
82      (note) "?" means consecutive numbers.
83
84      Actual file arrangement shows as follows(In the case of the directory
85     of the log files is "$HOME/xim/test/log").
86
87        $HOME/xim/test/log ���������� /logfile001/  ���������� tim.log
88                               ��                       ������ ticon.log1
89                               ��                       ������ ticon.log2
90                               ��                       ������ ticover.log1
91                               ��                       ������ ticover.log2
92                               ��                       ������ ticoff.log1
93                               ��                       ������ ticoff.log2
94                               ��                       ������ ticroot.log1
95                               ��                       ������ ticroot.log2
96                               ������ /logfile002/  ���������� tim.log
97                               ��                       ������ ticon.log1
98                               ��                       ������ ticover.log1
99                               ��                       ������ ticover.log2
100                               ��                       ������ ticover.log3
101                               ��                       ������ ticoff.log1
102                                                        ������ ticroot.log1
103
104	(The "logfile001" is the name of sub-directory typed for putting
105	the log files in the first testing and the "logfile002" is for the
106	second testing. It is better to specify a meaningful sub-directory
107	name for the management of the results of testing.)
108
109  2.2 The way of the compilation
110
111    Input commands as below.
112
113        (1) $ cd ./ [CR]
114        (2) $ make -k [CR]
115
116  2.3 The way to execute XIM test tool
117
118  (1) Execute xwnmo.
119
120  (2) Open window(kterm) to indicate the contents of this test.
121       (note) This window size has to be 80x24.
122
123  (3) Input commands as follows on the window just opened from step (2).
124
125	 $ cd ./ [CR]
126         $ ximtest logfile001 [CR]
127         (assume the sub-directory's name to locate log files is "logfile001".)
128
129  (4) The way of the test has two parts, auto test and manual test.
130     Auto test means the test program checks functions automaticly. Manual
131     test means the user chooses command from  menu window and checks the
132     results.
133
134      In the case of the manual test, the input window (X11R5 XIM Test) and
135     the menu window (X11R5 XIM Menu) are used.
136
137
138
139
140
141
142