[Ttssh2-commit] [6766] * Usage - Unicode 更新

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2017年 6月 3日 (土) 01:10:58 JST


Revision: 6766
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/6766
Author:   yutakapon
Date:     2017-06-03 01:10:58 +0900 (Sat, 03 Jun 2017)
Log Message:
-----------
* Usage - Unicode 更新
* Setup - Terminal にJapanese, Korean, UTF-8を追加した

Modified Paths:
--------------
    trunk/doc/en/html/menu/setup-terminal.html
    trunk/doc/en/html/menu/setup-terminalr.html
    trunk/doc/en/html/usage/unicode.html

Added Paths:
-----------
    trunk/doc/en/html/menu/setup-terminaljp.html
    trunk/doc/en/html/menu/setup-terminalk.html
    trunk/doc/en/html/menu/setup-terminalutf8.html

-------------- next part --------------
Modified: trunk/doc/en/html/menu/setup-terminal.html
===================================================================
--- trunk/doc/en/html/menu/setup-terminal.html	2017-06-02 03:45:59 UTC (rev 6765)
+++ trunk/doc/en/html/menu/setup-terminal.html	2017-06-02 16:10:58 UTC (rev 6766)
@@ -3,14 +3,26 @@
 <html>
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-    <title>Terminal ([Setup] menu)</title>
+    <title>Terminal ([Setup] menu; English mode)</title>
     <META http-equiv="Content-Style-Type" content="text/css">
     <link rel="stylesheet" href="../style.css" type="text/css">
   </head>
 
   <body>
-    <h1>Terminal ([Setup] menu)</h1>
+    <h1>Terminal ([Setup] menu; English mode)</h1>
 
+    <p>
+      This page is described when the <a href="setup-general.html#Language">Language</a> is selected to English on the <a href="setup-general.html">Setup - General</a> dialog.
+      Please refer to below page if another language mode is used.
+    </p>
+
+    <ul>
+      <li><a href="setup-terminaljp.html">Japanese mode</a></li>
+      <li><a href="setup-terminalr.html">Russian mode</a></li>
+      <li><a href="setup-terminalk.html">Korean mode</a></li>
+      <li><a href="setup-terminalutf8.html">UTF-8 mode</a></li>
+    </ul>
+
     <h2>"Terminal setup" dialog box</h2>
     <dl>
       <dt id="TerminalSize">Terminal size</dt>
@@ -97,8 +109,6 @@
 	Enables auto switching between VT and TEK emulations.
       </dd>
     </dl>
-    <p>
-      <a href="setup-terminalr.html">Help for Russian mode</a>
-    </p>
+
   </body>
 </html>

Added: trunk/doc/en/html/menu/setup-terminaljp.html
===================================================================
--- trunk/doc/en/html/menu/setup-terminaljp.html	                        (rev 0)
+++ trunk/doc/en/html/menu/setup-terminaljp.html	2017-06-02 16:10:58 UTC (rev 6766)
@@ -0,0 +1,169 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+  "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+    <title>Terminal ([Setup] menu; Japanese mode)</title>
+    <META http-equiv="Content-Style-Type" content="text/css">
+    <link rel="stylesheet" href="../style.css" type="text/css">
+  </head>
+
+  <body>
+    <h1>Terminal ([Setup] menu; Japanese mode)</h1>
+
+    <p>
+      This page is described when the <a href="setup-general.html#Language">Language</a> is selected to Japanese on the <a href="setup-general.html">Setup - General</a> dialog.
+      Please refer to below page if another language mode is used.
+    </p>
+
+    <ul>
+      <li><a href="setup-terminal.html">English mode</a></li>
+      <li><a href="setup-terminalr.html">Russian mode</a></li>
+      <li><a href="setup-terminalk.html">Korean mode</a></li>
+      <li><a href="setup-terminalutf8.html">UTF-8 mode</a></li>
+    </ul>
+
+    <h2>"Terminal setup" dialog box</h2>
+    <dl>
+      <dt id="TerminalSize">Terminal size</dt>
+      <dd>
+	The logical size of the terminal (numbers of columns and lines).
+	Note that the window size (real screen size) is not necessarily
+	equal to the terminal size.
+      </dd>
+
+      <dt id="TermIsWin">Term size = win size</dt>
+      <dd>
+	Forces the terminal size to be always equal to the window size.
+      </dd>
+
+      <dt id="AutoWinResize">Auto window resize</dt>
+      <dd>
+	When the terminal size is changed, resizes the window to the
+	terminal size.
+      </dd>
+
+      <dt id="CRReceive">New-line (receive)</dt>
+      <dd>
+        <dl>
+          <dt>CR</dt>
+          <dd>Tera Term doesn't convert it.</dd>
+
+          <dt>CR+LF</dt>
+          <dd>Received CR ($0D) character is converted to CR+LF ($0D $0A) pairs.<br>
+              e.g.) If "CR LF" is received, it is converted to "CR LF LF."</dd>
+
+          <dt>LF</dt>
+          <dd>Received LF ($0A) character is converted to CR+LF ($0D $0A) pairs.<br>
+              e.g.) If "CR LF" is received, it is converted to "CR CR LF."</dd>
+
+          <dt>AUTO</dt>
+          <dd>Received CR ($0D) or LF ($0A) character is converted to CR+LF ($0D $0A) pairs.<br>
+              e.g.) If "CR+LF" are received, it is not converted.<br>
+                    If "CR" is received, it is converted to "CR LF."<br>
+                    If "LF" is received, it is converted to "CR LF."</dd>
+        </dl>
+      </dd>
+
+      <dt id="CRSend">New-line (transmit)</dt>
+      <dd>
+        <dl>
+          <dt>CR</dt>
+          <dd>Tera Term doesn't convert it.</dd>
+
+          <dt>CR+LF</dt>
+          <dd>CR ($0D) character to be sent is converted to CR+LF ($0D $0A) pairs before it is actually sent.</dd>
+
+          <dt>LF</dt>
+          <dd>CR ($0D) character to be sent is converted to LF ($0A) before it is actually sent.</dd>
+        </dl>
+      </dd>
+
+      <dt id="TerminalID">Terminal ID</dt>
+      <dd>
+	Terminal ID to be reported to the host when the host requests it.
+	Note that the terminal ID is not identical to the telnet terminal
+	type. To change the telnet terminal type, use the
+	<a href="setup-tcpip.html">[Setup] TCP/IP</a> command.
+      </dd>
+
+      <dt id="LocalEcho">Local echo</dt>
+      <dd>
+	Enables local echoing of characters sent.
+      </dd>
+
+      <dt id="Answerback">Answerback</dt>
+      <dd>
+	The string to be answered back to the host, when the ENQ ($05)
+	character is received. Each non-printable character in the string
+	can be expressed as a "$" and ASCII code in two-character hex number.
+	For example, the string "ABC&lt;CR&gt;&lt;LF&gt;" is expressed as
+	the following:
+	<p class="indent1">
+	  ABC$0D$0A
+	</p>
+      </dd>
+
+      <dt id="AutoWinSwitch">Auto switch (VT&lt;-&gt;TEK)</dt>
+      <dd>
+	Enables auto switching between VT and TEK emulations.
+      </dd>
+
+      <dt id="KanjiReceive">Kanji (receive)</dt>
+      <dd>
+	Kanji character that is received from host(SJIS, EUC, JIS, UTF-8 and UTF-8m).
+      </dd>
+
+      <dt id="KatakanaReceive">7bit katakana (receive)</dt>
+      <dd>
+	When "HANKAKU" katakana code from host is described for 7bit
+	(Shift control with SO/SI is using), please select this entry.
+	This is only enabled when Kanji (receive) is JIS.
+      </dd>
+
+      <dt id="KanjiSend">Kanji (transmit)</dt>
+      <dd>
+	Kanji character that is sent from client(SJIS, EUC, JIS and UTF-8).
+      </dd>
+
+      <dt id="KatakanaSend">7bit katakana (transmit)</dt>
+      <dd>
+	When "HANKAKU" katakana code from host is described for 7bit
+	(Shift control with SO/SI is using), please select this entry.
+	This is only enabled when Kanji (transmit) is JIS.
+      </dd>
+
+      <dt id="KanjiIn">Kanji-in (transmit)</dt>
+      <dd>
+	The escape sequence is used when Kanji (transmit) is JIS.
+	(Sequence regarding Kanji character is specified to G0.
+	^[$@ or ^[$B).
+	The escape sequence from host can use any sequence.
+      </dd>
+
+      <dt id="KanjiOut">Kanji-out (transmit)</dt>
+      <dd>
+	The escape sequence is used when Kanji (transmit) is JIS.
+	(Sequence regarding ASCII and JIS Roman code is specified to G0.
+	^[(B or ^[(J ).
+	The escape sequence from host can use any sequence.
+	<p>
+	  NOTICE: ^[(H can not be selected on initial setting. <br>
+	  <!--a href="../usage/tips/incorrect-kanjiout.html">\x81\xA8 ^[(H \x82\xF0\x91I\x91\xF0\x89”\\x82ɂ\xB7\x82\xE9\x81B</a-->
+	</p>
+      </dd>
+
+      <dt id="locale">locale</dt>
+      <dd>
+	Locale setting.
+	Refer to <a href="../usage/unicode.html">Unicode</a> for details.
+      </dd>
+
+      <dt id="CodePage">CodePage</dt>
+      <dd>
+	Codepage setting.
+	Refer to <a href="../usage/unicode.html">Unicode</a> for details.
+      </dd>
+    </dl>
+  </body>
+</html>

Added: trunk/doc/en/html/menu/setup-terminalk.html
===================================================================
--- trunk/doc/en/html/menu/setup-terminalk.html	                        (rev 0)
+++ trunk/doc/en/html/menu/setup-terminalk.html	2017-06-02 16:10:58 UTC (rev 6766)
@@ -0,0 +1,135 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+  "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+    <title>Terminal ([Setup] menu; Korean mode)</title>
+    <META http-equiv="Content-Style-Type" content="text/css">
+    <link rel="stylesheet" href="../style.css" type="text/css">
+  </head>
+
+  <body>
+    <h1>Terminal ([Setup] menu; Korean mode)</h1>
+
+    <p>
+      This page is described when the <a href="setup-general.html#Language">Language</a> is selected to Korean on the <a href="setup-general.html">Setup - General</a> dialog.
+      Please refer to below page if another language mode is used.
+    </p>
+
+    <ul>
+      <li><a href="setup-terminaljp.html">Japanese mode</a></li>
+      <li><a href="setup-terminalr.html">Russian mode</a></li>
+      <li><a href="setup-terminal.html">English mode</a></li>
+      <li><a href="setup-terminalutf8.html">UTF-8 mode</a></li>
+    </ul>
+
+    <h2>"Terminal setup" dialog box</h2>
+    <dl>
+      <dt id="TerminalSize">Terminal size</dt>
+      <dd>
+	The logical size of the terminal (numbers of columns and lines).
+	Note that the window size (real screen size) is not necessarily
+	equal to the terminal size.
+      </dd>
+
+      <dt id="TermIsWin">Term size = win size</dt>
+      <dd>
+	Forces the terminal size to be always equal to the window size.
+      </dd>
+
+      <dt id="AutoWinResize">Auto window resize</dt>
+      <dd>
+	When the terminal size is changed, resizes the window to the
+	terminal size.
+      </dd>
+
+      <dt id="CRReceive">New-line (receive)</dt>
+      <dd>
+        <dl>
+          <dt>CR</dt>
+          <dd>Tera Term doesn't convert it.</dd>
+
+          <dt>CR+LF</dt>
+          <dd>Received CR ($0D) character is converted to CR+LF ($0D $0A) pairs.<br>
+              e.g.) If "CR LF" is received, it is converted to "CR LF LF."</dd>
+
+          <dt>LF</dt>
+          <dd>Received LF ($0A) character is converted to CR+LF ($0D $0A) pairs.<br>
+              e.g.) If "CR LF" is received, it is converted to "CR CR LF."</dd>
+
+          <dt>AUTO</dt>
+          <dd>Received CR ($0D) or LF ($0A) character is converted to CR+LF ($0D $0A) pairs.<br>
+              e.g.) If "CR+LF" are received, it is not converted.<br>
+                    If "CR" is received, it is converted to "CR LF."<br>
+                    If "LF" is received, it is converted to "CR LF."</dd>
+        </dl>
+      </dd>
+
+      <dt id="CRSend">New-line (transmit)</dt>
+      <dd>
+        <dl>
+          <dt>CR</dt>
+          <dd>Tera Term doesn't convert it.</dd>
+
+          <dt>CR+LF</dt>
+          <dd>CR ($0D) character to be sent is converted to CR+LF ($0D $0A) pairs before it is actually sent.</dd>
+
+          <dt>LF</dt>
+          <dd>CR ($0D) character to be sent is converted to LF ($0A) before it is actually sent.</dd>
+        </dl>
+      </dd>
+
+      <dt id="TerminalID">Terminal ID</dt>
+      <dd>
+	Terminal ID to be reported to the host when the host requests it.
+	Note that the terminal ID is not identical to the telnet terminal
+	type. To change the telnet terminal type, use the
+	<a href="setup-tcpip.html">[Setup] TCP/IP</a> command.
+      </dd>
+
+      <dt id="LocalEcho">Local echo</dt>
+      <dd>
+	Enables local echoing of characters sent.
+      </dd>
+
+      <dt id="Answerback">Answerback</dt>
+      <dd>
+	The string to be answered back to the host, when the ENQ ($05)
+	character is received. Each non-printable character in the string
+	can be expressed as a "$" and ASCII code in two-character hex number.
+	For example, the string "ABC&lt;CR&gt;&lt;LF&gt;" is expressed as
+	the following:
+	<p class="indent1">
+	  ABC$0D$0A
+	</p>
+      </dd>
+
+      <dt id="AutoWinSwitch">Auto switch (VT&lt;-&gt;TEK)</dt>
+      <dd>
+	Enables auto switching between VT and TEK emulations.
+      </dd>
+
+      <dt id="KanjiReceive">Coding (receive)</dt>
+      <dd>
+	Character code that is received from host(KS5601, UTF-8 and UTF-8m).
+      </dd>
+
+      <dt id="KanjiSend">Coding (transmit)</dt>
+      <dd>
+	Character code that is sent from client(KS5601 and UTF-8).
+      </dd>
+
+      <dt id="locale">locale</dt>
+      <dd>
+	Locale setting.
+	Refer to <a href="../usage/unicode.html">Unicode</a> for details.
+      </dd>
+
+      <dt id="CodePage">CodePage</dt>
+      <dd>
+	Codepage setting.
+	Refer to <a href="../usage/unicode.html">Unicode</a> for details.
+      </dd>
+    </dl>
+  </body>
+</html>

Modified: trunk/doc/en/html/menu/setup-terminalr.html
===================================================================
--- trunk/doc/en/html/menu/setup-terminalr.html	2017-06-02 03:45:59 UTC (rev 6765)
+++ trunk/doc/en/html/menu/setup-terminalr.html	2017-06-02 16:10:58 UTC (rev 6766)
@@ -11,9 +11,22 @@
   <body>
     <h1>Terminal ([Setup] menu; Russian mode)</h1>
 
+    <p>
+      This page is described when the <a href="setup-general.html#Language">Language</a> is selected to Russian on the <a href="setup-general.html">Setup - General</a> dialog.
+      Please refer to below page if another language mode is used.
+    </p>
+
+    <ul>
+      <li><a href="setup-terminaljp.html">Japanese mode</a></li>
+      <li><a href="setup-terminal.html">English mode</a></li>
+      <li><a href="setup-terminalk.html">Korean mode</a></li>
+      <li><a href="setup-terminalutf8.html">UTF-8 mode</a></li>
+    </ul>
+
+
     <h2>"Terminal setup" dialog box</h2>
     <dl>
-      <dt>Terminal size</dt>
+      <dt id="TerminalSize">Terminal size</dt>
       <dd>
 	The logical size of the terminal (numbers of columns and lines).
 	Note that the window size (real screen size) is not necessarily
@@ -20,18 +33,18 @@
 	equal to the terminal size.
       </dd>
 
-      <dt>Term size = win size</dt>
+      <dt id="TermIsWin">Term size = win size</dt>
       <dd>
 	Forces the terminal size to be always equal to the window size.
       </dd>
 
-      <dt>Auto window resize</dt>
+      <dt id="AutoWinResize">Auto window resize</dt>
       <dd>
 	When the terminal size is changed, resizes the window to the
 	terminal size.
       </dd>
 
-      <dt>New-line (receive)</dt>
+      <dt id="CRReceive">New-line (receive)</dt>
       <dd>
         <dl>
           <dt>CR</dt>
@@ -53,7 +66,7 @@
         </dl>
       </dd>
 
-      <dt>New-line (transmit)</dt>
+      <dt id="CRSend">New-line (transmit)</dt>
       <dd>
         <dl>
           <dt>CR</dt>
@@ -64,7 +77,7 @@
         </dl>
       </dd>
 
-      <dt>Terminal ID</dt>
+      <dt id="TerminalID">Terminal ID</dt>
       <dd>
 	Terminal ID to be reported to the host when the host requests it.
 	Note that the terminal ID is not identical to the telnet terminal
@@ -72,12 +85,12 @@
 	<a href="setup-tcpip.html">[Setup] TCP/IP</a> command.
       </dd>
 
-      <dt>Local echo</dt>
+      <dt id="LocalEcho">Local echo</dt>
       <dd>
 	Enables local echoing of characters sent.
       </dd>
 
-      <dt>Answerback</dt>
+      <dt id="Answerback">Answerback</dt>
       <dd>
 	The string to be answered back to the host, when the ENQ ($05)
 	character is received. Each non-printable character in the string
@@ -89,12 +102,12 @@
 	</p>
       </dd>
 
-      <dt>Auto switch (VT&lt;-&gt;TEK)</dt>
+      <dt id="AutoWinSwitch">Auto switch (VT&lt;-&gt;TEK)</dt>
       <dd>
 	Enables auto switching between VT and TEK emulations.
       </dd>
 
-      <dt>Character set</dt>
+      <dt id="RussCharSet">Character set</dt>
       <dd>
 	<dl>
 	  <dt id="RussHost">Host</dt>

Added: trunk/doc/en/html/menu/setup-terminalutf8.html
===================================================================
--- trunk/doc/en/html/menu/setup-terminalutf8.html	                        (rev 0)
+++ trunk/doc/en/html/menu/setup-terminalutf8.html	2017-06-02 16:10:58 UTC (rev 6766)
@@ -0,0 +1,135 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+  "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+    <title>Terminal ([Setup] menu; UTF-8 mode)</title> 
+    <META http-equiv="Content-Style-Type" content="text/css">
+    <link rel="stylesheet" href="../style.css" type="text/css">
+  </head>
+
+  <body>
+    <h1>Terminal ([Setup] menu; UTF-8 mode)</h1>
+
+    <p>
+      This page is described when the <a href="setup-general.html#Language">Language</a> is selected to UTF-8 on the <a href="setup-general.html">Setup - General</a> dialog.
+      Please refer to below page if another language mode is used.
+    </p>
+
+    <ul>
+      <li><a href="setup-terminaljp.html">Japanese mode</a></li>
+      <li><a href="setup-terminalr.html">Russian mode</a></li>
+      <li><a href="setup-terminal.html">English mode</a></li>
+      <li><a href="setup-terminalk.html">Korean mode</a></li>
+    </ul>
+
+    <h2>"Terminal setup" dialog box</h2>
+    <dl>
+      <dt id="TerminalSize">Terminal size</dt>
+      <dd>
+	The logical size of the terminal (numbers of columns and lines).
+	Note that the window size (real screen size) is not necessarily
+	equal to the terminal size.
+      </dd>
+
+      <dt id="TermIsWin">Term size = win size</dt>
+      <dd>
+	Forces the terminal size to be always equal to the window size.
+      </dd>
+
+      <dt id="AutoWinResize">Auto window resize</dt>
+      <dd>
+	When the terminal size is changed, resizes the window to the
+	terminal size.
+      </dd>
+
+      <dt id="CRReceive">New-line (receive)</dt>
+      <dd>
+        <dl>
+          <dt>CR</dt>
+          <dd>Tera Term doesn't convert it.</dd>
+
+          <dt>CR+LF</dt>
+          <dd>Received CR ($0D) character is converted to CR+LF ($0D $0A) pairs.<br>
+              e.g.) If "CR LF" is received, it is converted to "CR LF LF."</dd>
+
+          <dt>LF</dt>
+          <dd>Received LF ($0A) character is converted to CR+LF ($0D $0A) pairs.<br>
+              e.g.) If "CR LF" is received, it is converted to "CR CR LF."</dd>
+
+          <dt>AUTO</dt>
+          <dd>Received CR ($0D) or LF ($0A) character is converted to CR+LF ($0D $0A) pairs.<br>
+              e.g.) If "CR+LF" are received, it is not converted.<br>
+                    If "CR" is received, it is converted to "CR LF."<br>
+                    If "LF" is received, it is converted to "CR LF."</dd>
+        </dl>
+      </dd>
+
+      <dt id="CRSend">New-line (transmit)</dt>
+      <dd>
+        <dl>
+          <dt>CR</dt>
+          <dd>Tera Term doesn't convert it.</dd>
+
+          <dt>CR+LF</dt>
+          <dd>CR ($0D) character to be sent is converted to CR+LF ($0D $0A) pairs before it is actually sent.</dd>
+
+          <dt>LF</dt>
+          <dd>CR ($0D) character to be sent is converted to LF ($0A) before it is actually sent.</dd>
+        </dl>
+      </dd>
+
+      <dt id="TerminalID">Terminal ID</dt>
+      <dd>
+	Terminal ID to be reported to the host when the host requests it.
+	Note that the terminal ID is not identical to the telnet terminal
+	type. To change the telnet terminal type, use the
+	<a href="setup-tcpip.html">[Setup] TCP/IP</a> command.
+      </dd>
+
+      <dt id="LocalEcho">Local echo</dt>
+      <dd>
+	Enables local echoing of characters sent.
+      </dd>
+
+      <dt id="Answerback">Answerback</dt>
+      <dd>
+	The string to be answered back to the host, when the ENQ ($05)
+	character is received. Each non-printable character in the string
+	can be expressed as a "$" and ASCII code in two-character hex number.
+	For example, the string "ABC&lt;CR&gt;&lt;LF&gt;" is expressed as
+	the following:
+	<p class="indent1">
+	  ABC$0D$0A
+	</p>
+      </dd>
+
+      <dt id="AutoWinSwitch">Auto switch (VT&lt;-&gt;TEK)</dt>
+      <dd>
+	Enables auto switching between VT and TEK emulations.
+      </dd>
+
+      <dt id="KanjiReceive">Coding (receive)</dt>
+      <dd>
+	Character code that is received from host(UTF-8 and UTF-8m).
+      </dd>
+
+      <dt id="KanjiSend">Coding (transmit)</dt>
+      <dd>
+	Character code that is sent from client(UTF-8).
+      </dd>
+
+      <dt id="locale">locale</dt>
+      <dd>
+	Locale setting.
+	Refer to <a href="../usage/unicode.html">Unicode</a> for details.
+      </dd>
+
+      <dt id="CodePage">CodePage</dt>
+      <dd>
+	Codepage setting.
+	Refer to <a href="../usage/unicode.html">Unicode</a> for details.
+      </dd>
+    </dl>
+  </body>
+</html>

Modified: trunk/doc/en/html/usage/unicode.html
===================================================================
--- trunk/doc/en/html/usage/unicode.html	2017-06-02 03:45:59 UTC (rev 6765)
+++ trunk/doc/en/html/usage/unicode.html	2017-06-02 16:10:58 UTC (rev 6766)
@@ -14,6 +14,17 @@
 <p>
 To use UTF-8, changed from English to "UTF-8" or "Japanese" or "Korean" under Setup-&gt;General menu.<br>
 
+<p>
+When the Language "UTF-8" is selected, below function can not be used beside Japanese setting.
+</p>
+<ul>
+  <li>The JIS, EUC and SJIS character code except for UTF-8</li>
+  <li>Specifying Japanese character set of ISO/IEC 2022</li>
+  <li>TTXKanjiMenu plug-in</li>
+</ul>
+
+<p>
+
 If you set the Language "Japanese" or "Korean", select "Terminal" from the Tera Term "Setup" menu. Inside the dialog-box,
 select "UTF-8" from "Kanji(receive)" or "Kanji(transmit)".
 There is no need to restart Tera Term to activate these configuration changes.<br>



Ttssh2-commit メーリングリストの案内
Back to archive index