Packing Android:error : illegal character encoding in string literal

I am working on an android c++ project. In c++ source code, i use chinese in FString.It run perfect in editor,but when i packing to android ,an error occured: illegal character encoding in string literal.
Any helps?(My English is very poor,I hope you can understand).

Here is the code:

m_pTankPlayer = ActorMgr::GetInstance()->CreateTankPlayer(FVector(-300.f, 0.f, 50.f), FRotator(0.f, 0.f, 0.f), FString(TEXT(“万有引力”)));

Here is the screenshot:

here is the log:
[link text][2]

Hello,

  • Are you able to package the same project for Windows? If you have not tested this, could you please test it and provide the results?

Hello,

I am marking this topic as resolved for tracking purposes, as we have not heard from you in a few days. If this issue persists, feel free to respond to this thread. For any new issues, please create a new Answerhub topic.

Have a great day