Chinese text in label

Hi folks.

I want to show cinese letters in game.

CCLabelTTF *pLable = CCLabelTTF::create("真不简单aa", "fonts/DFLS1B.TTF", 20);
pLable->setColor(Color3B::BLACK);
addChild(pLable);
pLable->setPosition(_size / 2);

But I can’t see anything. I’ve got the font here http://www.fontsaddict.com/font/dflishu1b.html

@jonyrock

Probably this can solve your problem