https://bugzilla.wikimedia.org/show_bug.cgi?id=20481





--- Comment #2 from Lee G <[email protected]>  2009-11-25 07:09:07 UTC ---
Thanks for the suggestion, but not an encding problem: the UTF8 URI is fine,
try it in your browser: http://en.wikipedia.org/wiki/Doria's_Tree-kangaroo

You can see my edit on the history.

Note the escaped backslash within the URI in the Perl example is simply because
Perl has the URI quote in single quotes. Using a different quote operator would
have been clearer:

perl -w -MLWP::UserAgent -e "print
LWP::UserAgent->new->get(qq(http://en.wikipedia.org/wiki/Doria's_Tree-kangaroo))->decoded_content"
 


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to