Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/teraterm/ttpcmn/ttcmn.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3444 by doda, Sun Jun 7 06:57:34 2009 UTC revision 3451 by doda, Mon Jun 8 11:39:28 2009 UTC
# Line 1139  static int OutputTextUTF8(WORD K, char * Line 1139  static int OutputTextUTF8(WORD K, char *
1139  }  }
1140    
1141  //  //
1142  // SJISから各種漢字コードへ変換して出力する。  // MBCSから各種漢字コードへ変換して出力する。
1143  //  //
1144  int TextOutJP(PComVar cv, PCHAR B, int C)  int TextOutMBCS(PComVar cv, PCHAR B, int C)
1145  {  {
1146          int i, TempLen;          int i, TempLen;
1147          WORD K;          WORD K;
# Line 1316  int FAR PASCAL CommTextOut(PComVar cv, P Line 1316  int FAR PASCAL CommTextOut(PComVar cv, P
1316            case IdUtf8:            case IdUtf8:
1317            case IdJapanese:            case IdJapanese:
1318            case IdKorean:            case IdKorean:
1319                  return TextOutJP(cv, B, C);                  return TextOutMBCS(cv, B, C);
1320                  break;                  break;
1321          }          }
1322    

Legend:
Removed from v.3444  
changed lines
  Added in v.3451

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26