Download
Magazine
Develop
Account
Download
Magazine
Develop
Login
Forgot Account/Password
Create Account
Language
Help
Language
Help
×
Login
Login Name
Password
×
Forgot Account/Password
From 18 Jan, 2021 0:00 UTC:
All services will be temporary unavailable for maintenance
Category:
Software
People
PersonalForge
Magazine
Wiki
Search
OSDN
>
Find Software
>
Terminals
>
Serial
>
Tera Term
>
Ticket List/Search
>
Ticket #40900
Tera Term
Description
Project Summary
Developer Dashboard
Web Page
Developers
Image Gallery
List of RSS Feeds
Activity
Statistics
History
Search Keywords
Project Reviews
Downloads
File Release
List of Releases
Stats
File Storage
Files
Stats
Source Code
Code Repository list
Subversion
View Repository
CVS
View Repository
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Documents
Wiki
FrontPage
Title index
Recent changes
Doc Mgr
List Docs
Communication
Forums
List of Forums
Help (411)
Open Discussion (133)
Mailing Lists
list of ML
ttssh2-commit
ttssh2-users
News
Ticket #40900
Ticket List
Submit New Ticket
RSS
ファイル転送時 Unicode ファイル名を扱えるようにする
Open Date:
2020-11-02 00:25
Last Update:
2020-12-23 00:52
monitor
ON
OFF
Reporter:
zmatsuo
Owner:
zmatsuo
Type:
Feature Requests
Status:
Open [Owner assigned]
Component:
Tera Term
MileStone:
Tera Term 5.0
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
Fixed
File:
None
Vote
Score:
0
No votes
0.0
% (
0
/
0
)
0.0
% (
0
/
0
)
0
0
Details
Reply
ブランチ proto_unicode
ファイル名を扱う部分は Unicode化(UTF-16(wchar_t) & UTF-8)
xmodem.c などの中では UTF-8, Windows 部分は UTF-16
送受信するファイル名はANSIファイル名としている
MAX_PATH (と MAXPATHLEN)をなるべく使用しない
簡単に実装するため使っているところも残っている
https://docs.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation
ファイル送信 (filesys.cpp) と、転送 (filesys_proto.cpp) に分離
関数呼び出しだけで制御できるようにした
ttpfile/ は転送に関するソース
各プロトコルごとに分離
_lcreat() などの Win16 API 削除
使用はしていないがソースには残っていた
win16api.c を通して Win32 API に変換していた
あと telnet.c だけ
Ticket History (3/3 Histories)
2020-11-02 00:25
Updated by:
zmatsuo
New Ticket "ファイル転送時 Unicode ファイル名を扱えるようにする" created
2020-12-23 00:52
Updated by:
zmatsuo
Comment
Reply
trunkにマージしました
2020-12-23 00:52
Updated by:
zmatsuo
Resolution
Update from
None
to
Fixed
Attachment File List (
0
)
Attachment File List
No attachments
Edit
Add Comment
You are not logged in.
I you are not logged in, your comment will be treated as an anonymous post. »
Login
Add Comment
Preview
Submit
ブランチ proto_unicode