Tk Japanization Patch This file is a patch for Tk3.6 to be Japanized. This patch kit contains: + Modifications to the Tk3.6 source code - Tk widgets are modified to display, input and cut&paste kanji string. See the documents included in this patch for details. To apply this patch, you should cd to the top directory of the Tk3.6 source tree (the directory containing tk*.c files), and do: patch -p < thisFile This patch creates following directory and files: README.JP changes.JP doc.jp/ doc.jp/README doc.jp/TkJP.man doc.jp/TkJP.jman library/kinput.tcl tkCtext.c tkKinput2.c tkKinput2.h tkWStr.c tkWStr.h If you are using a symbolic link tree, you will need to create new links. Building process of the Japanized Tk is the same as the original one except one thing. As a default, the Tcl sources, headers and library are supposed to be located at the directory '../tcl7.3' (defined by the symbols, TCL_DIR & TCL_BIN_DIR in Makefile.in). For the Japanized Tcl, I renamed it as '../tcl7.3jp'. So you may need to rename the directory as I recommend, or change the Makefile.in file as you want. Except that, just follow the steps of the original Tk. There is a document describing this Japanization in doc.jp directory. You may want to read it before building. If you find any problems in applying patch, compiling or whatever it is, send a report to "tcl-jp-bugs@sra.co.jp". Please don't forget to include a brief description of your environment such as your machine type and OS version. Yoshiyuki Nishinaka (nisinaka@sra.co.jp) Makoto Ishisone (ishisone@sra.co.jp) Hiroshi Sako (sakoh@sra.co.jp) Software Research Associates, Inc.