  Martinus Premium join:2001-08-06 EU
| URLencode
Hi guys and gals
I'm putting to work the good suggestions I received in this thread about encoding URLs.
I have the possibility of URLencoding the links using these two encoding formats: - UTF-8 - ISO-8859-1
Which one should I use and more important, what's the difference?
Sorry if this is a silly question but I'd rather be sure of what I'm doing.
Many thanks Martin -- From the GSV "Ethics Gradient" |
|
  big greg Premium,MVM,Ex-Mod 2005-6 join:2003-10-11 Boston, MA clubs: 
| Those are encoding schemes for a page, not for encoding URLs within your page.
ISO-8859-1 allows encoding of the ISO "latin-1" character set »en.wikipedia.org/wiki/ISO-8859-1 This encoding is deprecated but is found on lots of pages and isn't going anywhere soon.
UTF-8 is a more recent encoding that allows unicode to be intermixed with regular ASCII on the same page »en.wikipedia.org/wiki/Utf-8 This encoding is popular for newer web pages and is often found encoding foreign language pages.
What you want is URL encoding, also sometimes called "percent encoding" which allows special/goofy characters to be inside your URLs »en.wikipedia.org/wiki/Url_encoding -- I shall not cause harm to any vehicle nor the personal contents thereof, nor through inaction let that vehicle or the personal contents thereof come to harm. |
|
  Martinus Premium join:2001-08-06 EU | Many thanks for the explanation - and for the links -, big greg  -- From the GSV "Ethics Gradient" |
|
  big greg Premium,MVM,Ex-Mod 2005-6 join:2003-10-11 Boston, MA clubs:  | Glad I could help  |
|