Thank you Urs! That was the issue indeed. I ticked the box 'Beta:Use Unicode UTF-8 for worldwide language support' at 'language for non-Unicode programs', Region settings in Windows 10 language settings. Works perfect! Thanks again
Hi all, I'm writing a script that imports CSV content to the tags of musicfiles in a folder, and then write these tags to filenames. The CSV is comma delimited and UTF-8. Everything is working well exept that all diacritics are transformed into jibberish inside the tags, and therefore in the filename as well. For example: é (result: A©) or œ (result: A“u). This happens in the GUI as well. I've tried editing filenameformat and string replacement (however i'd like not to replace them) settings but...