mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
f0957ccae4
This is the gsoc-2011 project to clean up and backport multibyte support from other nvi forks in a form we can use. USE_WIDECHAR is on unless building for the rescue crunchgen. This should allow editing in the native locale encoding. USE_ICONV depends on make.conf having 'WITH_ICONV=YES' for now. This adds the ability to do things like edit a KOI8-R file while having $LANG set to (say) en_US.UTF-8. iconv is used to transcode the characters for display. Other points: * It uses gencat and catopen/etc instead of homegrown msg catalog stuff. * A lot of stuff has been trimmed out, eg: the perl and tcl bindings which we could never use in base anyway. * It uses ncursesw when in widechar mode. This could be interesting. GSoC info: http://www.google-melange.com/gsoc/proposal/review/google/gsoc2011/zy/1 Repo at: https://github.com/lichray/nvi2 Obtained from: Zhihao Yuan <lichray@gmail.com> |
||
---|---|---|
.. | ||
args.h | ||
common.h | ||
conv.c | ||
conv.h | ||
cut.c | ||
cut.h | ||
delete.c | ||
encoding.c | ||
exf.c | ||
exf.h | ||
extern.h | ||
gs.h | ||
key.c | ||
key.h | ||
line.c | ||
log.c | ||
log.h | ||
main.c | ||
mark.c | ||
mark.h | ||
mem.h | ||
msg.c | ||
msg.h | ||
multibyte.h | ||
options_def.h | ||
options_f.c | ||
options.awk | ||
options.c | ||
options.h | ||
put.c | ||
recover.c | ||
screen.c | ||
screen.h | ||
search.c | ||
seq.c | ||
seq.h | ||
util.c | ||
util.h |