Adobe InDesign data merge - wrong encoding
Hello,
I have a python script which I use to generate a CSV file which I later use with Adobe InDesign to generate multiple pdfs using the data merge functionality.
When generating the CSV file I use encoding='utf-8' parameter, this produces nice CSV with correct encoding and everything seems okay, however, as soon as I hook up the file to Adobe InDesign and preview the data, there is wrong encoding.
I tried UTF-8, Latin 2, Latin 2 MacOS, but nothing seems to work.
I have MacOS and the file has Czech characters like ě, š, č, ř, ž, ý, á, í, é etc. these get encoded wrong.
What am I missing, I thought that by setting the encoding for the source file it would work, however that doesn't seem to be the case.
Could you help me with this?
Thank you very much
