https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229682
--- Comment #11 from Keegan Drake H.P. <[email protected]> --- (In reply to Ed Schouten from comment #9) This happens because the configuration of x11/xterm in ports relies on FreeBSD's TTY layer to expand tabs, but the TTY layer expands tabs based on the column number which is updated with the byte count and so does not support multi-byte characters. To further clarify: this is about TTY output, and this would not be an issue if FreeBSD's TTY layer supported multi-byte characters or if the port was patched to disable `TAB3' when applicable. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
