Encode characters on their way out of tests
Tests may produce characters (e.g. ok(1, "¡Oy!") ) which need to be encoded before being output. Use the suggested technique from the Test::More POD to encode these strings.
Please register or sign in to comment