Apache HTTP Server Version 2.4
Description: | Enhanced charset/internationalisation support for libxml2-based filter modules |
---|---|
Status: | Base |
Module Identifier: | xml2enc_module |
Source File: | mod_xml2enc.c |
Compatibility: | Version 2.4 and later. Available as a third-party module for 2.2.x versions |
This module provides enhanced internationalisation support for
markup-aware filter modules such as mod_proxy_html
.
It can automatically detect the encoding of input data and ensure
they are correctly processed by the libxml2 parser, including converting to Unicode (UTF-8) where
necessary. It can also convert data to an encoding of choice
after markup processing, and will ensure the correct charset
value is set in the HTTP Content-Type header.