Project

General

Profile

Bug #13962 ยป unicode.org.patch

http -> https - MSP-Greg (Greg L), 10/01/2017 08:09 PM

View differences:

tool/downloader.rb
class Unicode < self
def self.download(name, *rest)
super("http://www.unicode.org/Public/#{name}", name, *rest)
super("https://www.unicode.org/Public/#{name}", name, *rest)
end
end
    (1-1/1)