On 10/26/07, Arnd Wippermann <[EMAIL PROTECTED]> wrote: > Hello Eric, > > In the online example there are attributes Grönland, Südamerika and > Großbritannien. Coming from an SQLite db, they will convert to utf-8, but > MapServer delivers iso-8859-1 and so they are displayed wrong.
As mentioned by Daniel MapServer does not do any conversion on the attribute values. So I your database has UTF-8, MapServer will deliver UTF-8, whathever the value of wfs_encoding. That's why OpenLayers WFS can read your data on IE. -- Eric
