Tagged Questions
4
votes
4answers
6k views
Cyrillic characters in PHP's json_encode
I'm trying to encode Cyrillic UTF-8 array to JSON string using php's function json_encode. The sample code looks like this:
<?php
$arr = array(
'едно' => 'първи',
...