[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: texinfo-4.11 on AIX 4.3.3
From: |
Karl Berry |
Subject: |
Re: texinfo-4.11 on AIX 4.3.3 |
Date: |
Sun, 2 Dec 2007 19:44:10 -0600 |
Hi Gary, all,
info/session.c didn't want to compile until I added #include
<strings.h> so that it had a definition for strncasecmp
I changed the sources to use the multi-byte string comparison functions
from Gnulib. There are no occurrences of strcasecmp or strncasecmp left.
http://www.gnu.org/software/gnulib/MODULES.html#module=mbscasecmp
Other people have reported various problems in multibyte locales with
Info; I don't know if this change by itself will actually help anything
in that regard, but it seemed like it would be a prerequisite, at least.
If you or anyone can try out the sources in CVS now, that would be
great. I admit I am a bit scared of this, although my simple tests all
went ok.
Thanks,
Karl
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: texinfo-4.11 on AIX 4.3.3,
Karl Berry <=