简体   繁体   English

将项目从VS2008转换为Vs2010后的表示/编码错误

[英]Representation/Encoding error after converting project from VS2008 to Vs2010

Today I switched from VS2008 to VS2010. 今天,我从VS2008切换到VS2010。 Due to this I converted one of my projects to use it in VS2010. 因此,我将我的一个项目转换为在VS2010中使用它。 In this project I use korean characters. 在这个项目中,我使用韩文字符。

In VS2008 the characters were shown correctly on labels. 在VS2008中,字符正确显示在标签上。 In VS2010 the characters aren't displayed. 在VS2010中,不会显示字符。 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. 希望您能理解我的英语差劲并能帮助我。

I solved the problem by installing the SP1 for VS2010. 我通过安装VS2010 SP1解决了该问题。 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. 因此,看来转换器工具完全没有问题,但是VS2010中存在一个普遍错误。

In short: Install VS2010 SP1 to fix incorrect presentation of korean characters. 简而言之:安装VS2010 SP1可修复朝鲜语字符的错误显示。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM