This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
LcShopBundle
Watch
3
Star
2
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[Backend] Export comptable
feature/tableau_edition_avancee
Fab
4 years ago
parent
7c09238d20
commit
54a9f78de4
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
ShopBundle/Services/CsvGenerator.php
+ 1
- 1
ShopBundle/Services/CsvGenerator.php
View File
@@ -37,7 +37,7 @@ class CsvGenerator
$this->titleDocument = 'csv_file';
$this->convertEncoding = false ;
$this->fromEncoding = 'UTF-8' ;
$this->toEncoding = '
ISO-8859-1
' ;
$this->toEncoding = '
UTF-8
' ;
$this->delimiter = ';' ;
}
Write
Preview
Loading…
Cancel
Save