1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

I renamed the function

This commit is contained in:
Daniel Stenberg 2008-10-16 11:04:53 +00:00
parent 9d16b4081e
commit dd9e0164d5

View File

@ -13,7 +13,7 @@ Daniel Stenberg (15 Oct 2008)
Turkish locale is used. This is because 'i' and 'I' isn't the same letter so Turkish locale is used. This is because 'i' and 'I' isn't the same letter so
strcasecmp() on those letters are different in Turkish than in English (or strcasecmp() on those letters are different in Turkish than in English (or
just about all other languages). I thus introduced a totally new internal just about all other languages). I thus introduced a totally new internal
function in libcurl (called Curl_ascii_equal) for doing case insentive function in libcurl (called Curl_raw_equal) for doing case insentive
comparisons for english-(ascii?) style strings that thus will make "file" comparisons for english-(ascii?) style strings that thus will make "file"
and "FILE" match even if the Turkish locale is selected. and "FILE" match even if the Turkish locale is selected.