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 3955 by doda, Wed Jul 28 04:59:12 2010 UTC revision 4009 by maya, Tue Aug 17 14:55:08 2010 UTC
# Line 17  Line 17 
17  #include <locale.h>  #include <locale.h>
18    
19  #include "compat_w95.h"  #include "compat_w95.h"
 #include "ttwinman.h"  
20    
21  /* first instance flag */  /* first instance flag */
22  static BOOL FirstInstance = TRUE;  static BOOL FirstInstance = TRUE;
# Line 1472  int FAR PASCAL CommTextOut(PComVar cv, P Line 1471  int FAR PASCAL CommTextOut(PComVar cv, P
1471                  return C;                  return C;
1472          }          }
1473    
1474          if (in_cv_utf(cv->pureutf8, cv->Language)) {          switch (cv->Language) {
1475                          // fall through            case IdUtf8:
1476              case IdJapanese:
1477          } else {            case IdKorean:
1478                  switch (cv->Language) {                  return TextOutMBCS(cv, B, C);
1479                    case IdUtf8:                  break;
                   case IdJapanese:  
                   case IdKorean:  
                         return TextOutMBCS(cv, B, C);  
                         break;  
                 }  
1480          }          }
1481    
1482          Full = FALSE;          Full = FALSE;

Legend:
Removed from v.3955  
changed lines
  Added in v.4009

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