Zeichensatz Static SQL Statistik CSV export

Hilfe zu Znuny Problemen aller Art
Locked
MIG
Znuny newbie
Posts: 59
Joined: 05 Aug 2008, 10:27
Znuny Version: 2.4.x

Zeichensatz Static SQL Statistik CSV export

Post by MIG »

Hallo Zusammen,

habe ein kleines Problem mit dem richtigen Zeichensatz. Ich erzeuge mittels SQL-Abfrage eine statische Statistik /opt/otrs/Kernel/System/Stats/static.

Diese klappt auch ganz gut; bis auf die Zeichenformatierung. Die deutsche Umlaute werden fehlerhaft dargestellt.

Die Datenbank (MySQL 5.0.32-Debian_7etch10) ist auf UTF-8 eingestellt.

Code: Select all

MySQL
character_set_database   | utf8 
character_set_server     | utf8 
character_set_system     | utf8  
Der Apache als WebServer ist ebenfalls auf UTF-8 konfiguriert.

Code: Select all

Apache2

AddDefaultCharset UTF-8
Momentan weiß ich keinen Rat. Hat jmd einen Vorschlag ??

Gruß
Michael
OTRS: 2.4.7 mit ITSM 2.0.3
OS: Debian Lenny
Apache 2.2.9
MySql 5.0.51a
--
OTRS: 2.3.4 mit ITSM 1.2.2
OS: Debian Etch
Apache: 2.2
MySQL: 5.0.32
Locked