积极答复者
xp 金钱符号“ ¥” win7 金钱符号 “ ¥” 两种不一样啊!我用C#开发的程序.Replace("¥", "") 导致在两个系统出问题!怎么解决?

问题
答案
全部回复
-
这个是字符,没有什么XP和Win7的区别。检查你的字符编码是否不同。
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
Visual C++ MVP -
这个是字符,没有什么XP和Win7的区别。检查你的字符编码是否不同。
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
Visual C++ MVP
我的项目是在XP vs2005 中编写拿到WIN7下就报错 调试的时候 通过变量捕捉到的win7中的符号和
原来在xp下编程的金钱符号Replace("¥", "") 不一样 应该是系统问题!?
vc815 -
检查你的输入法是全角还是半角状态
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
Visual C++ MVP -
-
检查你的输入法是全角还是半角状态
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
Visual C++ MVP
不是手工输入跟这个没关系吧这个符号是通过系统获取的!这些写在代码里的和输入法没关系
vc815 -
用Reflector在两个系统上检查你的IL。IL代码不应该变的。
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
Visual C++ MVP