There is a form, when entype multipart/form-data , then the text entered in the input field is transmitted as "text". If enctype is not specified, then everything is fine

  • Encoding files with code checked? - Roman Grinyov

1 answer 1

Already figured out. Encoding is worth utf-8 everywhere, that's not the problem. but the fact that with entype=multipart/form-data text with utf encoding recodes to another. This happens because mbstring.encoding_translation enabled in the ini file. Putting its value to off everything starts working as it should