亚洲人物和日食
我有包含亚洲字符(中文表意文字)的单元测试,但 Eclipse 只是将它们显示为正方形。当我从网页复制并粘贴表意文字时,我遇到了同样的问题。 我的工作区、我的项目及其所有文件都是 UTF-8 格式的。
我的同事可以在他的 MacBook 上使用 Eclipse 复制并粘贴亚洲字符,但 Windows 上的 Eclipse 不允许这样做。
有什么窍门吗?
谢谢
Cédric Girard
ps:我在 Windows XP 上使用 Helios,内部版本 20100617-1415
I have unit tests which contains asians chars (chineses ideograms), but Eclipse just display them as a square. When I copy and paste ideograms from a web page I have the same problem.
My workspace is in UTF-8, my project and all it files too.
My collegue can copy and paste asians chars with Eclipse on his MacBook, but Eclipse on Windows does not allow this.
Is there a trick?
Thanks
Cédric Girard
ps: I use Helios, build 20100617-1415 on Windows XP
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可能是您的 Windows 安装尚不支持亚洲字符。检查此:http ://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/int_pr_install_languages.mspx?mfr=true
如果您使用的是 SVN 等 SCM,还请检查配置是正确的。对于 SVN,请检查:http://www.tigris.org/scdocs/SVNEncoding
Could be that your Windows installation is not supporting Asian characters yet. Check this: http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/int_pr_install_languages.mspx?mfr=true
If you're using SCM like SVN, check also that the configuration is correct. For SVN, check this: http://www.tigris.org/scdocs/SVNEncoding