Opened 16 years ago

Closed 15 years ago

#211 closed defect (worksforme)

encoding loading a WMC

Reported by: darndt Owned by: mapbender_dev@…
Priority: major Milestone: 2.5.1 release
Component: administration Version: 2.4.5
Keywords: Cc:

Description

This function brakes tghe charset, when loading a utf8 WMC: function mb_utf8_decode ($str) {

if(CHARSET=="UTF-8") return utf8_decode($str); return $str;

}

Change History (4)

comment:1 by christoph, 16 years ago

Milestone: 2.5 release2.6 release

works for me.

WMC handling will be much less error-prone in 2.6. The code has undergone major refoactoring. Let's defer the ticket.

comment:2 by christoph, 15 years ago

With this changeset

http://trac.osgeo.org/mapbender/changeset/3207

at least UTF8 documents are displayed correctly. It still doesn't work for ISO encoded documents

comment:3 by christoph, 15 years ago

The changes mentioned above will be included in Mapbender 2.5.1, but you can patch according to the changeset

comment:4 by christoph, 15 years ago

Milestone: 2.6 release2.5.1 release
Resolution: worksforme
Status: newclosed
Note: See TracTickets for help on using tickets.