Hi Torsten,

On Mon, Jun 20, 2005 at 11:21:21AM +0200, Egeler Torsten wrote:
>   Wen es interessiert?
>
>   1.)
>
>   Datenbank und Tabellen mit phpMyAdmin
>   auf "utf8" umstellen.
>
>   2.)
>
>   Einträge in Config.pm für "Browser"
>
>   $self->{DefaultCharacterSet} = "utf-8";
>   $self->{Charset} = ["utf-8"];
>
>
>   3.)
>
>   Hier das bizzle Quellcode, welches in der DB.PM nach dem "db connect"
>   eingetragen werden muß um auf UTF8 umzustellen.
>
>
>
>   # db connect
>
>       if (!($Self->{dbh} = DBI->connect("$Self->{DSN}", $Self->{USER},
>   $Self->{PW}
>
>           $Self->{LogObject}->Log(
>
>             Caller => 1,
>
>             Priority => 'Error',
>
>             Message => $DBI::errstr,
>
>           );
>
>           return;
>
>       }
>
>
>
>   # Einstellung des Zeichensatzes
>
>   my $sth = $Self->{dbh}->prepare("SET NAMES utf8");
>
>   $sth->execute;

Kannst du das bitte als Bugreport im Bugzilla unter

http://bugs.otrs.org

eintragen? Dann geht es nicht verloren und wir schauen uns das noch mal 
genauer an.

Ciao und danke schon mal,
Christian

-- 
((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg
        http://www.otrs.de/ :: Manage your communication!

_______________________________________________
OTRS Mailingliste: otrs-de - Webpage: http://otrs.org/
Archiv: http://lists.otrs.org/pipermail/otrs-de/
Listenabo verwalten: http://lists.otrs.org/cgi-bin/listinfo/otrs-de/
Support oder Consulting fuer Ihr OTRS System?
=> http://www.otrs.de/

Antwort per Email an