Hello, On Tue, 10 Apr 2012 19:08:46 +0200 Christian Weisgerber <na...@mips.inka.de> wrote: > In November I wrote: >> nvi2 is a Google Summer of Code project by Zhihao Yuan for FreeBSD >> that "keeps the behaviors and the license of nvi-1.79 in the base >> system and adopts the multibyte encoding support from nvi-1.8x." >> >> This will be a potential path for adding multibyte support to our >> base vi as well. I've attached a port for "nvi-2.0.1" for people >> who want to play with this now. > > Here's an update to 2.0.3+ as of today. > No progress appears to have been made to integrate this into FreeBSD.
Thank you for your works. I've been using nvi that you ported in November. I use it for my daily work with Kanji. There are some tiny issues, but it works almost fine. (For example, wchar_t word moving is not good enough for Japanese) Now I started to use new nvi package. I have many euc-jp or iso-2022-jp files on my disk, so I'll use it with `iconv' flavor. I hope this will merge into the ports tree. --yasuoka