Why does Visual Studio 2008 change namespace characters in a generated file?

Posted by Fredrik on Stack Overflow See other posts from Stack Overflow or by Fredrik
Published on 2010-03-30T10:35:53Z Indexed on 2010/03/30 10:43 UTC
Read the original article Hit count: 480

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

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about visual-studio-2008