You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present, in text boxes(like Action Description), the newline logic of text is based on the recognition of spaces between words. However, for some other languages (such as Chinese), spaces may not be used in their language systems, which leads to the program believing that the entire paragraph is a single word, resulting in some multilingual processing problems.
The text was updated successfully, but these errors were encountered:
At present, in text boxes(like Action Description), the newline logic of text is based on the recognition of spaces between words. However, for some other languages (such as Chinese), spaces may not be used in their language systems, which leads to the program believing that the entire paragraph is a single word, resulting in some multilingual processing problems.
The text was updated successfully, but these errors were encountered: