mirror of
https://github.com/curl/curl.git
synced 2026-08-25 08:53:36 +03:00
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:
parent
502acba2af
commit
811a693b80
53 changed files with 293 additions and 412 deletions
|
|
@ -21,7 +21,7 @@
|
|||
***************************************************************************/
|
||||
#include "tool_setup.h"
|
||||
|
||||
#include "rawstr.h"
|
||||
#include "strcase.h"
|
||||
|
||||
#define ENABLE_CURLX_PRINTF
|
||||
/* use our own printf() functions */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue