Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/teraterm/teraterm/vtterm.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 6603 by doda, Tue Feb 21 18:05:16 2017 UTC revision 6612 by doda, Thu Feb 23 12:04:11 2017 UTC
# Line 5327  BOOL ParseFirstUTF8(BYTE b, int proc_com Line 5327  BOOL ParseFirstUTF8(BYTE b, int proc_com
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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26