Tcl Japanization Patch Update 1 This file is a patch for the Japanized Tcl7.3, not for the original Tcl7.3. If you don't have the Japanized Tcl7.3, you should get one by applying the Japanization patch to the original Tcl7.3. You may find the Japanization patch at the same place where you found this patch. To apply this patch, you should cd to the top directory of the Japanized Tcl7.3 source tree (the directory containing tcl*.c files), and do: patch -p < thisFile This patch fixes following problems: (bug fix & new feature) Added Tcl_KanjiEnd function to find a string ends with a kanji character or not. The problem occured when a kanji string ends with the specical character '{'. In some places, like Tcl_AppendElement, '{' was treated as a beginning of a list even if it was the last character of a kanji string. (bug fix) The second file descriptor for a pipe was not registered to the arrary 'tclOpenFiles'. This caused a core dump when you open a command and try to 'puts' kanji strings. 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.