TSV need not explicitly encode as UTF-8; all output is UTF-8 encoded
RT::Interface::Web::Handler ensures that any code which contains characters is encoded in UTF-8 before being sent to the browser. As such, the explicit encoding here is unnecessary.
Please register or sign in to comment