I have to store the text that can be in any language. So I set my mysql table to be ucs2_unicode_ci, it is succesuflly holding russian and chineese:

However my php page when fetching it, is delivering it as question marks.

I tried in my php file to set content-type to all kinds of things with no success:
header('Content-Type: text/html;charset=utf-8');