When I create a vkt.DownloadResult(output_file, output_file_name)
with a filename containing special Danish and Norwegian letters like ‘æøå’, the filename of the downloaded file does not contain these letters but is replaced with a underscore. e.g vkt.DownloadResult(output_file, 'bygværk.txt')
becomes ‘bygv_rk.txt’.
Is it possible to change the encoding for filenames to uft-8 or latin1?