netblognet
netblognet

Reputation: 2026

Representation/Encoding error after converting project from VS2008 to Vs2010

Today I switched from VS2008 to VS2010. Due to this I converted one of my projects to use it in VS2010. In this project I use korean characters.

In VS2008 the characters were shown correctly on labels. In VS2010 the characters aren't displayed. Only some squaresymbols as replacement.

In the sourcecode in both projects the korean characters are shown correct. Also I've nothing changed. Not even the font or something else. So the "error" must happen during the conversion.

How can i fix this? I hope you understand my crappy english and can help me.

Upvotes: 2

Views: 211

Answers (1)

netblognet
netblognet

Reputation: 2026

I solved the problem by installing the SP1 for VS2010. After that all characters were shown correctly, without converting the project another time.

So it seems that there's no problem with the converter tool at all, but a general bug in VS2010.

In short: Install VS2010 SP1 to fix incorrect presentation of korean characters.

Upvotes: 1

Related Questions