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 6516 by doda, Thu Oct 27 03:06:48 2016 UTC revision 6520 by doda, Tue Nov 1 06:01:15 2016 UTC
# Line 351  void ResetCharSet() Line 351  void ResetCharSet()
351    cv.JIS7KatakanaSend = ts.JIS7KatakanaSend;    cv.JIS7KatakanaSend = ts.JIS7KatakanaSend;
352    cv.KanjiIn = ts.KanjiIn;    cv.KanjiIn = ts.KanjiIn;
353    cv.KanjiOut = ts.KanjiOut;    cv.KanjiOut = ts.KanjiOut;
354    
355      setlocale(LC_ALL, ts.Locale);
356  }  }
357    
358  void ResetKeypadMode(BOOL DisabledModeOnly)  void ResetKeypadMode(BOOL DisabledModeOnly)
# Line 5313  BOOL ParseFirstUTF8(BYTE b, int proc_com Line 5315  BOOL ParseFirstUTF8(BYTE b, int proc_com
5315          unsigned int code;          unsigned int code;
5316          char mbchar[32];          char mbchar[32];
5317          unsigned short cset;          unsigned short cset;
         char *locptr;  
   
         locptr = setlocale(LC_ALL, ts.Locale);  
5318    
5319          if ((b & 0x80) != 0x80 || ((b & 0xe0) == 0x80 && count == 0)) {          if ((b & 0x80) != 0x80 || ((b & 0xe0) == 0x80 && count == 0)) {
5320                  // 1バイト目および2バイト目がASCIIの場合は、すべてASCII出力とする。                  // 1バイト目および2バイト目がASCIIの場合は、すべてASCII出力とする。

Legend:
Removed from v.6516  
changed lines
  Added in v.6520

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