[Ttssh2-commit] [3460] コメント追加。

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 6月 9日 (火) 23:56:45 JST


Revision: 3460
          http://svn.sourceforge.jp/view?root=ttssh2&view=rev&rev=3460
Author:   doda
Date:     2009-06-09 23:56:45 +0900 (Tue, 09 Jun 2009)

Log Message:
-----------
コメント追加。

Modified Paths:
--------------
    trunk/teraterm/ttpcmn/language.c


-------------- next part --------------
Modified: trunk/teraterm/ttpcmn/language.c
===================================================================
--- trunk/teraterm/ttpcmn/language.c	2009-06-09 10:16:49 UTC (rev 3459)
+++ trunk/teraterm/ttpcmn/language.c	2009-06-09 14:56:45 UTC (rev 3460)
@@ -64,7 +64,7 @@
 			cset = ConvertUnicode(KCode, mapSJISToUnicode, sizeof(mapSJISToUnicode)/sizeof(mapSJISToUnicode[0]));
 		}
 		if (cset == 0) {
-			c = 0xfffd;
+			c = 0xfffd; // U+FFFD: Replacement Character
 		} else {
 			c = cset;
 		}



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