ruby--ruby/lib/uri
naruse 4a50d447d9 * lib/uri/common.rb (URI.decode_www_form): follow current URL Standard.
It gets encoding argument to specify the character encoding.
  It now allows loose percent encoded strings, but denies ;-separator.
  [ruby-core:53475] [Bug #8103]

* lib/uri/common.rb (URI.decode_www_form): follow current URL Standard.
  It gets encoding argument to convert before percent encode.
  Now UTF-16 strings aren't converted to UTF-8 before percent encode
  by default.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40460 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2013-04-25 05:27:41 +00:00
..
common.rb * lib/uri/common.rb (URI.decode_www_form): follow current URL Standard. 2013-04-25 05:27:41 +00:00
ftp.rb Finish docs for URI::FTP by @darkhelmet [fix GH-274] 2013-04-09 00:29:54 +00:00
generic.rb * lib/net/http.rb: Net::HTTP now automatically detects and uses 2012-07-20 01:56:21 +00:00
http.rb * lib/uri/http.rb (URI::HTTP.build): Fix example 2012-11-05 01:19:09 +00:00
https.rb
ldap.rb
ldaps.rb
mailto.rb * lib/uri/mailto.rb (URI::MailTo.build): follow Array#to_s change of 2012-01-23 08:12:52 +00:00