The following text, which is only separated by tabs, does not display properly in a TextView.
fruit vegetable meat
apple tomato fish
사과 토마토 물고기
It looks like this instead:
This issue was originally reported in the Amfora repo here.
The following text, which is only separated by tabs, does not display properly in a TextView.
```
fruit vegetable meat
apple tomato fish
사과 토마토 물고기
```
It looks like this instead:

This issue was originally reported in the Amfora repo [here](https://github.com/makeworld-the-better-one/amfora/issues/246).
This is the expected behavior currently, tabs are simply replaced with TabSize spaces.
This is the [expected behavior](https://code.rocketnine.space/tslocum/cview/src/commit/a989031127f294ee1396c4472ddf98e08dc78db8/textview.go#L797) currently, tabs are simply replaced with `TabSize` spaces.
The following text, which is only separated by tabs, does not display properly in a TextView.
It looks like this instead:
This issue was originally reported in the Amfora repo here.
Issue with tabs and Asian charactersto Render tabs in TextView properly 1 year agoThis is the expected behavior currently, tabs are simply replaced with
TabSize
spaces.