Actions
Feature #3986
closedURI.extract unicode urls
Status:
Rejected
Assignee:
-
Target version:
-
Description
=begin
Hi
$ ruby -v
ruby 1.9.2p0 (2010-08-18 revision 29036) [x86_64-darwin10.4.0]
$ irb
URI.extract("http://㐇匂.sl.pt")
=> ["http://"]
seems like Ruby isn't able to parse unicode characters on uris
=end
Updated by naruse (Yui NARUSE) about 14 years ago
- Status changed from Open to Rejected
=begin
URI can't include non ASCII.
=end
Actions
Like0
Like0