H
H
hostadmin2019-01-06 12:06:25
PHP
hostadmin, 2019-01-06 12:06:25

How to stop mb_convert_encoding from transcoding Cyrillic utf8 to HTML-ENTITIES?

I don't understand why the code is:

echo mb_convert_encoding("Test Тест",  "HTML-ENTITIES", 'utf-8');

Gives the result:
Test Тест
Can I make it not touch the Cyrillic alphabet when transcoding?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question