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 6537 by doda, Wed Nov 16 03:19:07 2016 UTC revision 6601 by doda, Tue Feb 21 18:05:04 2017 UTC
# Line 4921  BOOL CheckKanji(BYTE b) Line 4921  BOOL CheckKanji(BYTE b)
4921    
4922          ConvJIS = FALSE;          ConvJIS = FALSE;
4923    
4924          if (ts.KanjiCode==IdSJIS) {          if (ts.KanjiCode==IdSJIS || ts.KanjiCode==IdUTF8 || ts.KanjiCode==IdUTF8m) {
4925                  if ((0x80<b) && (b<0xa0) || (0xdf<b) && (b<0xfd)) {                  if ((0x80<b) && (b<0xa0) || (0xdf<b) && (b<0xfd)) {
4926                          return TRUE; // SJIS kanji                          return TRUE; // SJIS kanji
4927                  }                  }

Legend:
Removed from v.6537  
changed lines
  Added in v.6601

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