in reply to Encoding Hell
Alternatively, you can sometimes find this indication in the <head> section of the html document. In that case, you should look for a line that looks like this: <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />.
See Encode for details on converting between character sets. See HTTP::Response and HTTP::Header for access to the http headers.
|
|---|