Unicode Turns Into ? In Yii Active Record. Plz Help.

Hi, I am trying to save Unicode Hindi Strings via Yii Active Record. Everthing works fine but in database every hindi character turns into ??????

Please help.

did you set database "Character Set" in your db, and "charset" attribute of db component in yii main configration file as utf8?