OSDN Git Service

Add 'u8' macro and msgutil module for UTF-8 string resource in mesg-jpn.h
authorMoriguchi, Hirokazu <umorigu@gmail.com>
Mon, 16 Jan 2012 19:48:58 +0000 (04:48 +0900)
committerMoriguchi, Hirokazu <umorigu@gamil.com>
Wed, 18 Jan 2012 22:40:22 +0000 (07:40 +0900)
commit166d7d7d10119b178e33e04b4bed01976887cd57
tree9c49794a411ca0c9b954d593ab8ef8f13fcad5f0
parent1c477ccdb144a0e0796c118078abd9d3658075aa
Add 'u8' macro and msgutil module for UTF-8 string resource in mesg-jpn.h

* u8 macro: We can get UTF-8 binary string by u8("u-string") expression
* u8 macro is mapped to MessageUtil_GetUTF8StaticBinaryBlock() function defined in msgutil.c
* Change parameter types in some exsisting functions: char* to const char*
18 files changed:
FFFTP.vc80ee.vcproj
FFFTP.vc90.vcproj
FFFTP.vcproj
FFFTP_English.vc80ee.vcproj
FFFTP_English.vc90.vcproj
FFFTP_English.vcproj
common.h
connect.c
filelist.c
ftpproc.c
getput.c
main.c
mesg-eng.h
mesg-jpn.h
misc.c
msgutil.c [new file with mode: 0644]
msgutil.h [new file with mode: 0644]
taskwin.c