If you're referring to the Function keys, I don't believe that's supported 
as that is not necessarily outputted as a character on the screen but is an 
action - but I'd be happy to see someone correct me on that.

If you're referring to just the letter F and 7, then F7 should suffice.

%76 should return v

You can use the following site to see how to what the characters look like 
if you urlencode.

http://meyerweb.com/eric/tools/dencoder/

What language are you using to create your strings? A large set of them have 
inbuilt libraries that support this - e.g. php has 
urlencode()<http://us3.php.net/urlencode>, 
Python has 
urllib.urlencode<http://docs.python.org/library/urllib.html#urllib.urlencode>etc.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Chart API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-chart-api?hl=en.

Reply via email to