Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
FTP Upload - Special characters
#3
But this code will stop working if one day you'll check "Unicode" in Options.

replace
filename.ConvertEncoding(CP_ACP CP_UTF8)
with
if(!_unicode) filename.ConvertEncoding(CP_ACP CP_UTF8)
or
filename.ConvertEncoding(_unicode CP_UTF8)


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)