Browse Subversion Repository
Diff of /trunk/teraterm/ttpcmn/ttcmn.c
Parent Directory
| Revision Log
| Patch
| 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; |
| 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 |
|
|
|