Urlencode
Posted: Mon Feb 07, 2005 11:23 am
I'm trying to automaticly make a link to google search result.
Words i use for search have ä ö and å characters.
However urlencode and rawurlencode transmits the characters to different values than the google.
ä =
%C3%A4 in google
%E4 with urlencode (and raw...)
I could str_replace them, but i'd rather know why this is?
Words i use for search have ä ö and å characters.
However urlencode and rawurlencode transmits the characters to different values than the google.
ä =
%C3%A4 in google
%E4 with urlencode (and raw...)
I could str_replace them, but i'd rather know why this is?