Encoding in your Visual Studio project
Have you experienced problems in your Visual Studio projects that no matter which encoding you try to use in your pages <?xml version=”1.0″ encoding=”iso-8859-1″?> for XML or <meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1″ /> but still you have problems solving swedish characters such as å, å and ö when posting information to external webservice etc.
Try and configure your [...]