]> git.wh0rd.org Git - nano.git/commit
per Junichi Uekawa's patch in Debian's version of nano, call setlocale()
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 27 Jul 2004 15:46:58 +0000 (15:46 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 27 Jul 2004 15:46:58 +0000 (15:46 +0000)
commitad1fd0d96814b50f2baee50e9aa4acace3d29a66
tree1b3d9c0fcbeb8417ad92834608b06c93716004cd
parent1536f8613d41c470bb7f7cc18300cae738c15c1b
per Junichi Uekawa's patch in Debian's version of nano, call setlocale()
outside the ENABLE_NLS #ifdef, since UTF-8 support (specifically, the
wide character handling functions it needs) won't work properly if the
locale isn't set, whether NLS is enabled or not

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1865 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
ChangeLog
src/nano.c