cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-users list Archives

Upload failed for a file having unicode characters in its name

From: Mohammad Alam <malam1984_at_gmail.com>
Date: Wed, 24 Jul 2013 12:46:42 +0530

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 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

Let me know where I could found the definitions of above function.?
Is there exist another way to address above issue?

Regards,
Alam

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2013-07-24

These mail archives are generated by hypermail.

donate! Page updated May 06, 2013.
web site info

File upload with ASP.NET