Whenever an attachment has a non ascii character, importer exits with an encoding error. This fixes the problem by converting the get_secure_filename argument to unicode.
:thumbsup:
Can you rebase ? so I can merge it :)
Thanks
rebased
Done :)
Pull-Request has been merged by cverna
Whenever an attachment has a non ascii character, importer exits with an
encoding error. This fixes the problem by converting the
get_secure_filename argument to unicode.