Re: &xxx; thingies
Re: &xxx; thingies
- Subject: Re: &xxx; thingies
- From: Scott Anguish <email@hidden>
- Date: Sun, 18 Nov 2001 13:52:02 -0500
On Saturday, November 17, 2001, at 10:16 PM, Jeff LaMarche wrote:
Here's how I did it - it doesn't require a lookup table, as long as you
know that the URL you'll be encoding only has ASCII-8 characters. I
think this will work with some extended characters, but not with the
full range of characters available in Unicode...
This isn't the same thing.... here you're encoding things for
URLs.. this code won't handle the escaping of HTML characters (i.e.
& < >) (which is what I understood Angela was after)