Answer the question
In order to leave comments, you need to log in
How to change file encoding?
How can I change the encoding of a file.
What we have:
The file is generated by the following code:
$fp = @fopen($log_file, 'w');
foreach ($list as $fields) {
@fputcsv($fp, $fields, ';');
}
@fclose($fp);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question