Export to CSV now created a UTF-8 file with BOM marker¶
What is new - 8.0¶
A CSV file generated with version 8 contains UTF-8 data instead of ANSI, which was used in version 7. To inform Microsoft tools such as Excel and Notepad about the use of UTF characters, the file starts with a Byte Order Mark (BOM).