Project

General

Profile

Actions

Feature #3986

closed

URI.extract unicode urls

Added by rubenfonseca (Ruben Fonseca) over 13 years ago. Updated almost 13 years ago.

Status:
Rejected
Assignee:
-
Target version:
-
[ruby-core:32911]

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

Actions #1

Updated by naruse (Yui NARUSE) over 13 years ago

  • Status changed from Open to Rejected

=begin
URI can't include non ASCII.
=end

Actions

Also available in: Atom PDF

Like0
Like0