Browse Subversion Repository
Diff of /trunk/teraterm/teraterm/vtterm.c
Parent Directory
| Revision Log
| Patch
| 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 |
| 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 |
|
|
|