David Arndt schrieb:

I had problems with "umlauts" in Mapbender 2.5rc1 und rc2.

When I comment:

        /*if (CHARSET == "UTF-8") {
            if (!$this->is_utf8($data)) {
                $e = new mb_notice("Conversion: ISO-8859-1 to UTF-8");
                return utf8_encode($data);
            }
        }
        else {
            if ($this->is_utf8($data)) {
                $e = new mb_notice("Conversion: UTF-8 to ISO-8859-1");
                return utf8_decode($data);
            }
        }*/

in function char_encode($data) in class_administration.php,

it works for me. But I don't know if this works in iso8859-1 installations.


Thanks David,

at what point did you encounter these umlaut problems? We should take a closer look at that module and the input data. Do you have an online demo?

At this point I assume char_encode works ok.

Christoph


Regards, David.



------------------------------------------------------------------------
geoinformation+planung
reichert+partner ingenieure
gölzstr. 22 72072 tübingen
fon: +49 (0)7071-407360
fax: +49 (0)7071-407361
[EMAIL PROTECTED]
http://www.geoinformation-planung.de

------------------------------------------------------------------------
Regionalplan Schwarzwald-Baar-Heuberg online: http://www.regionalplan-sbh.de

------------------------------------------------------------------------

_______________________________________________
Mapbender_dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapbender_dev


--
_______________________________________

W h e r e G r o u p GmbH & Co. KG

Siemensstraße 8
53121 Bonn
Germany

Christoph Baudson
Anwendungsentwickler

Fon: +49 (0)228 / 90 90 38 - 15
Fax: +49 (0)228 / 90 90 38 - 11
[EMAIL PROTECTED]
www.wheregroup.com
Amtsgericht Bonn, HRA 6788
_______________________________________

Komplementärin:
WhereGroup Verwaltungs GmbH
vertreten durch:
Arnulf Christl, Olaf Knopp, Peter Stamm
_______________________________________


_______________________________________________
Mapbender_dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapbender_dev

Reply via email to