Description
I use AutoHotkey. I need saved .ahk files for AutoHotkey in UTF-8 with BOM encoding. By default UTF-8 for me. I wrote my .ahk file, File → Save with Encoding → UTF-8 with BOM → file saved in UTF-8 with BOM. But if later I press Ctrl+S file is saved in UTF-8, and I need again File → Save with Encoding → UTF-8 with BOM. I do debug my scripts, I often need to save files, and to make me File → Save with Encoding → UTF-8 with BOM each time is inconvenient. I do not want change default encoding, because all the other files I saved in UTF-8.
Question
Can I saved .ahk files in UTF-8 with BOM, but other files in UTF-8? Or saved individual files in UTF-8 with BOM, when I press Ctrl+S?
Thanks.