Programmers Editors on Windows for Indic language editing

若如初见. 提交于 2019-12-31 04:50:06

问题


We're going to be building some J2ME apps and Java/Rails webapps which will have a Kannada(a south indian language, for those who don't know much about India) UI. The UI and the data will both be in Kannada for these apps.

So, we will need to write code containing some of these language text in the source code. I find it irritating that neither emacs nor XEmacs OR Jedit can edit any of these languages :-(

Someone mentioned that a variant of Emacs can do it except I don't know if it works on Windows and where to get hold of it.

I know notepad can do the trick BUT it's not a programmer's editor.

P.S : I am an EMacs guy but will be open to using other programmer editors.

P.P.S : This should work on Windows Vista/Windows 7. I wouldn't mind using VirtualBox or VMWare to boot into Linux to use an Linux Editor, if that is the only option I have!


回答1:


Considering it's Java you're using: Have you tried Eclipse? I know it's not an editor and might be a little overkill when one is used to Emacs, but it uses SWT which in turn uses the OS's native font rendering. And at least my browser shows that the Uniscribe can display Kannada just fine.

Another option might be Notepad++.




回答2:


So, we will need to write code containing some of these language text in the source code.

I think any Windows editor that supports UTF-8 will be able to do this. There should be plenty to choose from.

I'm the as the author of the Zeus editor and just recently UTF-8 support was added so I would expect Zeus should be able to do exactly this. But if it doesn't feel free to report a bug on the Zeus forum.

P.S : I am an EMacs guy but open to using other programmer editors in this situation.

Zeus has a Emacs keyboard emulation mode ;)



来源:https://stackoverflow.com/questions/2026252/programmers-editors-on-windows-for-indic-language-editing

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!