X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=t%2Fhelper%2Fcsv.t;h=088ed68ab3b447339e6c9a368c9903bb1d4d8197;hb=e112111e80aafcd8f3c86b4ba2a5c5fe3db4b5c2;hp=3023833712d988a5bec596f36c06f090fb11fe6d;hpb=a8878ddc44656ff31cd839f43956d2986ac2c99e;p=kivitendo-erp.git 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', );