Implement encodeURIComponent filter.

This commit is contained in:
Tom Alexander
2020-05-23 19:10:02 -04:00
parent 46d4f50410
commit bd7866e973
2 changed files with 34 additions and 4 deletions

View File

@@ -32,3 +32,9 @@ Special characters html escaping disabled and encodeURI: {special_characters|s|u
Special characters encodeURI and html escaping disabled: {special_characters|u|s}{~n}
Special characters encodeURI once: {special_characters|u}{~n}
Special characters encodeURI twice: {special_characters|u|u}{~n}
Special characters: {special_characters}{~n}
Special characters html escaping disabled and encodeURIComponent: {special_characters|s|uc}{~n}
Special characters encodeURIComponent and html escaping disabled: {special_characters|uc|s}{~n}
Special characters encodeURIComponent once: {special_characters|uc}{~n}
Special characters encodeURIComponent twice: {special_characters|uc|uc}{~n}