When I put сyrillic text to textarea
and submit form the at server I get collision charset param $_POST['text']
:
string(571) "
� Ð°Ñ€Ñ‚Ð¸Ñ Ð›Ð”ÐŸÐ Ð¿Ð¾Ð´Ð°Ð»Ð° в Ñуд на бывше
- All php files in charset UTF-8 (without BOM)
- HTML page have meta tag:
<meta http-equiv="Content-Type"content="text/html; charset=utf-8"/>
- In config framework:
$config['charset'] ='UTF-8';