freebsd-dev/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 libedit: sort the Makefile in line with NetBSD's version. 2018-01-29 22:38:23 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
makelist
map.c lib: Fix several typos and minor errors 2017-12-27 03:23:41 +00:00
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 lib: Fix several typos and minor errors 2017-12-27 03:23:41 +00:00
refresh.h
search.c
search.h
sig.c
sig.h
sys.h
terminal.c
terminal.h
tokenizer.c
tty.c
tty.h
vi.c