tags:

views:

70

answers:

4

I have been working on NLP and using notepad++ for handling text files. It's good and some cases but problem is cant workout much with large scale files with lot of texts. VIM is not supporting UTF-8. Which one is the best text file handling editor with unicode support?

+1  A: 

Emacs, obviously.

High Performance Mark
whatever NLP is.
High Performance Mark
Emacs is great, but I don't know if it's the first thing that comes to mind when talking about seamless processing of unicode files.
+1, upvoted because even though you're wrong, you tried your best.
Milan Ramaiya
+2  A: 

Vi, more obviously.

Milan Ramaiya
Upvoted, as you think along the same lines as I do. Along the same lines, but wrongly :-)
High Performance Mark
+3  A: 

vim supports utf-8 -

:set enc=utf-8

Alex DeLarge
A: 

Try PilotEdit, http://www.pilotedit.com

Dracoder