Browse Subversion Repository
Diff of /trunk/teraterm/ttpset/ttset.c
Parent Directory
| Revision Log
| Patch
| 2647 |
} |
} |
| 2648 |
else if ((_strnicmp(Temp, "/KR=", 4) == 0) || |
else if ((_strnicmp(Temp, "/KR=", 4) == 0) || |
| 2649 |
(_strnicmp(Temp, "/KT=", 4) == 0)) { /* kanji code */ |
(_strnicmp(Temp, "/KT=", 4) == 0)) { /* kanji code */ |
| 2650 |
if (_strnicmp(&Temp[4], "UTF8m", 5) == 0) |
if (_strnicmp(&Temp[4], "UTF8m", 5) == 0 || |
| 2651 |
|
_strnicmp(&Temp[4], "UTF-8m", 6) == 0) |
| 2652 |
c = IdUTF8m; |
c = IdUTF8m; |
| 2653 |
else if (_strnicmp(&Temp[4], "UTF8", 4) == 0) |
else if (_strnicmp(&Temp[4], "UTF8", 4) == 0 || |
| 2654 |
|
_strnicmp(&Temp[4], "UTF-8", 5) == 0) |
| 2655 |
c = IdUTF8; |
c = IdUTF8; |
| 2656 |
else if (_strnicmp(&Temp[4], "SJIS", 4) == 0) |
else if (_strnicmp(&Temp[4], "SJIS", 4) == 0) |
| 2657 |
c = IdSJIS; |
c = IdSJIS; |
|
|
Legend:
| Removed from v.2595 |
|
| changed lines |
| |
Added in v.2600 |
|
|
| |