A bug in the base fuction SplitLines(TArry& ........)

I’m chinese and I am proud about it;my english is poor;
BUT I am Angry,for when use chiese charactor in the file ,it sames to be messy code,The development manual says a lot " C++ Source Code Specific to East Asian “” ,but no help;

so I read the source code, I find that ,the function SplitLine(TArry& …) ,will split a word into two halves,and each half make a new word,.for each chinese will take two Byte;

you can see in the code:

SplitLine(TArry& …)
{

WorkLine += static_cast(Buffer[i]);

}
i fix it by
FUTF8TOTCHAR();and it work!!!

Hello,

We’ve recently made a switch to a new bug reporting method using a more structured form. Please visit the link below for more details and report the issue using the new Bug Submission Form. Feel free to continue to use this thread for community discussion around the issue.

https://epicsupport.force.com/unrealengine/s/

Thanks