I'm trying to return a couple of special characters (GBP symbol, £, and infinity symbol, ∞) from a CGI::Application. I've set the headers to be UTF-8 encoding. Unfortunately, however, the characters I intend don't seem to be returned by the web server and instead there are some substitutions that make me think the encoding is off. I'm not sure how to go about troubleshooting this. Ideas?