
		hinput-1.0	(1994.10.26)


		Korean input extension on tcl7.3jp/tk3.6jp .

	This package is a Korean input extension to the Japanized tcl/tk.

	This is not fully tested.

	This package is tested on
				SUN OS 4.1.3, X11
				SUN Solaris2.3, X11R6
				Sun Solaris2.3, Openwindows.

	

	You may link this statically or load dynamically.

	I placed the extloader from the blt package.

	You can load hinput by "extension add hinput" at any point

	you like.

	I copied some Korean fonts for X11 in fonts dir.

	You can use the fonts after

		cd fonts
		bdftopcf < hanglm16.bdf > hanglm16.pcf
		bdftopcf < hanglg16.bdf > hanglg16.pcf
		bdftopcf < hanglm24.bdf > hanglm24.pcf
		mkfontdir .
		xset +fp `pwd`
		xset fp rehash


	Add this two lines to your X startup file such as .xsession.con

	or .xinitrc

		xset +fp <font dir>
		xset fp rehash

		
	Installation
	~~~~~~~~~~~~

	1. Edit Config.h.

		Change /home2/j-env/lib to where you will install hinput

		specific files.

	2. Execute configure with appropriate arguments. 

		./configure

		--prefix=....

		--exec-prefix=....

		--with-gcc=...

		...

	3. make

	4. make install

	5. If you don't have extension loader, cd extloader and install it.

	
	Caution
	~~~~~~~

	1. Since I am not so good at configure stuff, there may be mistakes.

	2. This extension is based on the binding mechanism of Entry and Text

		widgets. So be careful when you use special binding on this widgets.

	3. Tk's Entry widget can't display two different fonts at a time,

		so only Korean & English or Japanese & English can be used.

	4. In Tk's Text widget, this can be solved using Tags.

		I placed an example in examples dir.

	5. When you have problems, mail me.

		
	
----------------------------------------------------------------------------

									EunJa Kim (POSTECH KLE Lab. 1994)
									ejkim@madonna.postech.ac.kr

									WonIl Lee (POSTECH HCI Lab. 1994)
									bdragon@stella.postech.ac.kr
