hi, I ran into an issue that text line breaks when ascii characters and some other languages like Japanese mixed together.
Like the pictures attached below, in the first line in UILabel, there is only a space placed between the "(1)" and Japanese characters,
but the line breaks and looks like the Japanese characters start from the second line.
(UILabel is set to resize-height)
This only happens in the first line, as you can see, the "(2)" and the following characters are displayed correctly.
Is there any way to avoid this? If any, please let me know, thanks!