I have a shortcut to quickly open a new window (new-file) without doing any settings. When pasting text into the window from Visual Studio some unicode characters gets whacked. I guess the window defaults to automatic encoding and it fails to detect the unicode paste correctly.
Is there a way to set the encoding on a window before associating it to a file type, ie essentially what i want is a shortcut that would emulate File->New..., selecting Plain Text and Encoding: UTF-8.