From: Robert Klemme Date: 2013-07-18T20:21:00+09:00 Subject: Re: Allowing a character through Addressable::URI unescaped --047d7bf0c57c961ef904e1c76705 Content-Type: text/plain; charset=ISO-8859-1 On Thu, Jul 18, 2013 at 1:01 PM, Joel Pearson wrote: > Aha! I went digging through the source code, which led me to a specific > section of the documentation, and finally I found this: > > Addressable::URI::CharacterClasses::UNRESERVED << '|' > > Now it works. > Why do you want to change that? Both ways should work properly. It's like with entities in XML if the character is in the char set and not a special character like & or < both representations are exactly equivalent. Cheers robert -- remember.guy do |as, often| as.you_can - without end http://blog.rubybestpractices.com/ --047d7bf0c57c961ef904e1c76705 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable



On Thu, Jul 18, 2013 at 1:01 PM, Joel Pearson <= ;lists@ruby-forum= .com> wrote:
Aha! I went digging through the source code,= which led me to a specific
section of the documentation, and finally I found this:

Addressable::URI::CharacterClasses::UNRESERVED << '|'

Now it works.

Wh= y do you want to change that? Both ways should work properly. It's like= with entities in XML if the character is in the char set and not a special= character like & or < both representations are exactly equivalent.<= /div>

Cheers

robert
=

--
remember.guy do |as, often| as.you_= can - without end
http://blog.rubybestpractice= s.com/
--047d7bf0c57c961ef904e1c76705--