On 5/4/06, Ruediger Pluem <[EMAIL PROTECTED]> wrote:


On 05/04/2006 01:26 PM, wrote:
> Author: trawick

>
> +  *) mod_charset_lite: Bypass translation when the source and dest charsets
> +     are the same.  [Jeff Trawick]

As I am not an expert on mod_charset_lite a short question:
Can this ever happen apart from a situation where the server is misconfigured
by setting CharsetDefault and CharsetSourceEnc to the same value in the 
configuration?

Here is the expected way to encounter that:

<Location />
CharsetSourceEnc IBM-1047
CharsetDefault ISO-8859-1
</Location>

<Location /somedir/>
# already in the right charset
CharsetSourceEnc ISO-8859-1
</Location>

So we shouldn't go through the motions when processing /somedir/

Reply via email to