Eclipse法语支持 [英] Eclipse French support

查看:165
本文介绍了Eclipse法语支持的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要在日食中输入一些法语字符。如何配置eclipse进入法语?我确实有使用默认eclipse包装的所有字体。

解决方案

偏好/常规/工作区/文本文件编码



在我的配置中,我看到Cp1252(可能在我的操作系统当前设置之后设置),并没有任何法语字符的问题。 UTF-8是一个更通用的设置,可以适应任何操作系统语言设置。



正如这个博客条目,默认情况下应该是UTF-8,用于编码无限数量的通用(Unicode)代码点,而不是特定的编码网格像Cp1252。

(请参阅绝对最小的每个软件开发人员绝对,从Joel Spolsky积极地了解Unicode和字符集(No Excuses!)





OP添加:


此外,eclipse默认编码设置为UTF-8。


好!


在wordpad中,我可以使用 Left Alt + Shift 键来切换语言来输入法语。如何做这个eclipse?


通过键入相同的组合:它将改变键盘的区域设置。

在我的粉丝键盘上,当我在eclipse编辑器(如Java编辑器)中单击时,当我键入'a'时,我会看到'q',因为键盘将被映射到一个qwerty键盘。 >

I need to enter some French chars in eclipse. How do I configure eclipse to enter French? I do have all the fonts that come with default eclipse packaging.

解决方案

Preference / General / Workspace / Text file encoding

In my configuration, I see Cp1252 (probably set after my OS current setup) and have no problem with any French character. UTF-8 is a more general setting which will accommodate any OS language setup.

As noted in this blog entry, this should be UTF-8 by default, for encoding unlimited number of universal (Unicode) code points instead of a specific encoding grid like Cp1252.
(see The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!) from Joel Spolsky)

The OP add:

Also eclipse default encoding is set to UTF-8.

Good!

In wordpad, I can type in French by just using Left Alt + Shift key to switch language. How do I do that for eclipse?

By typing the same combination: it will change the locale of the keyboard.
On my azerty keyboard, when I click within an eclipse editor (like a Java editor), I will see 'q' when I will type 'a', because the keyboard will be mapped to a qwerty one.

这篇关于Eclipse法语支持的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆