freebsd-skq/lib/libedit
Baptiste Daroussin 6bbd1d19fd libedit: improve multibyte support
Until this commit libedit only supported UTF-8 for multibyte charset
Improve it to support other multibyte charsets

Tested with eucJP and SJIS charsets.
Note that this change as been review and committed in upstream libedit
as well via christos@NetBSD

Submitted by:	naito.yuichiro _at_ gmail.com
Reviewed by:	bapt, pfg, yuripv, 0mp
MFC after:	1 month
Differential Revision:	https://reviews.freebsd.org/D17903
2018-11-26 08:16:33 +00:00
..
edit/readline
TEST
chared.c
chared.h
chartype.c libedit: improve multibyte support 2018-11-26 08:16:33 +00:00
chartype.h libedit: improve multibyte support 2018-11-26 08:16:33 +00:00
common.c
config.h
editline.3
editrc.5
el.c libedit: improve multibyte support 2018-11-26 08:16:33 +00:00
el.h libedit: improve multibyte support 2018-11-26 08:16:33 +00:00
eln.c
emacs.c
filecomplete.c
filecomplete.h
hist.c
hist.h
histedit.h
history.c
keymacro.c
keymacro.h
Makefile
Makefile.depend
makelist
map.c
map.h
parse.c
parse.h
prompt.c
prompt.h
read.c libedit: improve multibyte support 2018-11-26 08:16:33 +00:00
read.h
readline.c
refresh.c
refresh.h
search.c
search.h
sig.c
sig.h
sys.h
terminal.c
terminal.h
tokenizer.c
tty.c
tty.h
vi.c