I wrote a script in which I'm getting the correct decoding and display from the album selection part of the script -- [ParserScriptIndex] -- but incorrect decoding and display in the [ParserScriptAlbum] section. The web page explicitly says "charset=utf-8". I have tried setting [Encoding]=utf-8 and omitting the [Encoding] statement, but the results are the same. Here's an example:
The artist is displayed correctly in the album selection panel:
Magdalena Kožená
But not in the parsing of the web page itself:
Magdalena Kožená
The two debug files are consistent with this example.
I'm running Windows 7, 64-bit, and in general have no trouble displaying any language.
I'd appreciate some help.