
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] Does the "+" sign have special meaning in Javascript?
- Date: Wed, 26 Aug 2009 18:16:35 +0900
- From: Curt Sampson <cjs@example.com>
- Subject: Re: [tlug] Does the "+" sign have special meaning in Javascript?
- References: <4A94F6D5.9090804@example.com>
- User-agent: Mutt/1.5.18 (2008-05-17)
On 2009-08-26 17:48 +0900 (Wed), Dave M G wrote:
> Due to some naming conventions of my own design, the URL that points to
> the FLV file that is played contains a "+" character.
In URL encoding[1], "+" is the encoding of a space. If you replace the
"+" with "%2B", your URL will work.
[1]: http://en.wikipedia.org/wiki/Url_encoding
cjs
--
Curt Sampson <cjs@example.com> +81 90 7737 2974
Functional programming in all senses of the word:
http://www.starling-software.com
Home |
Main Index |
Thread Index