Browse Subversion Repository
Diff of /trunk/teraterm/teraterm/vtterm.c
Parent Directory
| Revision Log
| Patch
| 5327 |
locptr = setlocale(LC_ALL, ts.Locale); |
locptr = setlocale(LC_ALL, ts.Locale); |
| 5328 |
|
|
| 5329 |
if (ts.FallbackToCP932 && Fallbacked) { |
if (ts.FallbackToCP932 && Fallbacked) { |
| 5330 |
ParseFirstJP(b); |
return ParseFirstJP(b); |
|
return; |
|
| 5331 |
} |
} |
| 5332 |
|
|
| 5333 |
if ((b & 0x80) != 0x80 || ((b & 0xe0) == 0x80 && count == 0)) { |
if ((b & 0x80) != 0x80 || ((b & 0xe0) == 0x80 && count == 0)) { |
|
|
Legend:
| Removed from v.6603 |
|
| changed lines |
| |
Added in v.6612 |
|
|
|