]> git.wh0rd.org Git - nano.git/commit
in do_credits(), display Florian König's name properly in UTF-8 mode;
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 15 Mar 2005 06:58:02 +0000 (06:58 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 15 Mar 2005 06:58:02 +0000 (06:58 +0000)
commit4dc5838cccc1ad033b06173aca732aa8a578086e
tree5cddf8136d698ec4a92b35328feb10a0c895fc9e
parent0099a8f45c3718e97a8e1f063d51b7a137325042
in do_credits(), display Florian König's name properly in UTF-8 mode;
since we can't dynamically set that element of the array to its UTF-8
equivalent when in UTF-8 mode, we have to use the ISO-8859-1 version and
pass every string in the credits through make_mbstring() to make sure
they're all UTF-8 (sigh)

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