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 3476 by doda, Fri Jun 12 17:18:46 2009 UTC revision 3482 by doda, Sun Jun 14 23:25:52 2009 UTC
# Line 3126  static void UnicodeToCP932(unsigned int Line 3126  static void UnicodeToCP932(unsigned int
3126                          }                          }
3127    
3128                          if (cset == 0) {                          if (cset == 0) {
3129                                  ParseASCII('?');                                  PutChar('?');
3130                                  if (ts.UnknownUnicodeCharaAsWide) {                                  if (ts.UnknownUnicodeCharaAsWide) {
3131                                          ParseASCII('?');                                          PutChar('?');
3132                                  }                                  }
3133                          }                          }
3134                          break;                          break;
3135                    case 1:                    case 1:
3136                          ParseASCII(mbchar[0]);                          PutChar(mbchar[0]);
3137                          break;                          break;
3138                    default:                    default:
3139                          Kanji = mbchar[0] << 8;                          Kanji = mbchar[0] << 8;

Legend:
Removed from v.3476  
changed lines
  Added in v.3482

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