EtheaDev / MarkdownShellExtensions

A Markdown Text Editor to manually edit a markdown file, with instant preview of the output in a HTML Viewer. A Preview handler which allows you to see the content of the markdown file without open it, in the "Preview Panel", integrated into Windows Explorer.
Apache License 2.0
62 stars 15 forks source link

file encoding changed from UTF-8 to UTF8-with-BOM #13

Open polocco opened 1 month ago

polocco commented 1 month ago

When i try to change an existing file with only UTF-8 encoding, after one or more changes, when i save the file that convert it with UTF8-with-BOM enconding. I tried to search for settings related to this topic, but I didn't find anything. What can I do? proc0020_cf_standalone_install.md

carloBarazzetta commented 1 month ago

Thank you for your information, I'll investigate the problem, as soon as possible...