Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jun 2020 20:32:18 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 247464] [PATCH] Add support for IUTF8 tty input mode
Message-ID:  <bug-247464-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247464

            Bug ID: 247464
           Summary: [PATCH] Add support for IUTF8 tty input mode
           Product: Base System
           Version: Unspecified
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: maximl@mm.st

Created attachment 215847
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=215847&action=edit
Patches to the kernel, stty utility, and corresponding man pages

Fixes bug #220009. Both GNU/Linux and macOS have support for the removal of
UTF-8 multibyte letters when IUTF8 Input Mode is set through stty(1). Some
userspace software also assumes that this flag is available on the target
platform.

The patch adds basic support for such an Input Mode.
It doesn't make combining letters work, nor does it fix problems with line
width when there are multibyte letters in the line; these fixes would take
quite many changes. Nonetheless, it improves things a bit. :)

-- 
You are receiving this mail because:
You are the assignee for the bug.

help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-247464-227>