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 3900 by doda, Thu May 20 01:50:07 2010 UTC revision 3926 by yutakapon, Mon Jun 7 14:01:51 2010 UTC
# Line 17  Line 17 
17  #include <locale.h>  #include <locale.h>
18    
19  #include "compat_w95.h"  #include "compat_w95.h"
20    #include "ttwinman.h"
21    
22  /* first instance flag */  /* first instance flag */
23  static BOOL FirstInstance = TRUE;  static BOOL FirstInstance = TRUE;
# Line 1445  int FAR PASCAL CommTextOut(PComVar cv, P Line 1446  int FAR PASCAL CommTextOut(PComVar cv, P
1446                  return C;                  return C;
1447          }          }
1448    
1449          switch (cv->Language) {          if (in_cv_utf(cv->pureutf8, cv->Language)) {
1450            case IdUtf8:                          // fall through
1451            case IdJapanese:  
1452            case IdKorean:          } else {
1453                  return TextOutMBCS(cv, B, C);                  switch (cv->Language) {
1454                  break;                    case IdUtf8:
1455                      case IdJapanese:
1456                      case IdKorean:
1457                            return TextOutMBCS(cv, B, C);
1458                            break;
1459                    }
1460          }          }
1461    
1462          Full = FALSE;          Full = FALSE;

Legend:
Removed from v.3900  
changed lines
  Added in v.3926

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