Re: Upload failed for a file having unicode characters in its name

2013-07-24 Thread Guenter
Hi, On 24.07.2013 09:32, Mohammad Alam wrote: see below link http://curl.haxx.se/mail/lib-2006-04/att-0064/sampleconv Above example claims to addressed unicode issue but when I tried to use sample code then getting compilation errors for following functions platform_a2e platform_e2a platform_u2e

Re: Upload failed for a file having unicode characters in its name

2013-07-24 Thread Tom Bishop, Wenlin Institute
On Jul 24, 2013, at 3:32 AM, Mohammad Alam wrote: > Hi All, > > I am using windows and C++ in development and using libcurl to upload a file > on FTP it works fine if file name contains only ASCII characters but failed > when its contains unicode characters like Άλφα_alam.pdf > > > see belo

Upload failed for a file having unicode characters in its name

2013-07-24 Thread Mohammad Alam
Hi All, I am using windows and C++ in development and using libcurl to upload a file on FTP it works fine if file name contains only ASCII characters but failed when its contains unicode characters like Άλφα_alam.pdf see below link http://curl.haxx.se/mail/lib-2006-04/att-0064/sampleconv Above