]> git.wh0rd.org Git - nano.git/commit
massive updates to multibyte/wide character support; deal with multibyte
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 12 Jan 2005 03:25:57 +0000 (03:25 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 12 Jan 2005 03:25:57 +0000 (03:25 +0000)
commitb54155c4a4f354986c708328d97cb9e6a81d046d
treef96b8fe70fe9c0fb2e73a28c8cc923ec76f4494d
parent775d46daf9f662eaea7060bf0910fa79509f0850
massive updates to multibyte/wide character support; deal with multibyte
characters and strings instead of wide characters and strings as much as
possible, and move multibyte/wide character-specific functions into
their own source file, chars.c

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2248 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
12 files changed:
ChangeLog
configure.ac
src/Makefile.am
src/chars.c [new file with mode: 0644]
src/files.c
src/move.c
src/nano.c
src/nano.h
src/proto.h
src/rcfile.c
src/utils.c
src/winio.c