[interchange-cvs] [SCM] Interchange branch, master, updated. 8276d0ead67a68b68e695b91d1af7afb7cc00e8b

Stefan Hornburg interchange-cvs at icdevgroup.org
Sun Jul 12 09:55:10 UTC 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Interchange".

The branch, master has been updated
       via  8276d0ead67a68b68e695b91d1af7afb7cc00e8b (commit)
      from  fe9c6bbc54db9d6a7a2006833e5c35e1fdec97ca (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8276d0ead67a68b68e695b91d1af7afb7cc00e8b
Author: Stefan Hornburg (Racke) <racke at linuxia.de>
Date:   Sun Jul 12 11:54:34 2009 +0200

    skip annoying warning if supplied charset only differs in character case

-----------------------------------------------------------------------

Summary of changes and diff:
 lib/Vend/Config.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/Vend/Config.pm b/lib/Vend/Config.pm
index 8fcef7b..0cc079a 100644
--- a/lib/Vend/Config.pm
+++ b/lib/Vend/Config.pm
@@ -3669,7 +3669,7 @@ sub set_defaults {
     if ( !$ENV{MINIVEND_DISABLE_UTF8} &&
          (my $enc = $C->{Variable}->{MV_HTTP_CHARSET}) ) {
         if (my $norm_enc = Vend::CharSet::validate_encoding($enc)) {
-            if ($norm_enc ne $enc) {
+            if ($norm_enc ne uc($enc)) {
                 config_warn("Provided MV_HTTP_CHARSET '$enc' resolved to '$norm_enc'.  Continuing.");
                 $C->{Variable}->{MV_HTTP_CHARSET} = $norm_enc;
             }


hooks/post-receive
-- 
Interchange



More information about the interchange-cvs mailing list