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.

  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

Reply via email to