Fix bug #706: 2nd try. Implement the charset rules as follows:
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 24 Oct 2006 09:18:34 +0000 (09:18 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 24 Oct 2006 09:18:34 +0000 (09:18 +0000)
commitd34b7eb62c029d607550ef6c1090c94729bde38f
tree4a8266ff4eb29381b5d05f0100caf5af83808066
parent0698b2e37e7d857e50a72397f53d738a5d454ea4
Fix bug #706: 2nd try. Implement the charset rules as follows:
SRU SOAP / POST: If charset in content-type is specified, use it . If
omitted, do not assume a particular charset (And &#x.. is in use).
SRU GET: If charset in content-type is specified, use it. If omitted, assume
UTF-8. Note that in most cases there will not even be a content-type for
SRU GET.
src/soap.c
src/srwutil.c