php - Problem json_encode utf-8 - Stack Overflow
I have a problem with json_encode function with special characters. For example I try this: $string="Svrček"; echo "ENCODING=".mb_detect_encoding($string); //ENCODING=UTF-8 echo ... Yes, json_encode escapes non-ascii characters. If you decode it you'll ge...