>> Jean-Marc Lasgouttes writes:

[...]
  Allan> So, do I resort all the tag arrays or do you change toupper()
  Allan> to tolower() in compare_no_case() ?

  JL> I think we should use tolower in compare_no_case. However, I
  JL> don't know what Lars' (?) comments about not being posix mean
  JL> here.

strcasecmp is not POSIX nor C, I think it is BSD.

It is ok to rewrite compare_no_case to use tolower (at least I think
it is.)

        Lgb

Reply via email to