[Ttssh2-commit] [7449] ドキュメント微修正

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2019年 2月 28日 (木) 18:26:56 JST


Revision: 7449
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/7449
Author:   doda
Date:     2019-02-28 18:26:56 +0900 (Thu, 28 Feb 2019)
Log Message:
-----------
ドキュメント微修正

・タグ付けを修正
・インデントを修正
・表現を修正

Modified Paths:
--------------
    trunk/doc/en/html/macro/syntax/file.html
    trunk/doc/en/html/usage/mouse.html
    trunk/doc/ja/html/macro/syntax/file.html

-------------- next part --------------
Modified: trunk/doc/en/html/macro/syntax/file.html
===================================================================
--- trunk/doc/en/html/macro/syntax/file.html	2019-02-28 09:26:51 UTC (rev 7448)
+++ trunk/doc/en/html/macro/syntax/file.html	2019-02-28 09:26:56 UTC (rev 7449)
@@ -12,64 +12,71 @@
 <h1>Encoding</h1>
 
 <p>
-The Unicode(UTF-8, UTF-16BE, UTF-16LE) can be supported from Tera Term 4.102.
+The Unicode (UTF-8, UTF-16BE, UTF-16LE) can be supported from Tera Term 4.102.
+</p>
 
 <p>
 The TTL file was processed as ANSI CodePage in previous version.
+</p>
 
 <h2>Supporting encoding</h2>
 
 <table>
   <tr>
-	<th>encode</th>
+    <th>encoding</th>
     <th>support</th>
   </tr>
   <tr>
-    <td>Usually(ANSI CodePage)</td>
-	<td>Support</td>
+    <td>Usually (ANSI CodePage)</td>
+    <td>Support</td>
   </tr>
   <tr>
     <td>UTF-8 (with BOM)</td>
-	<td>Support<td>
+    <td>Support<td>
   </tr>
   <tr>
     <td>UTF-8 (without BOM)</td>
-	<td>Support<td>
+    <td>Support<td>
   </tr>
   <tr>
-	<td>UTF-16BE (without BOM)</td>
-	<td>Not support<td>
+    <td>UTF-16BE (without BOM)</td>
+    <td>Not support<td>
   </tr>
   <tr>
-	<td>UTF-16LE (without BOM)</td>
-	<td>Not support<td>
+    <td>UTF-16LE (without BOM)</td>
+    <td>Not support<td>
   </tr>
   <tr>
-	<td>UTF-16 (with BE BOM)</td>
-	<td>Support<td>
+    <td>UTF-16 (with BE BOM)</td>
+    <td>Support<td>
   </tr>
   <tr>
-	<td>UTF-16 (with LE BOM)</td>
-	<td>Support<td>
+    <td>UTF-16 (with LE BOM)</td>
+    <td>Support<td>
   </tr>
   <tr>
-	<td>UTF-16 (without BOM = UTF-16BE)</td>
-	<td>Not support<td>
+    <td>UTF-16 (without BOM = UTF-16BE)</td>
+    <td>Not support<td>
   </tr>
 </table>
 
 <h2>Encoding determination</h2>
 
+<p>
 Tera Term determines the encoding as follows.
+</p>
 
-<ul>
-  <li>When BOM exists<br>
-	Tera Term determines one of UTF-8, UTF-16BE and UTF-16LE from BOM type, next reading the file.</li>
-  <li>When BOM does not exist</li>
-	<ul>
-	  <li>Reading the file as UTF-8.</li>
-	  <li>Reading the file as CP_ACP(same as before 4.102) when the file can not be decoded.</li>
-	</ul>
-</li>
+<dl>
+  <dt>When BOM exists</dt>
+  <dd>Tera Term determines one of UTF-8, UTF-16BE and UTF-16LE from BOM type, next reading the file.</dd>
+
+  <dt>When BOM does not exist</dt>
+  <dd>
+    <ul>
+      <li>Reading the file as UTF-8.</li>
+      <li>Reading the file as CP_ACP (same as before 4.102) when the file can not be decoded as UTF-8.</li>
+    </ul>
+  </dd>
+</dl>
 </body>
 </html>

Modified: trunk/doc/en/html/usage/mouse.html
===================================================================
--- trunk/doc/en/html/usage/mouse.html	2019-02-28 09:26:51 UTC (rev 7448)
+++ trunk/doc/en/html/usage/mouse.html	2019-02-28 09:26:56 UTC (rev 7449)
@@ -16,11 +16,11 @@
 </h2>
 
 <dl>
-<dt>Wheel mouse</dt>
-<dd>This package supports wheel mouse button. Also, a user can send cursor key sequences as the mouse wheel rotating when the application cursor mode is enabled by starting vi or less command.</dd>
+<dt>Mouse wheel</dt>
+<dd>This package supports mouse wheel button. Also, a user can send cursor key sequences as the mouse wheel rotating when the application cursor mode is enabled by starting vi or less command.</dd>
 
-<dt>Wheel mouse on title bar</dt>
-<dd>The value of transparency can be temporarily changed by moving the mouse wheel on the title bar(NOTE: This value can not be recorded).<br />
+<dt>Mouse wheel on title bar</dt>
+<dd>The value of transparency can be temporarily changed by moving the mouse wheel on the title bar (NOTE: This value can not be recorded).<br />
     When active status of the window is changed, <a href="../menu/setup-additional.html#AlphaBlendActive">the value of transparency</a> switches to set value.</dd>
 
 <dt>Dragging with the left button</dt>

Modified: trunk/doc/ja/html/macro/syntax/file.html
===================================================================
--- trunk/doc/ja/html/macro/syntax/file.html	2019-02-28 09:26:51 UTC (rev 7448)
+++ trunk/doc/ja/html/macro/syntax/file.html	2019-02-28 09:26:56 UTC (rev 7449)
@@ -12,64 +12,71 @@
 <h1>\x83G\x83\x93\x83R\x81[\x83f\x83B\x83\x93\x83O</h1>
 
 <p>
-Tera Term 4.102\x82\xE6\x82\xE8\x81AUnicode(UTF-8, UTF-16BE, UTF-16LE) \x82ɑΉ\x9E\x82\xB5\x82܂\xB5\x82\xBD\x81B
+Tera Term 4.102\x82\xE6\x82\xE8\x81AUnicode (UTF-8, UTF-16BE, UTF-16LE) \x82ɑΉ\x9E\x82\xB5\x82܂\xB5\x82\xBD\x81B
+</p>
 
 <p>
 \x8F]\x97\x88\x82\xCDANSI CodePage\x82Ƃ\xB5\x82ď\x88\x97\x9D\x82\xB5\x82Ă\xA2\x82܂\xB5\x82\xBD\x81B
+</p>
 
 <h2>\x83T\x83|\x81[\x83g\x82\xB7\x82\xE9\x83G\x83\x93\x83R\x81[\x83f\x83B\x83\x93\x83O</h2>
 
 <table>
   <tr>
-	<th>encode</th>
+    <th>encoding</th>
     <th>support</th>
   </tr>
   <tr>
-    <td>\x8F]\x97\x88\x82ǂ\xA8\x82\xE8(ANSI CodePage)</td>
-	<td>Support</td>
+    <td>\x8F]\x97\x88\x82ǂ\xA8\x82\xE8 (ANSI CodePage)</td>
+    <td>Support</td>
   </tr>
   <tr>
     <td>UTF-8 (with BOM)</td>
-	<td>Support<td>
+    <td>Support<td>
   </tr>
   <tr>
     <td>UTF-8 (without BOM)</td>
-	<td>Support<td>
+    <td>Support<td>
   </tr>
   <tr>
-	<td>UTF-16BE (without BOM)</td>
-	<td>Not support<td>
+    <td>UTF-16BE (without BOM)</td>
+    <td>Not support<td>
   </tr>
   <tr>
-	<td>UTF-16LE (without BOM)</td>
-	<td>Not support<td>
+    <td>UTF-16LE (without BOM)</td>
+    <td>Not support<td>
   </tr>
   <tr>
-	<td>UTF-16 (with BE BOM)</td>
-	<td>Support<td>
+    <td>UTF-16 (with BE BOM)</td>
+    <td>Support<td>
   </tr>
   <tr>
-	<td>UTF-16 (with LE BOM)</td>
-	<td>Support<td>
+    <td>UTF-16 (with LE BOM)</td>
+    <td>Support<td>
   </tr>
   <tr>
-	<td>UTF-16 (without BOM = UTF-16BE)</td>
-	<td>Not support<td>
+    <td>UTF-16 (without BOM = UTF-16BE)</td>
+    <td>Not support<td>
   </tr>
 </table>
 
 <h2>\x83G\x83\x93\x83R\x81[\x83f\x83B\x83\x93\x83O\x82̔\xBB\x92\xE8</h2>
 
+<p>
 Tera Term\x82͎\x9F\x82̂悤\x82ɔ\xBB\x92肵\x82܂\xB7\x81B
+</p>
 
-<ul>
-  <li>BOM\x82\xAA\x82\xA0\x82\xE9\x8Fꍇ<br>
-	BOM\x82̎\xED\x95ʂ\xA9\x82\xE7UTF-8, UTF-16BE, UTF-16LE\x82𔻒肵\x82ēǂݍ\x9E\x82\xDD</li>
-  <li>BOM\x82\xAA\x82Ȃ\xA2\x8Fꍇ</li>
-	<ul>
-	  <li>UTF-8\x82Ƃ\xB5\x82ēǂݍ\x9E\x82\xDD</li>
-	  <li>\x83f\x83R\x81[\x83h\x82ł\xAB\x82Ȃ\xA9\x82\xC1\x82\xBD\x8Fꍇ\x82\xCDCP_ACP(4.102\x88ȑO\x82Ɠ\xAF\x82\xB6)\x82Ƃ\xB5\x82ēǂݍ\x9E\x82\xDD</li>
-	</ul>
-</li>
+<dl>
+  <dt>BOM\x82\xAA\x82\xA0\x82\xE9\x8Fꍇ</dt>
+  <dd>BOM\x82̎\xED\x95ʂ\xA9\x82\xE7UTF-8, UTF-16BE, UTF-16LE\x82𔻒肵\x82ēǂݍ\x9E\x82\xDE</dd>
+
+  <dt>BOM\x82\xAA\x82Ȃ\xA2\x8Fꍇ</dt>
+  <dd>
+    <ul>
+      <li>UTF-8\x82Ƃ\xB5\x82ēǂݍ\x9E\x82\xDE</li>
+      <li>UTF-8\x82Ƃ\xB5\x82ăf\x83R\x81[\x83h\x82ł\xAB\x82Ȃ\xA9\x82\xC1\x82\xBD\x8Fꍇ\x82\xCDCP_ACP(4.102\x88ȑO\x82Ɠ\xAF\x82\xB6)\x82Ƃ\xB5\x82ēǂݍ\x9E\x82\xDE</li>
+    </ul>
+  </dd>
+</dl>
 </body>
 </html>


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