Revision dbda14c2
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
bin/mozilla/sepa.pl | ||
---|---|---|
489 | 489 |
|
490 | 490 |
my $sepa_xml = SL::SEPA::XML->new('company' => $defaults->company, |
491 | 491 |
'creditor_id' => $defaults->sepa_creditor_id, |
492 |
'src_charset' => $::lx_office_conf{system}->{dbcharset} || 'ISO-8859-15',
|
|
492 |
'src_charset' => 'UTF-8',
|
|
493 | 493 |
'message_id' => $message_id, |
494 | 494 |
'grouped' => 1, |
495 | 495 |
'collection' => $vc eq 'customer', |
Auch abrufbar als: Unified diff
Unterstützung für andere Datenbankencodings als Unicode/UTF-8 entfernt