I'm using C++ and D projects. Last time I use the D language more frequently then C++. It is a nightmare to me to always convert created files to the UTF8 encoding. It is the rule that all D source files are always UTF8 encoded. So, when creating D source files it is sane to make them UTF8 encoded by default or let a user to choose an encoding when creating files. I've posted the same problem not long before but no results occured. Sad. Can anyone do the patch?