X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-test.git;a=blobdiff_plain;f=yarrg%2Fcommod-update-receiver;h=d01b6de1753c3cbfac8b7751d0266c5af36a0116;hp=3ae1a6208a0fb01eaceaf3c3eeb291842b34ebe1;hb=3dbb2f33eae3a509123ffc99e48e35f858a8292a;hpb=82b751aa6a01748622fd351e831c459cf044072e diff --git a/yarrg/commod-update-receiver b/yarrg/commod-update-receiver index 3ae1a62..d01b6de 100755 --- a/yarrg/commod-update-receiver +++ b/yarrg/commod-update-receiver @@ -35,7 +35,7 @@ $CGI::POST_MAX= 3*1024*1024; use CGI qw/:standard -private_tempfiles/; -setlocale(LC_CTYPE, "en_GB.UTF-8"); +set_ctype_utf8(); our $now= time; defined $now or die $!; @@ -49,7 +49,7 @@ sub fail ($) { print header(-status=>'400 Bad commodity update', -type=>'text/plain', -charset=>'us-ascii'); - print "Error: $msg\n"; + print "\nError: $msg\n"; exit 0; } @@ -110,6 +110,8 @@ $o{'island'}= must_param('island', $re_any); my $arches= $oceans{$o{'ocean'}}; fail("unknown ocean") unless $arches; +parse_info_serverside_ocean($o{'ocean'}); + my $island_found= 0; foreach my $islands (values %$arches) { my $sources= $islands->{$o{'island'}};