strange problem occurs with json_encode(). I have some text in mysql database in russian. The text fields in DB are encoded in utf8-general-ci. when executingecho json_encode($this->result);
all the text that is in russian becomes "null"
Any ideas? Thank you in advance