Hi monks
From my application on Windows I lunch a Webbrowser with a specific URI with the following
openURI{ my $query="hallo"; # Note, $query is utf8 encoded my $url="http://" . ".webpage.cc/?s=" . $query; my $commandline = qq{start "$url" "$url"}; system($commandline) == 0 or die qq{Couldn't launch '$commandline': $!/$?}; }
This works perfectly execpt if $query contains letters such as "δόφ". In this case the Webbrowser is opened with a URL containing wrong characters instead of "δόφ". The problem is of course with the encodings. Unfortunately I do not have any idea how can I pass the URI properly to the Webbrowser. Any suggestion?
In reply to Pass UTF8 URI to Webbrowser by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |