Hi Jonas!

Diese Einstellungen sollten funktionieren:

#   $Self->{DefaultCharset} = 'iso-8859-15'; # iso-8859-15 ist default
    $Self->{CustomerUser} = {
            # [...] #
            SourceCharset => 'utf-8',
            DestCharset => 'iso-8859-15',
            # [...] #
        },

ODER:
   $Self->{DefaultCharset} = 'utf-8';
    $Self->{CustomerUser} = {
            # [...] #
#            SourceCharset => 'utf-8',
#            DestCharset => 'utf-8',
            # [...] #
        },

F�r iso-8859-1:

    $Self->{DefaultCharset} = 'iso-8859-1';
    $Self->{CustomerUser} = {
            # [...] #
            SourceCharset => 'utf-8',
            DestCharset => 'iso-8859-1',
            # [...] #
        },

Tun Sie bei mir. Bei Dir auch?

hth,

Robert Kehl

--
((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg
         http://www.otrs.de/ :: Tel. +49 (0)6172 4832388

_______________________________________________
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