Opened 17 years ago
Closed 16 years ago
#211 closed defect (worksforme)
encoding loading a WMC
Reported by: | darndt | Owned by: | |
---|---|---|---|
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 , 17 years ago
Milestone: | 2.5 release → 2.6 release |
---|
comment:2 by , 16 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 , 16 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 , 16 years ago
Milestone: | 2.6 release → 2.5.1 release |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
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.