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