Mackan wrote:
Hi list!
Is there any UTF-8-aware text editor (for terminal use) available
for OpenBSD? Vi(m) and similar is out of question for me, I never
learned those.
I tried to compile latest nano from CVS, which support UTF-8, but
with no luck. I get configure errors saying that my curses don't
support unicode.
Using 3.9/i386 with GENERIC.
Suggestions anyone?
xemacs21-mule in ports does UTF-8 among others. I'm using it to edit
X.Org source files which are using UTF-8 encoded comments in C sources.
I've this in my .xemacs/init.el to get proper recognition of UTF-8
files, but I'm not sure if it's still needed or not:
;;;----------------------------------------------------------------------
;;; UTF-8
(progn
(require 'un-define)
(set-coding-priority-list '(utf-8))
(set-coding-category-system 'utf-8 'utf-8))
--
Matthieu Herrb