x11-utils/luit
Julien Cristau ef101771ea configure: use AC_USE_SYSTEM_EXTENSIONS
On glibc, posix_openpt requires _XOPEN_SOURCE >= 600


Gbp-Pq: Name luit-system-extensions.diff
2022-05-14 03:19:12 +08:00
..
man Import Upstream version 7.7+5 2022-05-14 03:19:02 +08:00
COPYING Import Upstream version 7.7+5 2022-05-14 03:19:02 +08:00
ChangeLog Import Upstream version 7.7+5 2022-05-14 03:19:02 +08:00
INSTALL Import Upstream version 7.7+5 2022-05-14 03:19:02 +08:00
Makefile.am Import Upstream version 7.7+5 2022-05-14 03:19:02 +08:00
Makefile.in Import Upstream version 7.7+5 2022-05-14 03:19:02 +08:00
README Import Upstream version 7.7+5 2022-05-14 03:19:02 +08:00
acinclude.m4 Import Upstream version 7.7+5 2022-05-14 03:19:02 +08:00
aclocal.m4 Import Upstream version 7.7+5 2022-05-14 03:19:02 +08:00
charset.c Import Upstream version 7.7+5 2022-05-14 03:19:02 +08:00
charset.h Import Upstream version 7.7+5 2022-05-14 03:19:02 +08:00
config.h.in Import Upstream version 7.7+5 2022-05-14 03:19:02 +08:00
configure Import Upstream version 7.7+5 2022-05-14 03:19:02 +08:00
configure.ac configure: use AC_USE_SYSTEM_EXTENSIONS 2022-05-14 03:19:12 +08:00
depcomp Import Upstream version 7.7+5 2022-05-14 03:19:02 +08:00
install-sh Import Upstream version 7.7+5 2022-05-14 03:19:02 +08:00
iso2022.c Import Upstream version 7.7+5 2022-05-14 03:19:02 +08:00
iso2022.h Import Upstream version 7.7+5 2022-05-14 03:19:02 +08:00
locale.c Import Upstream version 7.7+5 2022-05-14 03:19:02 +08:00
luit.c Import Upstream version 7.7+5 2022-05-14 03:19:02 +08:00
luit.h Import Upstream version 7.7+5 2022-05-14 03:19:02 +08:00
missing Import Upstream version 7.7+5 2022-05-14 03:19:02 +08:00
other.c Import Upstream version 7.7+5 2022-05-14 03:19:02 +08:00
other.h Import Upstream version 7.7+5 2022-05-14 03:19:02 +08:00
parser.c Import Upstream version 7.7+5 2022-05-14 03:19:02 +08:00
parser.h Import Upstream version 7.7+5 2022-05-14 03:19:02 +08:00
sys.c Import Upstream version 7.7+5 2022-05-14 03:19:02 +08:00
sys.h Import Upstream version 7.7+5 2022-05-14 03:19:02 +08:00

README

Luit is a filter that can be run between an arbitrary application and
a UTF-8 terminal emulator such as xterm.  It will convert application
output from the locale's encoding into UTF-8, and convert terminal
input from UTF-8 into the locale's encoding.

All questions regarding this software should be directed at the
Xorg mailing list:

        http://lists.freedesktop.org/mailman/listinfo/xorg

Please submit bug reports to the Xorg bugzilla:

        https://bugs.freedesktop.org/enter_bug.cgi?product=xorg

The master development code repository can be found at:

        git://anongit.freedesktop.org/git/xorg/app/luit

        http://cgit.freedesktop.org/xorg/app/luit

For patch submission instructions, see:

	http://www.x.org/wiki/Development/Documentation/SubmittingPatches

For more information on the git code manager, see:

        http://wiki.x.org/wiki/GitPage