scurl icon indicating copy to clipboard operation
scurl copied to clipboard

GURL idna encoding

Open malloxpb opened this issue 6 years ago • 0 comments

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

malloxpb avatar Jul 03 '18 15:07 malloxpb