X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b4dea267cef6aa7660d337bcf25868b32fc5a6fd..b8f9149b04ff28fb4747cfdf702aaed8f07a853e:/t/helper/csv.t?ds=inline diff --git a/t/helper/csv.t b/t/helper/csv.t index 302383371..088ed68ab 100644 --- a/t/helper/csv.t +++ b/t/helper/csv.t @@ -299,7 +299,7 @@ is_deeply $csv->get_data, [ { description => 'Kaffee' } ], 'case insensitive hea ##### $csv = SL::Helper::Csv->new( - file => \"\x{FEFF}description\nKaffee", + file => \"\x{EF}\x{BB}\x{BF}description\nKaffee", class => 'SL::DB::Part', encoding => 'utf8', );