-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
228 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
<!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=utf-8"> | ||
<TITLE>Internal block diagram</TITLE> | ||
<META http-equiv="Content-Style-Type" content="text/css"> | ||
<link rel="stylesheet" href="../../style.css" type="text/css"> | ||
</HEAD> | ||
<BODY> | ||
|
||
<h1>Internal block diagram</h1> | ||
|
||
<p> | ||
Before Tera Term 5, the character set of the internal buffer was DBCS (Double byte Character Set). | ||
For example, when "Language" is set to "Japanese", character coding in internal buffer was Shift_JIS. | ||
</p> | ||
|
||
<p> | ||
The character encoding of Tera Term 5 internal buffer is Unicode. | ||
</p> | ||
|
||
<p> | ||
The data flow is as follows. | ||
</p> | ||
|
||
<font size="1"> | ||
<pre> | ||
+--------------+ | ||
+------------------------+ Code:Unicode | | | ||
| +--------------------->+ Window | | ||
| [email protected] | | Display | | ||
| Code:Unicode | Code:Unicode | Print | | ||
| | BuffPutUnicode() | | +----------+ | ||
| +<------------------+ +--------------+ +-----------------------+ | | | ||
+------------------------+ | | | |Log File | | ||
+----------------------------+ VTParse()@vtterm.c +----->+ | | ||
+------------------------+ CommRead1Byte() | Terminal | | | | ||
| +----------------------------------------------->+ | +----------+ | ||
| Input buffer@ttpcmn | | | | ||
+-----------+ | Code:Input | Code: +----+------------------+ | ||
| | | | Unicode to Input +--------------+ | | ||
| Socket +---------------->+ +<---------------------+ | | | ||
| Serial | CommReceive() +------------------------+ CommTextEchoW() | Talker | | | ||
| Pipe | CommBinaryEcho() | Keyboard | | Code:Unicode(UTF-8) | ||
| Plugin | +------------------------+ | SendMem | | DDEPut1() | ||
| +<----------------+ | Code: | File | | | ||
+-----------+ CommSend() | Output buffer@ttpcmn | Unicode to Output | Clipboard | | | ||
| Code:Output +<---------------------+ macro +<---------+ | | ||
| | CommTextOutW() | | | | | ||
| | CommBinaryOut() +--------------+ | | | ||
+------------------------+ CommRawOut() | | | ||
| | | ||
| | | ||
| | | ||
| v | ||
+-------------------+ DDE, UTF-8/binary +-+----+-----------+ | ||
| +------------------------------------->+ | | ||
| ttpmacro.exe | | ttdde.c | | ||
| | | | | ||
| | DDE, UTF-8 | | | ||
| +<-------------------------------------+ | | ||
+-------------------+ +------------------+ | ||
</pre> | ||
<font size="3"> | ||
|
||
<p> | ||
On Windows 95/98/Me, key input is converted to Unicode before processing. | ||
When drawing, characters are converted from Unicode to MBCS. | ||
</p> | ||
|
||
</BODY> | ||
</HTML> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,6 @@ <h1>Unicode</h1> | |
</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> | ||
|
@@ -33,52 +32,5 @@ <h1>Unicode</h1> | |
UTF-8 encoding/decoding can be used during transmitting and receiving of data. | ||
</p> | ||
|
||
<h1>Internal block diagram</h1> | ||
|
||
<p> | ||
Before Tera Term 5, the character set of the internal buffer was DBCS (Double byte Character Set). | ||
For example, when "Language" is set to "Japanese", character coding in internal buffer was Shift_JIS. | ||
</p> | ||
|
||
<p> | ||
The character encoding of Tera Term 5 internal buffer is Unicode. | ||
</p> | ||
|
||
<p> | ||
The data flow is as follows. | ||
</p> | ||
|
||
<pre> | ||
+--------------+ | ||
+------------------------+ Code:Unicode | | | ||
| +--------------------->+ Window | | ||
| [email protected] | | Display | | ||
| Code:Unicode | Code: | Print | | ||
| | Input to Unicode | | | ||
| +<------------------+ +--------------+ | ||
+------------------------+ | | ||
| | ||
+------------------------+ CommRead1Byte() | | ||
| +-------------------+ | ||
| Input buffer@ttpcmn | | ||
+-----------+ | Code:Input | Code: | ||
| | | | Unicode to Input +--------------+ | ||
| Socket +---------------->+ +<---------------------+ | | ||
| Serial | CommReceive() +------------------------+ CommTextEchoW() | Talker | | ||
| Pipe | CommBinaryEcho() | Keyboard | | ||
| Plugin | +------------------------+ | SendMem | | ||
| +<----------------+ | Code: | File | | ||
+-----------+ CommSend() | Output buffer@ttpcmn | Unicode to Output | Clipboard | | ||
| Code:Output +<---------------------+ | | ||
| | CommTextOutW() +--------------+ | ||
| | CommBinaryOut() | ||
+------------------------+ CommRawOut() | ||
</pre> | ||
|
||
<p> | ||
On Windows 95/98/Me, key input is converted to Unicode before processing. | ||
When drawing, characters are converted from Unicode to MBCS. | ||
</p> | ||
|
||
</BODY> | ||
</HTML> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.