Susie can be displayed various images by using a plug-ins (Susie Plug-in).
Tera Term can use Susie Plug-in to load images. For example, With Susie Plug-in that supports jpeg Tera Term can use jpeg images on Windows that does not support jpeg.
Tera Term tries to load images using Susie Plug-ins, and using Windows functions such as GDI+, OleLoadPicture(), LoadImage(), and so on. It seems to be possible to load jpg and gif images on Windows 7 or later.
Languages with a writing system that includes Kanji characters. CJK(CJKV) = Chinese, Japanese, Korean, (Vietnamese).
CJK(CJKV) environment, Double-byte characters are used
to represent a character with two bytes,
since not all characters used can be represented with one byte.
Before Unicode became popular, character codes were developed for each environment.
Major DBCS
| Language | Code(CodePage) | |-------------------------------|--------------------| | Chinese (Simplified Chinese) | GB2312(CP936) | | Chinese (Traditional Chinese) | Big5(CP950) | | Japanese | `Shift_JIS(CP932)` | | | EUC(EUC-JP,CP51932)| | Korean | KS5601(CP949) |
A single character to be displayed can be created from multiple Unicode characters. ex. U+0061 + U+0302 ( a+ ^ -> â ). Tera Term 4 uses the character code "UTF-8m", which is used in the macOS file system HFS+.
"UTF-8m" has been merged into "UTF-8" on Tera Term 5.