From 6599f3f544c6e683e45ab2e54bc9a48ad275d8fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Thu, 1 Apr 2010 07:32:58 +0000 Subject: [PATCH] Encoding FIX Zeitsperre Export --- cis/private/profile/zeitsperre_export.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cis/private/profile/zeitsperre_export.php b/cis/private/profile/zeitsperre_export.php index 5e78f8b04..2bf85ed65 100644 --- a/cis/private/profile/zeitsperre_export.php +++ b/cis/private/profile/zeitsperre_export.php @@ -126,7 +126,7 @@ $zs=new zeitsperre(); foreach ($mitarbeiter as $ma) { $zs->getzeitsperren($ma->uid, false); - echo mb_convert_encoding($crlf.'"'.$ma->nachname.' '.$ma->vorname.'"'.$trenn,'LATIN9','UTF-8'); + echo mb_convert_encoding($crlf.'"'.$ma->nachname.' '.$ma->vorname.'"'.$trenn,'ISO-8859-15','UTF-8'); for ($ts=$ts_beginn;$ts<$ts_ende; $ts+=$datum_obj->ts_day) { $tag=date('d',$ts);