Centralized code to parse http responses and do charset decoding. New functions Roxen.parse_http_response and Roxen.low_parse_http_response added for this. Configuration.try_get_file, which didn't look at the response headers at all, now does so. <insert href> and <insert cached-href> now uses the new functions, which does the job more carefully. They now cope with e.g. uppercase charsets and quotes around the charset. Fixes [bug 5813 (#5813)]. Rev: server/base_server/configuration.pike:1.708 Rev: server/etc/modules/Roxen.pmod:1.300 Rev: server/modules/tags/additional_rxml.pike:1.54 Rev: server/modules/tags/insert_cached_href.pike:1.30