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 7410 by zmatsuo, Sat Jan 26 18:03:31 2019 UTC revision 7411 by zmatsuo, Mon Jan 28 13:26:10 2019 UTC
# Line 5497  static void UnicodeToCP932(unsigned int Line 5497  static void UnicodeToCP932(unsigned int
5497                          if (cset != 0) {                          if (cset != 0) {
5498                                  Kanji = cset & 0xff00;                                  Kanji = cset & 0xff00;
5499                                  PutKanji(cset & 0x00ff);                                  PutKanji(cset & 0x00ff);
5500                                    return;
5501                          }                          }
5502                  }                  }
5503    

Legend:
Removed from v.7410  
changed lines
  Added in v.7411

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