UTF-8 encode queries of nonspecial and websocket schemes
Created attachment 290693 [details] Patch
Created attachment 290728 [details] Patch
Comment on attachment 290728 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=290728&action=review r=me > Source/WebCore/ChangeLog:9 > + 'If url is not special or urlâs scheme is either "ws" or "wss", set encoding to UTF-8.' ASCII in ChangeLog please.
Comment on attachment 290728 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=290728&action=review > Source/WebCore/platform/URLParser.cpp:680 > + Ws, > + Wss, All caps > Source/WebCore/platform/URLParser.cpp:682 > + Ftp, All caps > Source/WebCore/platform/URLParser.cpp:685 > + Http, > + Https, All caps
Done, and added a gopher test just for fun http://trac.webkit.org/changeset/206818