==============================================================================
* UTF-8 version TeraTerm Pro        [User's Manual]
==============================================================================

* Introduction
  This program makes terminal emulator "TeraTerm Pro" with UTF-8.


* Archived files
@If an archive is unfreezed, there are following files.

@---------------------+-----------------------------------
@readme.txt @@@       this file
@teraterm_utf8_102.exe@ self updater against TeraTerm Pro 2.3
@---------------------+-----------------------------------


* Installation
  This program is provided with the patch and it does not execute as it is.
  'teraterm_utf8_XXX.exe' is a executable self updater against TeraTerm Pro 2.3.
  Copy it to "TeraTerm Pro 2.3" directory and execute.
  Executable and DLL files will be updated.

  For doing UTF-8-ization, select "Terminal" from TeraTerm Pro "Setup" menu.
  On the dialog-box, select "UTF-8" from "Kanji(receive)" or "Kanji(transmit)".
  The reboot of TeraTerm Pro is not required.
@
@When "UTF8" is specified in the '/KR' or '/KR' option of a command line,
@UTF-8 enconding/decondig can be set as a transmission and a receiving code.



* ANSI color & concatenating multi-line patch
  This patch is available for "ANSI color & concatenating multi-line patch".
  The following descriptions are added, its function can be confirmed.

------------------------------------------------------------------------------------
;	ANSI color definition (in the case FullColor=on)
;	* UseTextColor should be off, or the background and foreground color of
;	  VTColor are assigned to color-number 0 and 7 respectively, even if
;	  they are specified in ANSIColor.
;	* ANSIColor is a set of 4 values that are color-number(0--15),
;	  red-value(0--255), green-value(0--255) and blue-value(0--255).
ANSIColor=0,0,0,0, 1,255,0,0, 2,0,255,0, 3,255,255,0, 4,128,128,255, 5,255,0,255, 6,0,255,255, 7,255,255,255, 8,0,0,0, 9,255,0,0, 10,0,255,0, 11,255,255,0, 12,128,128,255, 13,255,0,255, 14,0,255,255, 15,255,255,255

;	Enable continued-line copy
EnableContinuedLineCopy=on
------------------------------------------------------------------------------------


* Wheel mouse
  This patch is available for wheel mouse button.



* Available for SSH
  With following steps, SSH(Secure SHell) can be used on this program.
@
  - Install TTSSH original 
@  By using TTSSH (SSH Extention to Teraterm) by Mr. Robert O'Callahan, 
@  SSH (protocol version 1.5) can be used on this program. 
@  TTSSH can be downloaded from the following site.
@
@@http://www.zip.com.au/~roca/ttssh.html



* Developement
@OS: Windows XP Professional
@Compiler: Visual Studio .NET 2003
@
@TeraTerm Pro 2.3
@TTSSH 1.5.4
@
@Update patch was made by WDiff 1.10.


* Copyright
  This program is free software.
  
@TeraTerm Pro original has copyright in Mr. T.Teranishi.
@ANSI color & concatenating multi-line patch has copyright in Mr. N.Taga.
@UTF-8 code has copyright in YUTAKA(myself).
@WDiff has copyright in Mr. T.Nakagawa.

  Although this program can be used gratuitously, the author is in charge of 
  use of this program. No responsibility is taken to the obstacle and problem 
  to produce. Moreover, distribution of the reconstruction version TeraTerm 
  is not accepted by the original author's intention.

@e-mail : yutakakn@tky3.3web.ne.jp
@URL    : http://cgi3.tky.3web.ne.jp/~yutakakn/
@TeraTerm Pro: http://hp.vector.co.jp/authors/VA002416/
@ANSI color & concatenating multi-line patch: http://www.sakurachan.org/ml/teraterm/msg00264.html


* Restriction matter
  - The character that can't be converted UTF-8 to Shift_JIS display blank.


* History

2004.3.20 (Ver 1.02a)
  - translation into English(README)

2004.3.13 (Ver 1.02)
  - back to hostname max-length is 80.
  - support UTF-8 for sending

2004.3.9 (Ver 1.01a)
  - fix README
  - check of SSH operation is TTSSH 1.5.4 + IPv6 0.81

2004.3.6 (Ver 1.01)
  - support wheel mouse
  - add "UTF8" on /KR option of command line
  - power up of a UTF-8 conversion (addition referrer table)
  - extend hostname max-length from 80 to 1024

2004.3.2 (Ver 1.00)
  - first release


