I have data in MySQL such as "регистрацией в партнерской" but when it comes out in PHP echo'ed out it comes out as ????. My issue here is that I believe I have tried the obvious (see list below), so what else could I be missing?
- SET NAMEs is UTF8 in Mysql
- There is a header
- I have tried with/without utf8_encode / utf8_decode
- I've tried mb_convert_encoding
- My table (Innodb) charset is utf8 with utf8_general_ci
If this is a direct duplicate please show me but I think I've hopefully covered the initial checks I should have!