Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaya committed Oct 5, 2024
1 parent 0892ecd commit e549451
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion manual/5/en/menu/file-log.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h2 id="LogStart">"Log" dialog box (to input the log file name)</h2>

<dt id="Code">UTF-8/UTF-16LE/UTF-16BE</dt>
<dd>
Select charactor code to output.
Select character code to output.
</dd>

<dt id="PlainText">Plain text</dt>
Expand Down
2 changes: 1 addition & 1 deletion manual/5/en/menu/file-sendfile.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h2>"Send file" dialog box (to input the file name)</h2>
Without delay processing
</dd>

<dt>per charactor</dt>
<dt>per character</dt>
<dd>
Delay processing for each character
</dd>
Expand Down
2 changes: 1 addition & 1 deletion manual/5/en/menu/setup-additional-coding.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ <h2>Character width (cells)</h2>

Example, "&#x00A7;" (section sign, section mark)
<pre>
| code | charactor code(code point) | cell |
| code | character code(code point) | cell |
|--------------------|----------------------------|--------|
| ISO8859-1(Latin-1) | 0xA7 | 1 |
| Shift_JIS(CP932) | 0x8198 | 2 |
Expand Down
2 changes: 1 addition & 1 deletion manual/5/en/menu/setup-additional-font.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h1>Additional settings / "Font" tab ([Setup] menu)</h1>
Displays the design of the font file as it is.
<ul>
<li>When Tera Term displays as 2Cell and the font design is 1Cell,
1Cell charactor and 1Cell space are drawn.
1Cell character and 1Cell space are drawn.
<li>When Tera Term displays as 1Cell and the font design is 2Cell,
The left half of 2Cell is drawn.
</ul>
Expand Down
2 changes: 1 addition & 1 deletion manual/5/ja/menu/file-sendfile.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h2>"Send file" ダイアログボックス(送信前のファイル名指定)</
ディレイ処理なし
</dd>

<dt>per charactor</dt>
<dt>per character</dt>
<dd>
1文字毎にディレイ処理を行う
</dd>
Expand Down
2 changes: 1 addition & 1 deletion manual/5/ja/menu/setup-additional-coding.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ <h2>文字幅(セル数)について</h2>
<p>
例えば、"§"(section sign,節記号,セクションマーク) の文字コードは次のようになります
<pre>
| code | charactor code(code point) | cell |
| code | character code(code point) | cell |
|--------------------|----------------------------|--------|
| ISO8859-1(Latin-1) | 0xA7 | 1 |
| Shift_JIS(CP932) | 0x8198 | 2 |
Expand Down

0 comments on commit e549451

Please sign in to comment.