Develop and Download Open Source Software
Login
Create Account
Help
MY OSDN
Find Software
Magazine
Develop
Pastebin
Software
People
PersonalForge
Magazine
Wiki
OSDN
>
Find Software
>
Tera Term
Tera Term
Summary
Project Summary
Developer Dashboard
Project Reviews
Web Page
Developers
List of RSS Feeds
Statistics
History
Image Gallery
Search Keywords
News
Listed News
Help
Downloads
List of Releases
Help
Source Code
Guide
Browse CVS
Browse SVN
Help
Wiki
FrontPage
Title index
Recent changes
Wiki Search
Help
Docs
List Docs
Help
Forums
List of Forums
Open Discussion (173)
Help (428)
Help
Mailing Lists
list of ML
ttssh2-commit
ttssh2-dev
ttssh2-users
Help
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Help
Browse Subversion Repository
/
[ttssh2]
/
trunk
/
teraterm
/
teraterm
/
vtterm.c
Diff of /trunk/teraterm/teraterm/vtterm.c
Parent Directory
|
Revision Log
|
Patch
revision
9497
by
zmatsuo
, Sat Oct 23 16:09:33 2021 UTC
revision
9499
by
zmatsuo
, Sat Oct 23 16:09:57 2021 UTC
#
Line 6334
static void ParseFirst(BYTE b)
Line 6334
static void ParseFirst(BYTE b)
6334
break;
break;
6335
6336
case IdRussian:
case IdRussian:
6337
if (ParseFirstRus(b)) {
switch (ts.KanjiCode) {
6338
return;
case IdUTF8:
6339
if (ParseFirstUTF8(b, 0)) {
6340
return;
6341
}
6342
break;
6343
default:
6344
if (ParseFirstRus(b)) {
6345
return;
6346
}
6347
}
}
6348
break;
break;
6349
6350
case IdChinese:
case IdChinese:
6351
if (ParseFirstCn(b)) {
switch (ts.KanjiCode) {
6352
return;
case IdUTF8:
6353
if (ParseFirstUTF8(b, 0)) {
6354
return;
6355
}
6356
break;
6357
default:
6358
if (ParseFirstCn(b)) {
6359
return;
6360
}
6361
}
}
6362
break;
break;
6363
}
}
Colored Diff
Long Colored Diff
Full Colored Diff
Unidiff
Context Diff
Side by Side
Legend:
Removed from v.9497
changed lines
Added in v.9499
Back to OSDN
">
Back to OSDN
ViewVC Help
Powered by
ViewVC 1.1.26