Fixed a couple more locale-dependent toupper conversions, mainly for
authorDan Fandrich <dan@coneharvesters.com>
Wed, 21 Jan 2009 04:42:47 +0000 (04:42 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Wed, 21 Jan 2009 04:42:47 +0000 (04:42 +0000)
commit5591550167092c0e5f307b3c2c87f44518e7159f
tree7fc43fd73fc132099fc7a9c6c740484ad29d4c82
parent6bb9ef8de4273e0f5f5e499eb61a972b3644f70f
Fixed a couple more locale-dependent toupper conversions, mainly for
clarity.  This does fix one problem that causes ;type=i FTP URLs
to fail in the Turkish locale when CURLOPT_PROXY_TRANSFER_MODE is
used (test case 561)

Added tests 561 and 1092 through 1094 to test various combinations
of ;type= and ;mode= URLs that could potentially fail in the Turkish
locale.
17 files changed:
CHANGES
RELEASE-NOTES
lib/ftp.c
lib/http.c
lib/http_ntlm.c
lib/rawstr.c
lib/rawstr.h
lib/ssluse.c
lib/tftp.c
lib/url.c
lib/url.h
tests/data/Makefile.am
tests/data/test1091 [new file with mode: 0644]
tests/data/test1092 [new file with mode: 0644]
tests/data/test1093 [new file with mode: 0644]
tests/data/test1094 [new file with mode: 0644]
tests/data/test561 [new file with mode: 0644]