Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision dbda14c2

Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt

  • ID dbda14c263efd93aca3b7114015a47d86b8581e3
  • Vorgänger dfefe1cf
  • Nachfolger 3774d83b

Unterstützung für andere Datenbankencodings als Unicode/UTF-8 entfernt

Unterschiede anzeigen:

SL/Controller/Base.pm
116 116
                        :                              'application/json';
117 117

  
118 118
      print $::form->create_http_response(content_type => $content_type,
119
                                          charset      => $::lx_office_conf{system}->{dbcharset} || Common::DEFAULT_CHARSET());
119
                                          charset      => 'UTF-8');
120 120
    }
121 121
  }
122 122

  

Auch abrufbar als: Unified diff