I have MySQL field which contains plain text Cyrillic characters (ex. Широка поляна). Collation is utf8_general_ci
.
When I pull out this content with MySQL query and try to output it with php I always get ???? symbols. HTML encoding is utf8, document encoding is utf8, mb_detect_encoding()
shows ASCII for the string but none of the PHP / MySQL convert functions turns it into something readable.