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
/
ttpcmn
/
ttcmn.c
Diff of /trunk/teraterm/ttpcmn/ttcmn.c
Parent Directory
|
Revision Log
|
Patch
revision
3392
by
maya
, Tue May 12 11:55:27 2009 UTC
revision
3398
by
doda
, Fri May 15 11:50:48 2009 UTC
#
Line 1267
int TextOutJP(PComVar cv, PCHAR B, int C
Line 1267
int TextOutJP(PComVar cv, PCHAR B, int C
1267
TempLen++;
TempLen++;
1268
}
}
1269
else if ((cv->CRSend==IdCR) &&
else if ((cv->CRSend==IdCR) &&
1270
cv->TelFlag && ! cv->TelBinSend) {
cv->TelFlag && ! cv->TelBinSend) {
1271
TempStr[TempLen] = 0;
TempStr[TempLen] = 0;
1272
TempLen++;
TempLen++;
1273
}
}
#
Line 1348
int TextOutKR(PComVar cv, PCHAR B, int C
Line 1348
int TextOutKR(PComVar cv, PCHAR B, int C
1348
1349
K = (cv->SendKanjiFirst << 8) + d;
K = (cv->SendKanjiFirst << 8) + d;
1350
1351
// UTF-8への変換を行う。1?3バイトまでの対応なので注意。
// UTF-8への変換を行う。1〜3バイトまでの対応なので注意。
1352
if (cv->KanjiCodeSend == IdUTF8) {
if (cv->KanjiCodeSend == IdUTF8) {
1353
OutputTextUTF8(K, TempStr, &TempLen, cv);
OutputTextUTF8(K, TempStr, &TempLen, cv);
1354
#
Line 1445
int TextOutKR(PComVar cv, PCHAR B, int C
Line 1445
int TextOutKR(PComVar cv, PCHAR B, int C
1445
TempLen++;
TempLen++;
1446
}
}
1447
else if ((cv->CRSend==IdCR) &&
else if ((cv->CRSend==IdCR) &&
1448
cv->TelFlag && ! cv->TelBinSend) {
cv->TelFlag && ! cv->TelBinSend) {
1449
TempStr[TempLen] = 0;
TempStr[TempLen] = 0;
1450
TempLen++;
TempLen++;
1451
}
}
Colored Diff
Long Colored Diff
Full Colored Diff
Unidiff
Context Diff
Side by Side
Legend:
Removed from v.3392
changed lines
Added in v.3398
Back to OSDN
">
Back to OSDN
ViewVC Help
Powered by
ViewVC 1.1.26