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 7278 by doda, Wed Nov 21 09:13:01 2018 UTC revision 7398 by zmatsuo, Sat Jan 19 08:18:24 2019 UTC
# Line 1  Line 1 
1  /*  /*
2   * Copyright (C) 1994-1998 T. Teranishi   * Copyright (C) 1994-1998 T. Teranishi
3   * (C) 2004-2017 TeraTerm Project   * (C) 2004-2019 TeraTerm Project
4   * All rights reserved.   * All rights reserved.
5   *   *
6   * Redistribution and use in source and binary forms, with or without   * Redistribution and use in source and binary forms, with or without
# Line 5509  BOOL ParseFirstUTF8(BYTE b, int proc_com Line 5509  BOOL ParseFirstUTF8(BYTE b, int proc_com
5509    
5510          unsigned int code;          unsigned int code;
5511          unsigned short cset;          unsigned short cset;
         char *locptr;  
   
         locptr = setlocale(LC_ALL, ts.Locale);  
5512    
5513          if (ts.FallbackToCP932 && Fallbacked) {          if (ts.FallbackToCP932 && Fallbacked) {
5514                  return ParseFirstJP(b);                  return ParseFirstJP(b);

Legend:
Removed from v.7278  
changed lines
  Added in v.7398

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