Skip to content

Commit

Permalink
Now non-ASCII fragment identifiers are percent-encoded
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaba committed Dec 12, 2016
1 parent fe6022a commit 25da077
Show file tree
Hide file tree
Showing 3 changed files with 360 additions and 257 deletions.
4 changes: 2 additions & 2 deletions url/parsing/decomps-file.dat
Expand Up @@ -1109,12 +1109,12 @@ file://foo/bar/baz
file:///C:/asdf#\u00C2
#base http://a/b/c
#canon escaped
file:///C:/asdf#\u00C2
file:///C:/asdf#%C3%82
#scheme file
#host
#path /C:/asdf
#fragment escaped
\u00C2
%C3%82

#data escaped
file:///c:/foo/?4e00
Expand Down

0 comments on commit 25da077

Please sign in to comment.