Browse Subversion Repository
Diff of /trunk/teraterm/ttpset/ttset.c
Parent Directory
| Revision Log
| Patch
| 1169 |
GetPrivateProfileInt(Section, "CodePage ", DEFAULT_CODEPAGE, |
GetPrivateProfileInt(Section, "CodePage ", DEFAULT_CODEPAGE, |
| 1170 |
FName); |
FName); |
| 1171 |
|
|
|
ts->pureutf8 = |
|
|
GetOnOff(Section, "PureUTF8", FName, FALSE); |
|
|
|
|
| 1172 |
// UI language message file |
// UI language message file |
| 1173 |
GetPrivateProfileString(Section, "UILanguageFile", "lang\\Default.lng", |
GetPrivateProfileString(Section, "UILanguageFile", "lang\\Default.lng", |
| 1174 |
Temp, sizeof(Temp), FName); |
Temp, sizeof(Temp), FName); |
| 1576 |
_snprintf_s(Temp, sizeof(Temp), _TRUNCATE, "%d", ts->CodePage); |
_snprintf_s(Temp, sizeof(Temp), _TRUNCATE, "%d", ts->CodePage); |
| 1577 |
WritePrivateProfileString(Section, "CodePage", Temp, FName); |
WritePrivateProfileString(Section, "CodePage", Temp, FName); |
| 1578 |
|
|
|
WriteOnOff(Section, "PureUTF8", FName, |
|
|
ts->pureutf8); |
|
|
|
|
| 1579 |
// ANSI color(2004.9.5 yutaka) |
// ANSI color(2004.9.5 yutaka) |
| 1580 |
Temp[0] = '\0'; |
Temp[0] = '\0'; |
| 1581 |
for (i = 0; i < 15; i++) { |
for (i = 0; i < 15; i++) { |
|
|
Legend:
| Removed from v.3969 |
|
| changed lines |
| |
Added in v.4009 |
|
|
| |