I think that I met this problem before in a different situation.
If my guess is correct, then this is a typical problem, since when you read unicode in, the unicode is treated ASIS, that means
String literal "\u554A", instead of Chinese 啊
How to do it, write a conversion static method, and change it to char array.