views:

471

answers:

1

My visual studio is now saving files in utf-8. How do i configure visual studio to save it iso-8859-1?

A: 

In Visual Studio, File -> Advanced Save Options -> in "Encoding" select "Western European (ISO) - Codepage 28591".

According to this page, iso-8859-1 is called 28591 in MS lingo

Rom
I don't see Advanced Save Options in File
burnt1ce
by default it's between "Save As..." and "Save All" in File menu. If you do not have it, you probably customized your menu, and therefore you need to bring it back: Right-click on the menu, select "Customize" (the last menu item) and find "Advanced Save Options..." item in "File" category
Rom