scurl
scurl copied to clipboard
GURL idna encoding
Right now GURL could not handle such idna urls. All of the idna urls are marked as invalid. Although Google Chrome does parse these urls correctly!
>>> URL('банки.рф'.encode('idna')).is_valid()
False