Chinese paragraph usually start with 2 spaces.
it should display like this:
------------
測試測試測試測試測試測試測試測試。1st line
測試測試測試測試測試測試測試測試。2nd line
------------
When TextArea wrapping=true, it handles chinese space like english space.
The starting 2 spaces display in 1st line, and the later chinese text display in 2nd line as follow:
------------
測試測試測試測試測試測試測試測試。1st line
測試測試測試測試測試測試測試測試。2nd line
------------
it should display like this:
------------
測試測試測試測試測試測試測試測試。1st line
測試測試測試測試測試測試測試測試。2nd line
------------
When TextArea wrapping=true, it handles chinese space like english space.
The starting 2 spaces display in 1st line, and the later chinese text display in 2nd line as follow:
------------
測試測試測試測試測試測試測試測試。1st line
測試測試測試測試測試測試測試測試。2nd line
------------