X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-live.git;a=blobdiff_plain;f=yarrg%2Fcommod-update-receiver;h=d01b6de1753c3cbfac8b7751d0266c5af36a0116;hp=9558d387892c9f1a1732c52fad64e6deef1245d0;hb=cbb3ac3d1f9bf4bc1833c84be27f8f32c6779374;hpb=b020a18c3378347bc1469caad80ab22a5ea6a0a4 diff --git a/yarrg/commod-update-receiver b/yarrg/commod-update-receiver index 9558d38..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 $!; @@ -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'}};