What encoding does PSU use? UTF-8?

Hi,
When you change the code in the Admin dashboard what encoding does it save it in?
Is it UTF-8 or UTF-8 With bom or?

I get some conflicts as I use Windows 1252 in vscode so I’m wondering what I should use?
Or even better can I change the encoding that the admin dashboard are using so it’s matching my own?

Product: PowerShell Universal
Version: 1.4.6

This is found in the change log: ‘All files are now written using UTF8 with BOM encoding’

We’ve had some issues with danish letters but saving files in UTF8 with BOM did the trick.

Thanks, then I’ll change it to UTF8 with BOM