I am searching for a way to setup Visual Studio so it always saves my files in UTF-8.
I have only found options to set this project wide is there a way to set it Visual Studio wide?
|
I am searching for a way to setup Visual Studio so it always saves my files in UTF-8. I have only found options to set this project wide is there a way to set it Visual Studio wide?
| |||
feedback
|
|
Do you want the files to save as UTF-8 because you are using special characters that would be lost in ASCII encoding? If that's the case, then there is a VS2008 global setting in Also, which files are not being saved as UTF-8? All of my .cs, .csproj, .sln, .config, .as*x, etc, all save as UTF-8 (with signature, the byte order marks), by default. | |||
|
feedback
|
|
I don't know of a global setting nither but you can try this:
| |||
feedback
|