I am trying to deduce a file from the form, I have a problem when displaying Cyrillic
Php (7.1)
<?php
header("Content-type: application/json; charset=utf-8");
file_put_contents('export.json', json_encode($_REQUEST) );
?>
Output You_name field is written in characters.
{"Entry_ID":"71","You_name":"\u041a\u043e\u0437\u043b\u0430\u043d\u0431\u0435\u043a \u0410\u043c\u0438\u0440 \u041f\u043e\u043c\u0438\u0434\u043e\u0440\u043e\u0432\u0438\u0447","You_phone":"7 (902) 998 1019","You_date":"19\/06\/2019"}