]> git.wh0rd.org Git - nano.git/commit
when reading color syntax names or sorting filenames, use mbstrcasecmp()
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 19 Jun 2005 21:10:48 +0000 (21:10 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 19 Jun 2005 21:10:48 +0000 (21:10 +0000)
commita62e8e3de9dfd6dc740bb8535c0cf35f05973ecc
tree4c6c15002aee350d7f4bb5b4a42f5960c88e8a72
parent483f3ac1b58fc3cb283eafd4f2b5baa4507dab43
when reading color syntax names or sorting filenames, use mbstrcasecmp()
instead of strcasecmp() to compare them, in case they're UTF-8

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