send ASCII-only requests to Stemweb. Issue #46
tla [Thu, 27 Nov 2014 15:44:21 +0000 (16:44 +0100)]
lib/stemmaweb/Controller/Stemweb.pm

index 42126ec..262f235 100644 (file)
@@ -276,7 +276,7 @@ sub request :Local :Args(0) {
        } else {
                # Form the request for Stemweb.
                my $return_uri = URI->new( $c->uri_for( '/stemweb/result' ) );
-               my $tsv_options = { noac => 1 };
+               my $tsv_options = { noac => 1, ascii => 1 };
                if( $mergetypes && @$mergetypes ) {
                        $tsv_options->{mergetypes} = $mergetypes;
                }