# Encoding (again)

**URL:** https://community.mp3tag.de/t/encoding-again/13707
**Category:** Web Sources Discussion
**Created:** [July 31, 2012, 8:58pm UTC](https://community.mp3tag.de/t/encoding-again/13707 "2012-07-31T20:58:25Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![sf\_thumper](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/s/dec6dc/32.png) [@sf\_thumper](https://community.mp3tag.de/u/sf_thumper)
#### Post date: [July 31, 2012, 8:58pm UTC](https://community.mp3tag.de/t/encoding-again/13707/1 "2012-07-31T20:58:25Z")

</div>

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.
