1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/uri
naruse 83c2f60b88 * lib/uri/common.rb (URI.encode_www_form_component):
convert strings of HTML5 ASCII incompatible encoding
  to UTF-8.

* lib/uri/common.rb (URI.encode_www_form_component):
  "\x83\x41" of Shift_JIS should be encoded as "%83A".
  This follows real implementations.

* lib/uri/common.rb (URI.decode_www_form_component):
  use given encoding for force_encoding. [ruby-dev:40721]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27001 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-03-21 12:36:14 +00:00
..
.document Added .document file for lib/uri. 2005-09-07 16:07:43 +00:00
common.rb * lib/uri/common.rb (URI.encode_www_form_component): 2010-03-21 12:36:14 +00:00
ftp.rb * {ext,lib,test}/**/*.rb: removed trailing spaces. 2009-03-06 03:56:38 +00:00
generic.rb * lib/uri/generic.rb (URI#normalize!): normalize case of 2010-01-01 16:00:37 +00:00
http.rb * {ext,lib,test}/**/*.rb: removed trailing spaces. 2009-03-06 03:56:38 +00:00
https.rb Lovely RDOC patches from mathew (metaATpoboxDOTcom) on URI/* and getoptlong.rb 2005-08-24 05:08:00 +00:00
ldap.rb * {ext,lib,test}/**/*.rb: removed trailing spaces. 2009-03-06 03:56:38 +00:00
ldaps.rb * lib/uri.rb, lib/uri/ldaps.rb: added LDAPS 2007-10-25 00:53:34 +00:00
mailto.rb * lib/uri: don't set @parser if it is DEFAULT_PARSER for marshaling 2009-05-27 17:48:54 +00:00