Allow Twentysided comments to contain unicode
Currently (Mar '22) on Twentysided any non-ASCII characters in comments get replaced with ? when the form is submitted. (It's happening in the wordpress plugin on the client-side) The workaround is to use unicode escape patterns, but it's annoying to do manually, so this script does it automatically when you submit the comment.