strcasecompare: all case insensitive string compares ignore locale now

We had some confusions on when each function was used. We should not act
differently on different locales anyway.
This commit is contained in:
Daniel Stenberg 2016-09-30 18:54:02 +02:00
parent 502acba2af
commit 811a693b80
53 changed files with 293 additions and 412 deletions

View file

@ -21,7 +21,7 @@
***************************************************************************/
#include "tool_setup.h"
#include "rawstr.h"
#include "strcase.h"
#define ENABLE_CURLX_PRINTF
/* use our own printf() functions */