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 7464 by zmatsuo, Sat Mar 9 17:33:06 2019 UTC revision 7466 by zmatsuo, Sat Mar 9 17:33:27 2019 UTC
# Line 1589  static int OutputTextUTF8(WORD K, char * Line 1589  static int OutputTextUTF8(WORD K, char *
1589          unsigned int code;          unsigned int code;
1590          int outlen;          int outlen;
1591    
1592          code = MBCPToUTF32(K, CodePage);          code = MBCP_UTF32(K, CodePage);
1593          if (code == 0) {          if (code == 0) {
1594                  // 変換失敗                  // 変換失敗
1595                  code = 0xfffd; // U+FFFD: Replacement Character                  code = 0xfffd; // U+FFFD: Replacement Character

Legend:
Removed from v.7464  
changed lines
  Added in v.7466

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