Twitter URL encoding. Getting error when placing UK Currency sign in URL?

Posted by bbacarat on Stack Overflow See other posts from Stack Overflow or by bbacarat
Published on 2010-05-11T09:50:59Z Indexed on 2010/05/11 9:54 UTC
Read the original article Hit count: 327

Filed under:
|
|

I'm attempting to setup a retweet button with some pre-written post text. However I need to place a pound sign in like so:

£50k

I've search the web and for the UK currency sign I've been told it is supposed to be replaced with the code: %a3

However when I attempt to click on the link I get the error message:

"Invalid Unicode value in one or more parameters"

This is the document declaration at the top of the html page I'm using:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

© Stack Overflow or respective owner

Related posts about twitter

Related posts about url