This PR fixes an issue where the special characters get encoded due to the utf8_uri_encode function in sanitize_payload_item and sanitize_payload_args_recursive functions.
Closes #348
How to test the Change
Upload or edit a Brightcove video
Use a special character in the Name field such as ’, —, or é.
Reload the page and confirm the field doesn't have encoded characters anymore
Description of the Change
This PR fixes an issue where the special characters get encoded due to the
utf8_uri_encode
function insanitize_payload_item
andsanitize_payload_args_recursive
functions.Closes #348
How to test the Change
Changelog Entry
Credits
Props @burhandodhy @cr0ybot
Checklist: