[Ttssh2-commit] [8287] 警告抑止のため、ファイルをUTF-8 BOM付きにした。Shift_JISでもよかったのかもしれない。

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2019年 10月 11日 (金) 19:55:58 JST


Revision: 8287
          https://osdn.net/projects/ttssh2/scm/svn/commits/8287
Author:   yutakapon
Date:     2019-10-11 19:55:57 +0900 (Fri, 11 Oct 2019)
Log Message:
-----------
警告抑止のため、ファイルをUTF-8 BOM付きにした。Shift_JISでもよかったのかもしれない。

unicode_emoji.tbl(1,1): warning C4819: ファイルは、現在のコード ページ (932) で表示できない文字を含んでいます。データの損失を防ぐために、ファイルを Unicode 形式で保存してください。

Modified Paths:
--------------
    branches/unicode_buf/teraterm/teraterm/unicode_emoji.tbl

-------------- next part --------------
Modified: branches/unicode_buf/teraterm/teraterm/unicode_emoji.tbl
===================================================================
--- branches/unicode_buf/teraterm/teraterm/unicode_emoji.tbl	2019-10-10 14:46:29 UTC (rev 8286)
+++ branches/unicode_buf/teraterm/teraterm/unicode_emoji.tbl	2019-10-11 10:55:57 UTC (rev 8287)
@@ -1,4 +1,4 @@
-{ 0x00203c, 0x00203c }, // double exclamation mark
+{ 0x00203c, 0x00203c }, // double exclamation mark
 { 0x002049, 0x002049 }, // exclamation question mark
 { 0x002122, 0x002122 }, // trade mark
 { 0x002139, 0x002139 }, // information


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