views:

27

answers:

2

Hi All,

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  A: 

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++.

Joey
using notepad(on windows), I can write and display kannada just fine. But it is NOT a programmer's editor.Well, I tried eclipse. It works as you said
anjanb
I haven't suggested Notepad anywhere. You ruled that out in your question already.
Joey
A: 

Try PilotEdit, it should be working well for Unicode.

Dracoder