Content-Type charset fixes YAZ-701
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 7 Oct 2013 12:09:15 +0000 (14:09 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 7 Oct 2013 12:11:51 +0000 (14:11 +0200)
commitcbe9e3611ef12ee0dd00ce6170d5b46f8a331d8a
treece4fe5fa09e97be835392e130ac11ef911d07446
parent13ac77e545b5d7e8b5ecb053d0aaa321ce12e487
Content-Type charset fixes YAZ-701

Do not inspect charset in Content-Type header for SOAP in decoding
of SRU. The paylaod (XML) itself tells what encoding it is.
In response, never supply encoding in Content-Type. The response
payload (XML) tells what it is (with no encoding in XML it's UTF-8).
src/seshigh.c
src/srwutil.c