OSDN Git Service

Add UTF-8 to UTF-16 API bridge.
authors_kawamoto <s_kawamoto@users.sourceforge.jp>
Thu, 8 Sep 2011 15:05:08 +0000 (00:05 +0900)
committers_kawamoto <s_kawamoto@users.sourceforge.jp>
Thu, 8 Sep 2011 15:05:08 +0000 (00:05 +0900)
commit791b047f2c0c10f5d5cc09db8d642191c5c23a83
tree942336e4f6f78179a18b869a2aed90d6f72dcf86
parent900680514719a9c47c6e1b23ba2b6997c5ad1ca7
Add UTF-8 to UTF-16 API bridge.
Change internal chars to UTF-8.
Add support for UTF-8 to text transfer mode.
Add support for UTF-8 filenames (some buggy).
Add UIs for UTF-8.
34 files changed:
FFFTP.exe
FFFTP.vc90.vcproj
FFFTP_English.vc90.vcproj
Resource/FFFTP.APS
Resource/FFFTP.rc
Resource/resource.h
Resource/toolbar1.bmp
Resource_eng/FFFTP-eng.aps
Resource_eng/FFFTP-eng.rc
Resource_eng/resource.h
Resource_eng/toolbar1.bmp
common.h
config.h
ftpproc.c
getput.c
hostman.c
main.c
mbswrapper.c [new file with mode: 0644]
mbswrapper.h [new file with mode: 0644]
mbtoutf8.bat [new file with mode: 0644]
mbtoutf8.exe [new file with mode: 0644]
mbtoutf8/ReadMe.txt [new file with mode: 0644]
mbtoutf8/mbtoutf8.cpp [new file with mode: 0644]
mbtoutf8/mbtoutf8.sln [new file with mode: 0644]
mbtoutf8/mbtoutf8.vcproj [new file with mode: 0644]
mbtoutf8/stdafx.cpp [new file with mode: 0644]
mbtoutf8/stdafx.h [new file with mode: 0644]
mbtoutf8/targetver.h [new file with mode: 0644]
mesg-eng.h
mesg-eng.old.h [new file with mode: 0644]
mesg-jpn.h
mesg-jpn.old.h [new file with mode: 0644]
remote.c
toolmenu.c