Skip to content

Commit efb889e

Browse files
1 parent 6b16e87 commit efb889e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

url/resources/percent-encoding.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@
3939
"utf-8": "%E2%88%92"
4040
}
4141
},
42+
{
43+
"input": "\u00A2",
44+
"output": {
45+
"iso-8859-2": "%26%23162%3B",
46+
"utf-8": "%C2%A2"
47+
}
48+
},
4249
{
4350
"input": "á|",
4451
"output": {

0 commit comments

Comments
 (0)