Qt5 character problem

Hi;

I compiled Qt5 with buildroot. I set a QString like QString tmp="Ç"; But when I want to qDebug()<<tmp , it shows “\u00C7” , What is the problem ?

Unicode locale and font support must be enabled on your console.

“\u00C7” is standard unicode for “Ç”

How to add support to console with buildroot?