Wrong encoding characters using REST API

Hello!

I’m using a Python script to manage some attachments from a specific card to new ones.

I’m using the attachment name to create the card name, but having issues due encoding.

" “,”[“,”]"… are casting to %20de%20 and so on…

Any idea wich right encoding to use?

Best Regards,
Henrique