hello i have such output from php
????????? ??, 29/06/2014 - 17:50
!username
???????????? ????????:
    --?????? ? ????????????? ??????????--
    ??????????
i try echo utf8_decode($text);, echo iconv('ASCII', 'UTF-8//IGNORE', $text);
SHOW GLOBAL VARIABLES LIKE 'char%';
+--------------------------+----------------------------+
| Variable_name            | Value                      |
+--------------------------+----------------------------+
| character_set_client     | utf8                       |
| character_set_connection | utf8                       |
| character_set_database   | utf8                       |
| character_set_filesystem | binary                     |
| character_set_results    | utf8                       |
| character_set_server     | utf8                       |
| character_set_system     | utf8                       |
| character_sets_dir       | /usr/share/mysql/charsets/ |
+--------------------------+----------------------------+
can some one help me with my problem. Thank you.
 
    