I want to have the following line of code (shortened for clarity) :
Dim AllowedChar as string = "0..9 A..Za..z!$'()+,-.;=@[]^_`€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•..."
But whenever I save my file, Visual Studio (2010 and 2013) replaces “”
with ""
.
How can I stop this behavior?