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

..03-May-2022-

demo/H03-May-2022-453333

dict/H08-Apr-1998-33,95632,328

doc/H08-Apr-1998-2,4492,088

include/H03-May-2022-4,7592,683

kanakan/H03-May-2022-22,24516,104

server/H03-May-2022-4,1643,283

sj3/H03-May-2022-12,0469,766

sj3dic/H03-May-2022-1,7941,255

sj3h/H03-May-2022-1,9561,188

sj3lib/H03-May-2022-3,1172,514

sj3rkcv/H03-May-2022-2,6622,286

sj3stat/H03-May-2022-168106

sjcompat/H03-May-2022-978692

CHANGES.eucJPH A D08-Apr-19986.6 KiB285250

ImakefileH A D03-May-20222.3 KiB6858

READMEH A D23-Jan-19972.9 KiB9168

patchlevel.hH A D03-May-20221.4 KiB301

sj3.tmplH A D03-May-20222.6 KiB8974

README

1* What's SJ3
2	SJ3 is a Japanese input system developed by Sony Corporation.
3	SJ3 is composed of Kana-Kanji conversion server(sj3serv),
4	Kana-Kanji conversion client for terminal(sj3) and Kana-Kanji
5	conversion library(sj3lib).
6
7* Configuration notice
8	Default communication interface between Kana-Kanji server and client
9	is socket in BSD and TLI in System V. If you want to use socket
10	in System V, you need to delete "-DTLI" from sj3.tmpl file.
11
12	And you can configure top directory to install SJ3 by setting
13	SJ3TOP variable in sj3.tmpl file.
14	The default value is '/usr/local'.
15
16	Attention, if you make sj3 on FreeBSD that does not have libxpg4,
17	please delete CODE_LIBS variable in sj3.tmpl file.
18
19* How to make
20	In this directory,
21
22	# xmkmf
23	# make Makefiles
24	# make
25	# make install
26
27	Following files are installed after make install:
28
29	$(SJ3TOP)/dict/sj3/sj3main.dic	Main dictionary(used by sj3serv)
30	$(SJ3TOP)/bin/sj3serv		Kana-Kanji conversion server
31	$(SJ3TOP)/bin/sj3		Kana-Kanji conversion client
32	$(SJ3TOP)/bin/sj3dic		User dictionary utility
33	$(SJ3TOP)/bin/sj3mkdic		Dictionary converter
34	$(SJ3TOP)/bin/sj3stat		Utility to show status of sj3serv
35	$(SJ3TOP)/include/sj3lib.h	Header file for sj3lib
36	$(SJ3TOP)/lib/libsj3lib.a	Kana-Kanji conversion library
37	$(SJ3TOP)/lib/sj3/serverrc	Configuration file for sj3serv
38	$(SJ3TOP)/lib/sj3/sjrc		Configuration file for sj3
39	$(SJ3TOP)/lib/sj3/sjrk		Roma-Kana conversion file for sj3
40	$(SJ3TOP)/lib/sj3/cvtkey.xterm	Mapping table between function key
41	$(SJ3TOP)/lib/sj3/cvtkey.news	and escape sequence for sj3
42	$(SJ3TOP)/lib/sj3/cvtkey.nws511
43	$(SJ3TOP)/lib/sj3/cvtkey.nws517
44
45* Source tree
46	dict/dict	Main dictionary(text file)
47	dict/tool	Tool for converting main dictionary from text file
48			to binary file
49	dict/include	Header files for above tool
50
51	server		Kana-Kanji conversion server
52	kanakan		Kana-Kanji conversion part of server
53	include		Header files for server
54
55	sj3lib		Kana-Kanji conversion library
56
57	sj3		Kana-Kanji conversion client for terminal
58	sj3rkcv		Roma-Kana conversion part of client
59	sj3h		Header files for client and library
60
61	sj3dic		User dictionary utility
62	sj3stat		Utility to show status of sj3serv
63
64	demo		Demonstration program for Kana-Kanji conversion
65
66	doc/man		Online manual(Japanese)
67	doc/doc		Operation guide for SJ3 and other documents(Japanese)
68
69* Tested machine
70	Sony NEWS Workstation		NEWS-OS 4.2.1a+
71					NEWS-OS 6.1.1
72	PC				FreeBSD 2.1.5
73
74* Bug report
75	If some bugs are found, please send bug report(Japanese or English)
76	using $(TOP)/xc/bug-report format to following e-mail address.
77
78		sj3-bugs@sm.sony.co.jp
79
80* Acknowledgements
81
82	I would like to thank to the following people for compiled and tested:
83
84	Takashi Fujiwara (Fujitsu)
85	Katsuhisa Yano (Toshiba)
86
87                                                           January 22, 1997
88
89                                                            Nobuyuki Tanaka
90                                                           Sony Corporation
91