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 9124 by zmatsuo, Sat Jan 16 05:19:55 2021 UTC revision 9146 by zmatsuo, Sat Feb 6 05:44:30 2021 UTC
# Line 5206  static void ConvertToCP932(char *str, in Line 5206  static void ConvertToCP932(char *str, in
5206          unsigned char b;          unsigned char b;
5207          WORD word;          WORD word;
5208    
5209          if (_stricmp(ts.Locale, DEFAULT_LOCALE) == 0) {          if (ts.CodePage == 932) {
5210                  for (i = 0 ; i < len ; i++) {                  for (i = 0 ; i < len ; i++) {
5211                          b = str[i];                          b = str[i];
5212                          if (IS_SJIS(b) || IS_EUC(b)) {                          if (IS_SJIS(b) || IS_EUC(b)) {

Legend:
Removed from v.9124  
changed lines
  Added in v.9146

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