Skip to content

Commit

Permalink
文字コードの設定をの中国語を"Chinese"に変更 #274
Browse files Browse the repository at this point in the history
- 関連するドキュメントも修正
  • Loading branch information
zmatsuo committed Sep 5, 2024
1 parent 9f956b4 commit 1295e62
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion doc/en/html/usage/unicode.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h1>Unicode Settings</h1>
To use UTF-8, select the following character encoding.

<dl>
<dt>China/UTF-8<br>
<dt>Chinese/UTF-8<br>
Japanese/UTF-8<br>
Korean/UTF-8</dt>
<dd>
Expand Down
2 changes: 1 addition & 1 deletion doc/ja/html/usage/unicode.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
UTF-8 を使用する場合は次の文字コードを選んでください。

<dl>
<dt>China/UTF-8<br>
<dt>Chinese/UTF-8<br>
Japanese/UTF-8<br>
Korean/UTF-8</dt>
<dd>
Expand Down
6 changes: 3 additions & 3 deletions teraterm/common/ttlib_charset.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ static const TKanjiList KanjiList[] = {
{ IdRussian, IdISO, "Russian/ISO 8859-5", "ISO8859-5" },
{ IdKorean, IdKoreanCP949, "Korean/KS5601 (CP949)", "KS5601" },
{ IdKorean, IdUTF8, "Korean/UTF-8", "UTF-8" },
{ IdChinese, IdCnGB2312, "China/GB2312 (CP936)", "GB2312" },
{ IdChinese, IdCnBig5, "China/Big5 (CP950)", "BIG5" },
{ IdChinese, IdUTF8, "China/UTF-8", "UTF-8" },
{ IdChinese, IdCnGB2312, "Chinese/GB2312 (CP936)", "GB2312" },
{ IdChinese, IdCnBig5, "Chinese/Big5 (CP950)", "BIG5" },
{ IdChinese, IdUTF8, "Chinese/UTF-8", "UTF-8" },
};

const TLanguageList *GetLanguageList(int index)
Expand Down
2 changes: 1 addition & 1 deletion teraterm/common/tttypes_charset.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ typedef enum {
#define IdKoreanCP949 1 // CP949, KS5601

// ts.Language == IdChinese
// China
// Chinese
#define IdCnGB2312 1 // 1 CP936, GB2312
#define IdCnBig5 2 // 2 CP950, Big5

Expand Down

0 comments on commit 1295e62

Please sign in to comment.