Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
using php.net/manual/ru/function.mb-convert-encoding.php
for example:
$value = file_get_contents('path');
$result = mb_convert_encoding($value, 'целевая кодировка в твоем случае utf8 найди название под каким она на сервере', 'из какрой кодировки, опять же имя лучше взять как в ОС она называется');
file_put_content('путь для результата', $result);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question