Newsgroups : Microsoft : microsoft.public.inetsdk.programming.wininet : 2006 May : FtpPutFile unicode compiled
| Subject: | FtpPutFile unicode compiled |
| Posted by: | sujatha_kr..@hotmail.com |
| Date: | 24 May 2006 09:29:08 |
Please Help!!!!
I am working on a unicode compiled dll c++ project.
I am using FtpPutFileW() to upload files. I am trying to upload a
filename containing Japanese characters. The remote filename parameter
in FtpPutFileW() contains the character with hex value "0x3C 25", which
on upload somehow changes to "0x2B 00", even though we are using
unicode version of Wininet API. So we end up with a different remote
filename.
The behaviour is the same on Windows English O.S and Japanese O.S.
Is this is known behaviour and if it is, what is the workaround?