unarchive issue when files have special characters in their name

Hello,

I do run the unarchive module to unzip a file, I have an issue because the archive file contains a file name with a special character: ô

“rc”: 0}, “failed”: true, “gid”: 1000, “group”: “shr_users”, “handler”: “ZipArchive”, “mode”: “0777”, “msg”: “Unexpected error when accessing exploded file: [Errno 2] No such file or directory: ‘/fvaltat/4you/4you/hrapr72/SHR_4YOU-hra-1.3.1/doc/SHR 4YOU 1.3_Personnalisation des r\xc3\xb4les dans SHR 4YOU 1.3.pdf’”, “owner”: “fvaltat”, “size”: 4096, “src”: “/home/fvaltat/ansible-script/fvaltat/hrapr72/1.1.1/SHR_4YOU-hra-1.3.1.zip”, “state”: “directory”, “uid”: 1001}

in the zip file, on windows the filename is: SHR 4YOU 1.3_Personnalisation des rôles dans SHR 4YOU 1.3.pdf

If I unzip manually the zip file on Centos, the filename is: SHR 4YOU 1.3_Personnalisation des rââ€les dans SHR 4YOU 1.3.pdf

how can i bypass this issue ?

Regards