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 7306 by zmatsuo, Thu Dec 6 09:34:44 2018 UTC revision 7406 by zmatsuo, Fri Jan 25 12:37:51 2019 UTC
# Line 1553  static int OutputTextUTF8(WORD K, char * Line 1553  static int OutputTextUTF8(WORD K, char *
1553          int outlen;          int outlen;
1554          int TempLen = 0;          int TempLen = 0;
1555    
1556          code = SJIS2UTF8(K, &outlen, cv->Locale);          code = SJIS2UTF8(K, &outlen, *cv->CodePage);
1557          switch (outlen) {          switch (outlen) {
1558            case 4:            case 4:
1559                  TempStr[TempLen++] = (code >> 24) & 0xff;                  TempStr[TempLen++] = (code >> 24) & 0xff;

Legend:
Removed from v.7306  
changed lines
  Added in v.7406

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