|
Hi, Is there a way to change the default character encoding that Visual studio uses to save files? My problem is that VS2008currently saves files in UTF-8 withSignature, but this causes all sorts of problems when savingSQL files and executing them via the osql tool in SQLServer 2000.
Incidently, the problems are caused by the BOM at the start of the file - saving the files as UTF-8 without Signature solves this,but i can't see a way to set that as default.
Anyideas?
Cheers, |