[interchange-cvs] [SCM] Interchange branch, master, updated. 10e425c4d1aaa42b9962599834033bc28e0f6673

Gert van der Spoel interchange-cvs at icdevgroup.org
Fri Jul 3 06:38:44 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  10e425c4d1aaa42b9962599834033bc28e0f6673 (commit)
      from  bfbe648d21a7f8e4cdacba14a3b1d0e2b4f3af4d (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 10e425c4d1aaa42b9962599834033bc28e0f6673
Author: Josh Lavin <josh at perusion.com>
Date:   Fri Jul 3 08:36:34 2009 +0200

    Correcting incorrect default charset
    
    Default charset was set as iso8859-1, however the correct notation
    of this would be iso-8859-1.

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

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

diff --git a/lib/Vend/Server.pm b/lib/Vend/Server.pm
index 73d459f..ad9aa5d 100644
--- a/lib/Vend/Server.pm
+++ b/lib/Vend/Server.pm
@@ -556,7 +556,7 @@ sub respond {
 	# Safe kludge: duplicate Vend::CharSet::default_charset method here
 	# so that $Document->send() will work from within Safe
 	my $c = $Global::Selector{$CGI::script_name};
-	my $response_charset = $c->{Variable}{MV_HTTP_CHARSET} || $Global::Variable->{MV_HTTP_CHARSET} || 'iso8859-1';
+	my $response_charset = $c->{Variable}{MV_HTTP_CHARSET} || $Global::Variable->{MV_HTTP_CHARSET} || 'iso-8859-1';
 
 	my $status;
 	return if $Vend::Sent;


hooks/post-receive
-- 
Interchange



More information about the interchange-cvs mailing list