Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/teraterm/ttpcmn/ttcmn.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 9913 by zmatsuo, Sun May 8 13:25:16 2022 UTC revision 9988 by zmatsuo, Sat Jun 4 13:17:12 2022 UTC
# Line 1353  static size_t MakeOutputString(PComVar c Line 1353  static size_t MakeOutputString(PComVar c
1353                  char byte;                  char byte;
1354                  int part = KanjiCodeToISO8859Part(states->KanjiCode);                  int part = KanjiCodeToISO8859Part(states->KanjiCode);
1355                  int r = UnicodeToISO8859(part, u32, &byte);                  int r = UnicodeToISO8859(part, u32, &byte);
1356                    if (r == 0) {
1357                            // 変換できない文字コードだった
1358                            byte = '?';
1359                    }
1360                  TempStr[TempLen++] = byte;                  TempStr[TempLen++] = byte;
1361          } else {          } else {
1362                  assert(FALSE);                  assert(FALSE);

Legend:
Removed from v.9913  
changed lines
  Added in v.9988

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