Tute
Tute

Reputation: 7013

VS2008 Express: How to save as UTF-8 all files by default?

Is there any way to make Visual Studio 2008 Express store all the files as UTF-8 by default?

Thanks for your time. Best regards.

Upvotes: 1

Views: 1699

Answers (1)

Eduardo Molteni
Eduardo Molteni

Reputation: 39413

If you create a new file inside VS it will be UTF8 by default, but if the file is already created by other enconding you have to "Save as", and then change the enconding by pressing the down arrow in the "Save" button, and then selecting "Save with enconding..."

Upvotes: 2

Related Questions