Why does Visual Studio 2008 change namespace characters in a generated file?
- by Fredrik
Hello,
I am working on a asp.net 3.5 project in sweden, where some of the namespaces include swedish characters, such as 'å', 'ä' and 'ö'.
When building the project and generating the design-file, visual studio replaces these characters with some other strange characters. This only happens when the characters occur in a namespace or class name. If a field or variable contain a swedish character, everything works fine. To clarify, the strange character occur in the design file when a namespace and/or control contain swedish characters.
Does anyone know why this happens and if there is a solution for the problem that doesn't mean changing the names of the namespaces?
Sincerely,
Fredrik