Open malloxpb opened 6 years ago
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
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!