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 9496 by zmatsuo, Sat Oct 23 16:09:19 2021 UTC revision 9497 by zmatsuo, Sat Oct 23 16:09:33 2021 UTC
# Line 880  static void PutChar(BYTE b) Line 880  static void PutChar(BYTE b)
880                          break;                          break;
881                  }                  }
882          } else if (ts.Language == IdRussian) {          } else if (ts.Language == IdRussian) {
883                  BYTE c = RussConv(ts.RussHost, IdWindows, b);                  BYTE c = RussConv(ts.KanjiCode, IdWindows, b);
884                  unsigned long u32 = MBCP_UTF32(c, 1251);                  unsigned long u32 = MBCP_UTF32(c, 1251);
885                  BuffPutUnicode(u32, CharAttrTmp, InsertMode);                  BuffPutUnicode(u32, CharAttrTmp, InsertMode);
886          } else {          } else {

Legend:
Removed from v.9496  
changed lines
  Added in v.9497

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